mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Styling for popovers on graph - price breakdown
This commit is contained in:
@@ -74,19 +74,15 @@ ordercycle
|
||||
|
||||
|
||||
button.graph-button
|
||||
@include box-shadow(none)
|
||||
padding: 0
|
||||
margin: 0
|
||||
@include border-radius(99999rem)
|
||||
display: inline
|
||||
background-color: rgba(255,255,255,0.5)
|
||||
padding: 0.2rem
|
||||
padding: 0.35rem
|
||||
|
||||
&:focus
|
||||
background-color: rgba(255,255,255,0.5)
|
||||
i.ofn-i-058-graph
|
||||
color: #999
|
||||
|
||||
&:hover, &:active
|
||||
&:hover, &:active, &:focus
|
||||
background-color: rgba(255,255,255,1)
|
||||
i.ofn-i-058-graph
|
||||
color: $clr-brick-bright
|
||||
@@ -98,10 +94,10 @@ button.graph-button
|
||||
font-size: 1rem
|
||||
|
||||
button.graph-button.open
|
||||
background-color: #999
|
||||
@include box-shadow(inset 0 1px 1px 0 rgba(0,0,0,0.35))
|
||||
|
||||
&:hover, &:active, &:focus
|
||||
background-color: #b2b2b2
|
||||
background-color: rgba(255,255,255,1)
|
||||
i.ofn-i-058-graph
|
||||
color: $clr-brick-bright
|
||||
|
||||
|
||||
Reference in New Issue
Block a user