Files
openfoodnetwork/app/webpacker/css/admin/pages/subscription_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

6 lines
135 B
SCSS

.admin-subscription-form-subscription-line-items {
.not-in-open-and-upcoming-order-cycles-warning {
color: $color-warning;
}
}