mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
update css variables (#2026)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
transform: translateY(-50%);
|
||||
|
||||
.van-swipe__indicator:not(:last-child) {
|
||||
margin-bottom: @van-swipe-indicator;
|
||||
margin-bottom: @swipe-indicator;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -32,11 +32,11 @@
|
||||
&__indicator {
|
||||
border-radius: 100%;
|
||||
background-color: @gray-dark;
|
||||
width: @van-swipe-indicator;
|
||||
height: @van-swipe-indicator;
|
||||
width: @swipe-indicator;
|
||||
height: @swipe-indicator;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-right: @van-swipe-indicator;
|
||||
margin-right: @swipe-indicator;
|
||||
}
|
||||
|
||||
&--active {
|
||||
|
Reference in New Issue
Block a user