mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Use brand color for progress bar
This commit is contained in:
parent
3c12d73203
commit
7800b3d97c
@ -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 New Issue
Block a user