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.
8 lines
187 B
8 lines
187 B
|
3 years ago
|
$badge-size: 28rpx;
|
||
|
|
$badge-color: $white;
|
||
|
|
$badge-padding: 0 8rpx;
|
||
|
|
$badge-font-size: 20rpx;
|
||
|
|
$badge-background: $danger;
|
||
|
|
$badge-zindex: 9;
|
||
|
|
$badge-dot-size: 16rpx;
|
||
|
|
$badge-dot-color: $danger;
|