From 56a8f0488ba0e38bb238124589ad09a4dc1e01f1 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 8 Apr 2016 18:25:22 +0200 Subject: [PATCH] Higher progress bars --- app/assets/stylesheets/_settings.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_settings.scss b/app/assets/stylesheets/_settings.scss index 088872e..7176f4b 100644 --- a/app/assets/stylesheets/_settings.scss +++ b/app/assets/stylesheets/_settings.scss @@ -432,7 +432,8 @@ $pagination-arrows: true; // 26. Progress Bar // ---------------- -$progress-height: 1rem; +// $progress-height: 1rem; +$progress-height: 2rem; $progress-background: $medium-gray; $progress-margin-bottom: $global-margin; $progress-meter-background: $primary-color;