Welcome wizard style updates
Dieser Commit ist enthalten in:
Ursprung
14997a17a0
Commit
e96ecdc38b
2 geänderte Dateien mit 18 neuen und 15 gelöschten Zeilen
|
@ -367,6 +367,10 @@ img.avatar {
|
||||||
|
|
||||||
&> label {
|
&> label {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
|
.field-description {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&> .input-area {
|
&> .input-area {
|
||||||
|
@ -395,8 +399,8 @@ img.avatar {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 10px;
|
||||||
margin-right: 10px;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|
|
@ -31,6 +31,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wizard-step-banner {
|
||||||
|
max-height: 200px !important;
|
||||||
|
width: initial !important;
|
||||||
|
}
|
||||||
|
|
||||||
.control-group {
|
.control-group {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
@ -46,8 +51,7 @@
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wizard-field {
|
.wizard-field .field-description {
|
||||||
label[for="tip"] .field-description {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
@ -55,14 +59,9 @@
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
i {
|
i, span {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.field-description img {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Laden …
In neuem Issue referenzieren