UX: Adjusts wizard step margins (#8452)

This commit is contained in:
Joe 2019-12-03 22:28:03 +08:00 committed by GitHub
parent c86ca3609e
commit 98b600f1e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -130,7 +130,6 @@ body.wizard {
.wizard-step-colors { .wizard-step-colors {
max-height: 465px; max-height: 465px;
margin-bottom: 20px;
overflow-y: auto; overflow-y: auto;
.grid { .grid {
box-sizing: border-box; box-sizing: border-box;
@ -189,6 +188,7 @@ body.wizard {
.wizard-step-contents { .wizard-step-contents {
height: 550px; height: 550px;
margin-bottom: 2em;
a { a {
text-decoration: none; text-decoration: none;
color: #6699ff; color: #6699ff;
@ -516,7 +516,7 @@ body.wizard {
} }
.radio-field-choice { .radio-field-choice {
margin-bottom: 1.5em; margin-bottom: 1.25em;
input { input {
outline: 0; outline: 0;
@ -602,9 +602,6 @@ body.wizard {
.wizard-footer { .wizard-footer {
display: none !important; display: none !important;
} }
.wizard-field {
margin-bottom: 1em !important;
}
.wizard-step-description { .wizard-step-description {
margin-bottom: 1em !important; margin-bottom: 1em !important;
} }