Higher progress bars

This commit is contained in:
Christoph Haas 2016-04-08 18:25:22 +02:00
parent 2cb041bf8d
commit 56a8f0488b

View file

@ -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;