Files
openfoodnetwork/app/webpacker/css/admin_v3/v3_overrides.scss
2023-06-13 11:45:39 +10:00

12 lines
225 B
SCSS

// Temporary location for some overrides, to avoid having to branch a whole file
// Prevent uppercase
fieldset legend,
label,
input[type=submit],
input[type=button],
button,
.button {
text-transform: inherit !important;
}