mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-28 04:16:35 +08:00
9 lines
280 B
Plaintext
9 lines
280 B
Plaintext
@import '../style/var.less';
|
|
|
|
@swipe-indicator-size: 6px;
|
|
@swipe-indicator-margin: @padding-sm;
|
|
@swipe-indicator-active-opacity: 1;
|
|
@swipe-indicator-inactive-opacity: 0.3;
|
|
@swipe-indicator-active-background-color: @blue;
|
|
@swipe-indicator-inactive-background-color: @border-color;
|