mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Style label in popout
And tweaked global style as per design. And cleanup unused classes.
This commit is contained in:
@@ -176,10 +176,6 @@
|
||||
gap: 3px;
|
||||
}
|
||||
|
||||
label {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ts-control {
|
||||
z-index: 0; // Avoid hovering over thead
|
||||
}
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
.admin-product-form-fields {
|
||||
label {
|
||||
display: inline-block;
|
||||
}
|
||||
input,
|
||||
select,
|
||||
textarea,
|
||||
|
||||
@@ -69,18 +69,11 @@ textarea {
|
||||
}
|
||||
|
||||
label {
|
||||
display: inline-block;
|
||||
font-weight: 600;
|
||||
font-size: 85%;
|
||||
margin-bottom: 3px;
|
||||
margin-bottom: 5px;
|
||||
color: $near-black;
|
||||
|
||||
&.inline {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
&.block {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
|
||||
.label-block label {
|
||||
@@ -105,6 +98,7 @@ span.info {
|
||||
display: block;
|
||||
font-size: inherit;
|
||||
font-weight: normal;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user