Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
Tweak checkbox field description css
Dieser Commit ist enthalten in:
Ursprung
d000bc7665
Commit
717aedb607
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
|
@ -59,13 +59,16 @@
|
||||||
|
|
||||||
& > label.field-label {
|
& > label.field-label {
|
||||||
order: 1;
|
order: 1;
|
||||||
font-weight: 400;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
& > .field-description {
|
& > .field-description {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& > .field-label + .field-description {
|
||||||
|
margin-left: .5em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.url-field input {
|
.url-field input {
|
||||||
|
|
Laden …
In neuem Issue referenzieren