Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-12 21:22:54 +01:00
style tweaks
Dieser Commit ist enthalten in:
Ursprung
3046d16ff3
Commit
0c61a9b5dc
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
|
@ -17,6 +17,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: initial;
|
min-height: initial;
|
||||||
height: initial;
|
height: initial;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.emoji {
|
img.emoji {
|
||||||
|
@ -27,6 +28,10 @@
|
||||||
|
|
||||||
.wizard-step-title {
|
.wizard-step-title {
|
||||||
flex: 0;
|
flex: 0;
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0.5em 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.wizard-step-description {
|
.wizard-step-description {
|
||||||
|
|
Laden …
In neuem Issue referenzieren