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 {
|
||||
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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Laden …
In neuem Issue referenzieren