Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
fix: use general margin variable for progress bar margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Fischaela committed Feb 25, 2016
1 parent 72bf499 commit 6b8a352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/_progressbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ progress[aria-valuenow]:before {
// -------------------------

.progress {
margin: 0 ($progress-bar-height/2);
margin: 0 $margin-small-horizontal;
position: relative;
.current {
width: 100%;
Expand Down

0 comments on commit 6b8a352

Please sign in to comment.