Skip to content

Commit

Permalink
Fix a typo in footer bar using balanced class
Browse files Browse the repository at this point in the history
  • Loading branch information
leoruhland committed May 4, 2016
1 parent 72915ec commit 99f987f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
&.bar-balanced {
@include bar-style($bar-balanced-bg, $bar-balanced-border, $bar-balanced-text);
&.bar-footer{
background-image: linear-gradient(180deg, $bar-balanced-border, $bar-positive-border 50%, transparent 50%);
background-image: linear-gradient(180deg, $bar-balanced-border, $bar-balanced-border 50%, transparent 50%);
}
}
&.bar-energized {
Expand Down

0 comments on commit 99f987f

Please sign in to comment.