[improvement] Swipe: add less vars (#3169)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user