mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Make all taxons sentence case. ALl of them! for reals yo.
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
.row.filter-box:first-child
|
||||
border-top: 1px solid $clr-brick
|
||||
|
||||
.filter-box
|
||||
background: rgba(255,255,255,0.65)
|
||||
|
||||
products .filter-box
|
||||
background: #f7f7f7
|
||||
|
||||
.filter-box
|
||||
background: rgba(255,255,255,0.65)
|
||||
|
||||
.tdhead
|
||||
padding: 0.25rem 0.5rem
|
||||
margin-top: 0.9rem
|
||||
@@ -48,6 +48,7 @@ products .filter-box
|
||||
@include csstrans
|
||||
display: table
|
||||
table-layout: fixed
|
||||
text-transform: capitalize
|
||||
overflow: visible
|
||||
// width: 100%
|
||||
// height: 2rem
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
line-height: 1
|
||||
margin-right: 0.5rem
|
||||
margin-bottom: 0.35rem
|
||||
text-transform: uppercase
|
||||
text-transform: capitalize
|
||||
font-weight: 300
|
||||
font-size: 0.875rem
|
||||
background: rgba(235,235,235,0.5)
|
||||
|
||||
Reference in New Issue
Block a user