Skip to content

Commit

Permalink
Progress Bar 8pt tweaks [#150269335]
Browse files Browse the repository at this point in the history
Signed-off-by: Reid Mitchell <rmitchell@pivotal.io>
  • Loading branch information
Ming Xiao authored and reidmit committed Sep 11, 2017
1 parent 4031fba commit cb896a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/progress-bars/progress-bars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

overflow: hidden;

min-height: 10px;
min-height: $base-unit;
}

.progress-bar {
Expand All @@ -14,7 +14,7 @@

background: $blue-3;

min-height: 10px;
min-height: $base-unit;

.label {
margin-left: 7px;
Expand Down

0 comments on commit cb896a1

Please sign in to comment.