0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-22 09:20:29 +01:00

Minor style tweaks

Dieser Commit ist enthalten in:
Angus McLeod 2018-02-10 15:12:33 +08:00
Ursprung e81f131992
Commit 82f99d9dec
2 geänderte Dateien mit 7 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -16,7 +16,8 @@
.wizard-step-description { .wizard-step-description {
line-height: 1.7; line-height: 1.7;
margin: 1em 0; margin-top: 0;
margin-bottom: 1em;
flex: 0; flex: 0;
i { i {
@ -112,8 +113,11 @@
.wizard-column .wizard-step-banner { .wizard-column .wizard-step-banner {
width: initial; width: initial;
max-height: 300px;
margin-bottom: 0; margin-bottom: 0;
img {
max-height: 300px;
}
} }
.control-group { .control-group {

Datei anzeigen

@ -25,9 +25,8 @@
} }
} }
.wizard-step-banner { .wizard-step-banner img {
max-height: 250px !important; max-height: 250px !important;
width: initial !important;
} }
.control-group { .control-group {