Style label in popout

And tweaked global style as per design.
And cleanup unused classes.
This commit is contained in:
David Cook
2024-03-20 14:57:17 +11:00
parent 4f7d50ca4b
commit e94fddb0f8
3 changed files with 3 additions and 16 deletions

View File

@@ -176,10 +176,6 @@
gap: 3px;
}
label {
margin: 0;
}
.ts-control {
z-index: 0; // Avoid hovering over thead
}

View File

@@ -1,7 +1,4 @@
.admin-product-form-fields {
label {
display: inline-block;
}
input,
select,
textarea,

View File

@@ -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;
}
}