[improvement] Swipe: add less vars (#3169)

This commit is contained in:
neverland
2019-04-17 16:49:32 +08:00
committed by GitHub
parent acbcd931f6
commit 5b82d67784
2 changed files with 16 additions and 11 deletions
+6 -1
View File
@@ -247,7 +247,12 @@
@slider-button-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
// Swipe
@swipe-indicator: 6px;
@swipe-indicator-size: 6px;
@swipe-indicator-margin: 10px;
@swipe-indicator-active-opacity: 1;
@swipe-indicator-inactive-opacity: .3;
@swipe-indicator-active-background-color: @blue;
@swipe-indicator-inactive-background-color: @border-color;
// Switch
@switch-width: 2em;