mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-17 02:50:57 +00:00
Set $progress-bar-color to color we are currently using
This commit is contained in:
parent
4afc0a3c4a
commit
5a18638f26
1 changed files with 1 additions and 1 deletions
|
|
@ -582,7 +582,7 @@ $alert-danger-border: $state-danger-border !default;
|
|||
// Progress bars
|
||||
|
||||
$progress-bg: #f5f5f5 !default;
|
||||
$progress-bar-color: #fff !default;
|
||||
$progress-bar-color: #0074d9 !default;
|
||||
$progress-border-radius: $border-radius !default;
|
||||
|
||||
$progress-bar-bg: $brand-primary !default;
|
||||
|
|
|
|||
Loading…
Reference in a new issue