mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
21 lines
390 B
SCSS
21 lines
390 B
SCSS
.fat-taxons, .fat-properties {
|
|
display: inline-block;
|
|
line-height: 1;
|
|
margin-right: 0.5rem;
|
|
margin-bottom: 0.35rem;
|
|
text-transform: capitalize;
|
|
font-weight: 300;
|
|
font-size: 0.875rem;
|
|
background: rgba(215, 215, 215, 0.5);
|
|
color: #555;
|
|
|
|
@include border-radius(3px);
|
|
|
|
padding: 0.25rem 0.5rem 0.35rem 0.35rem;
|
|
|
|
&, & * {
|
|
display: inline-block;
|
|
color: #555;
|
|
}
|
|
}
|