mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
12 lines
225 B
SCSS
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;
|
|
}
|