Files
openfoodnetwork/app/webpacker/css/admin/variant_overrides.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

9 lines
124 B
SCSS

.variant-override-unit {
float: right;
font-style: italic;
}
button.hide:hover {
background-color: $color-warning;
}