Files
openfoodnetwork/app/webpacker/css/admin/customers.scss
David Cook 08dc3e3cbe Prettify more admin css
yarn prettier --write
2023-06-07 14:23:02 +02:00

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;
}
}
}