mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: better wizard privacy controls (#7391)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user