fix: dynamic progress-bar color
This commit is contained in:
parent
001075f88a
commit
c467708fbc
2 changed files with 5 additions and 0 deletions
|
|
@ -54,4 +54,6 @@ $input-height: 28px !default;
|
|||
// skeleton
|
||||
--skeleton-bg: var(--gray-100);
|
||||
|
||||
// progress bar
|
||||
--progress-bar-bg: var(--primary);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -118,6 +118,9 @@ $custom-control-label-color: var(--text-color);
|
|||
$custom-switch-indicator-size: 8px;
|
||||
$custom-control-indicator-border-width: 2px;
|
||||
|
||||
// progress bar
|
||||
$progress-bar-bg: var(--progress-bar-bg);
|
||||
|
||||
$navbar-nav-link-padding-x: 1rem !default;
|
||||
$navbar-padding-y: 1rem !default;
|
||||
$card-border-radius: 0.75rem !default;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue