diff options
| author | Stepan Zastupov <[email protected]> | 2016-12-20 00:58:37 +0300 |
|---|---|---|
| committer | Stepan Zastupov <[email protected]> | 2016-12-20 00:58:37 +0300 |
| commit | 7800b3d97cef64db513c7efdcf2c485043dfe56d (patch) | |
| tree | 888a5b2d46854c3a4542cf677977fa59317dd96f | |
| parent | 3c12d73203bad27edcaa1072e263fdab2a2c14f7 (diff) | |
| download | bootstrap-7800b3d97cef64db513c7efdcf2c485043dfe56d.tar.xz bootstrap-7800b3d97cef64db513c7efdcf2c485043dfe56d.zip | |
Use brand color for progress bar
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 50803fc3f..a63e1be5e 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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; |
