You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
469 B
13 lines
469 B
$switch-size: 60rpx;
|
|
$switch-width: 2em;
|
|
$switch-height: 1em;
|
|
$switch-node-size: 1em;
|
|
$switch-on-node-translateX: 1em;
|
|
$switch-node-background: $background-color-light;
|
|
$switch-node-box-shadow: 0 6rpx 2rpx 0 rgba($black, .05),
|
|
0 4rpx 4rpx 0 rgba($black, .1),
|
|
0 6rpx 6rpx 0 rgba($black, .05);
|
|
$switch-inactive-color: $white;
|
|
$switch-active-color: $primary;
|
|
$switch-transition-duration: $animation-duration-base;
|
|
$switch-border: $border-width-base solid rgba($black, .1);
|