mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Clean up unneeded override
This commit is contained in:
@@ -122,8 +122,6 @@
|
||||
@import "../shared/question-mark-icon";
|
||||
@import "../admin/question-mark-tooltip";
|
||||
|
||||
@import "v3_overrides"; // admin_v3
|
||||
|
||||
@import "~tom-select/src/scss/tom-select.default";
|
||||
@import "components/tom_select"; // admin_v3
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@ textarea {
|
||||
|
||||
label {
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
font-size: 85%;
|
||||
margin-bottom: 3px;
|
||||
color: $near-black;
|
||||
@@ -145,7 +144,6 @@ fieldset {
|
||||
color: $color-2;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
padding: 8px 15px;
|
||||
margin: 0 auto;
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
// 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;
|
||||
}
|
||||
Reference in New Issue
Block a user