mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 23:40:23 +00:00
Use brand color for progress bar
This commit is contained in:
parent
3c12d73203
commit
7800b3d97c
1 changed files with 1 additions and 1 deletions
|
|
@ -808,7 +808,7 @@ $alert-danger-border: $state-danger-border !default;
|
|||
// 27. Progress bars
|
||||
|
||||
$progress-bg: #eee !default;
|
||||
$progress-bar-color: #0074d9 !default;
|
||||
$progress-bar-color: $brand-primary !default;
|
||||
$progress-border-radius: $border-radius !default;
|
||||
$progress-box-shadow: inset 0 .1rem .1rem rgba(0,0,0,.1) !default;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue