diff --git a/scss/_progress.scss b/scss/_progress.scss index 1dbaa67c0c..485aee6b8b 100644 --- a/scss/_progress.scss +++ b/scss/_progress.scss @@ -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); diff --git a/scss/_variables.scss b/scss/_variables.scss index 0bad5561d8..e77a8606cb 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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;