Fixing markup icon class name was incorrect

This commit is contained in:
summerscope
2014-09-11 17:13:07 +10:00
parent a642ad0855
commit de64a5154b
2 changed files with 6 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
%button.graph-button{"ng-class" => "{open: tt_isOpen}"}
%i.ofn-i-058-graph
%i.ofn-i_058-graph

View File

@@ -87,10 +87,10 @@ button.graph-button
&:hover, &:active, &:focus
background-color: rgba(255,255,255,1)
i.ofn-i-058-graph
i.ofn-i_058-graph
color: $clr-brick-bright
i.ofn-i-058-graph
i.ofn-i_058-graph
color: #999
margin: 0
padding: 0
@@ -98,7 +98,7 @@ button.graph-button
@media all and (max-width: 640px)
padding: 3px
i.ofn-i-058-graph
i.ofn-i_058-graph
font-size: 0.75rem
button.graph-button.open
@@ -107,10 +107,10 @@ button.graph-button.open
&:hover, &:active, &:focus
background-color: rgba(255,255,255,1)
i.ofn-i-058-graph
i.ofn-i_058-graph
color: $clr-brick-bright
i.ofn-i-058-graph
i.ofn-i_058-graph
color: $clr-brick