0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00

Welcome wizard style updates

Dieser Commit ist enthalten in:
Angus McLeod 2018-02-09 16:02:06 +08:00
Ursprung 14997a17a0
Commit e96ecdc38b
2 geänderte Dateien mit 18 neuen und 15 gelöschten Zeilen

Datei anzeigen

@ -367,6 +367,10 @@ img.avatar {
&> label {
float: right;
.field-description {
margin-top: 0;
}
}
&> .input-area {
@ -395,8 +399,8 @@ img.avatar {
width: 40px;
height: 40px;
vertical-align: middle;
padding-bottom: 5px;
margin-right: 10px;
padding-bottom: 10px;
margin-right: 15px;
}
input {

Datei anzeigen

@ -31,6 +31,11 @@
}
}
.wizard-step-banner {
max-height: 200px !important;
width: initial !important;
}
.control-group {
margin-right: 0;
margin-bottom: 20px;
@ -46,22 +51,16 @@
max-width: 80%;
}
.wizard-field {
label[for="tip"] .field-description {
display: flex;
align-items: center;
.wizard-field .field-description {
display: flex;
align-items: center;
img {
float: none;
}
i {
flex: 1;
}
img {
float: none;
}
.field-description img {
float: left;
i, span {
flex: 1;
}
}
}