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.
9 lines
327 B
9 lines
327 B
|
3 years ago
|
$checkbox-size: 40rpx;
|
||
|
|
$checkbox-text-color: $text-color;
|
||
|
|
$checkbox-border-color: $gray-5;
|
||
|
|
$checkbox-label-margin: $padding-xs;
|
||
|
|
$checkbox-square-border-radius: 4rpx;
|
||
|
|
$checkbox-checked-color: $primary;
|
||
|
|
$checkbox-disabled-background-color: $gray-3;
|
||
|
|
$checkbox-disabled-icon-color: $gray-5;
|
||
|
|
$checkbox-disabled-label-color: $gray-5;
|