Files
openfoodnetwork/app/webpacker/css/admin/customers.scss
2021-12-27 17:45:06 +00:00

17 lines
210 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;
}
}
}