Skip to content

Commit

Permalink
Use brand color for progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
szastupov committed Dec 19, 2016
1 parent 3c12d73 commit 7800b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7800b3d

Please sign in to comment.