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
333 B
9 lines
333 B
$progress-bar-background: $gray-3;
|
|
$progress-color: $primary;
|
|
$progress-bar-height: 12rpx;
|
|
$progress-text-inside-bar-height: 48rpx;
|
|
$progress-bar-border-radius: $border-radius-max;
|
|
$progress-bar-inner-text-size: $font-size-sm;
|
|
$progress-bar-inner-text-color: $white;
|
|
$progress-text-size: $font-size-md;
|
|
$progress-text-color: $gray-7;
|