FEATURE: better wizard privacy controls (#7391)

This commit is contained in:
Arpit Jalan
2019-04-22 19:47:29 +05:30
committed by GitHub
parent f112f279ae
commit a63ef4cfc8
6 changed files with 59 additions and 15 deletions

View File

@@ -73,6 +73,21 @@ body.wizard {
font-weight: bold;
}
.wizard-step-privacy {
label[for="privacy_options"] .field-description {
color: #444;
margin-bottom: 1em;
}
.field-privacy-options {
margin-bottom: 0.8em;
.radio-label {
font-weight: normal;
}
}
}
.wizard-step-form {
max-height: 500px;
}