mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
11 lines
144 B
SCSS
11 lines
144 B
SCSS
@import "variables";
|
|
|
|
.variant-override-unit {
|
|
float: right;
|
|
font-style: italic;
|
|
}
|
|
|
|
button.hide:hover {
|
|
background-color: $warning-red;
|
|
}
|