mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Fixing markup icon class name was incorrect
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
%button.graph-button{"ng-class" => "{open: tt_isOpen}"}
|
||||
%i.ofn-i-058-graph
|
||||
%i.ofn-i_058-graph
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user