Skip to content

Commit

Permalink
feat(progress): Orange branded 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed May 14, 2020
1 parent 5bc6fee commit c31b8ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scss/_progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
flex-direction: column;
justify-content: center;
overflow: hidden;
font-weight: $font-weight-bold; // Boosted mod
color: $progress-bar-color;
text-align: center;
text-indent: map-get($spacers, 2); // Boosted mod
white-space: nowrap;
background-color: $progress-bar-bg;
@include transition($progress-bar-transition);
Expand Down
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ $alert-color-level: 0 !default;

// Progress bars

$progress-height: map-get($spacers, 4) !default;
$progress-height: $spacer !default;
$progress-font-size: $font-size-base !default;
$progress-bg: $gray-300 !default;
$progress-border-radius: $border-radius !default;
Expand Down

0 comments on commit c31b8ab

Please sign in to comment.