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