From c31b8ab13b32f5146aa01db955b6874d55041138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= Date: Mon, 20 Apr 2020 17:04:16 +0200 Subject: [PATCH] feat(progress): Orange branded :tada: --- scss/_progress.scss | 3 ++- scss/_variables.scss | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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;