Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 09:20:29 +01:00
Fix tip mobile css
Dieser Commit ist enthalten in:
Ursprung
830d64fbd5
Commit
14997a17a0
1 geänderte Dateien mit 11 neuen und 2 gelöschten Zeilen
|
@ -47,10 +47,19 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.wizard-field {
|
.wizard-field {
|
||||||
label[for="tip"] img {
|
label[for="tip"] .field-description {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
img {
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
i {
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.field-description img {
|
.field-description img {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
Laden …
In neuem Issue referenzieren