mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-04 22:16:08 +00:00
Add styling for filters block
This commit is contained in:
@@ -1,4 +1,33 @@
|
||||
@import mixins
|
||||
@import branding
|
||||
|
||||
.filter-box
|
||||
border: 2px solid $clr-brick
|
||||
.tdhead
|
||||
background-color: white
|
||||
padding: 0.25rem 0.5rem
|
||||
margin-top: 0.9rem
|
||||
li a
|
||||
display: block
|
||||
line-height: 2
|
||||
background-color: rgba(0,0,0,0.25)
|
||||
color: #666
|
||||
|
||||
&:hover, &:focus, &:active
|
||||
color: #333
|
||||
render-svg
|
||||
svg
|
||||
path
|
||||
fill: #333
|
||||
|
||||
render-svg
|
||||
svg
|
||||
width: 2rem
|
||||
height: 2rem
|
||||
display: block
|
||||
float: left
|
||||
path
|
||||
fill: #666
|
||||
|
||||
#active-table-search
|
||||
position: relative
|
||||
@@ -16,4 +45,5 @@
|
||||
@include csstrans
|
||||
@include big-input
|
||||
padding-left: 44px
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user