mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
15 lines
208 B
SCSS
15 lines
208 B
SCSS
.tag-with-rules {
|
|
color: black;
|
|
}
|
|
|
|
table#customers.index {
|
|
tr.customer {
|
|
.guest-label {
|
|
color: $medium-grey;
|
|
display: block;
|
|
font-size: 0.85em;
|
|
margin-top: 0.15em;
|
|
}
|
|
}
|
|
}
|