Files
openfoodnetwork/app/webpacker/css/admin/pages/enterprise_form.scss
David Cook c4a335548a Rename warning color variable
To match the others in the variables file.

Also `warning-orange` was unused.
2023-08-03 09:49:29 +10:00

17 lines
180 B
SCSS

span.unavailable,
span.available {
font-weight: bold;
i {
font-size: 150%;
}
}
span.available {
color: $spree-green;
}
span.unavailable {
color: $color-warning;
}