Skip to content

Commit

Permalink
Merge pull request #6426 from leoruhland/patch-1
Browse files Browse the repository at this point in the history
fix(footer bar): fix a typo in footer bar styles using balanced class
  • Loading branch information
danbucholtz committed May 7, 2016
2 parents 345183d + 99f987f commit e0cade4
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 e0cade4

Please sign in to comment.