mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
css: Use SCSS nesting for .stream-creation-body.
This commit is contained in:
@@ -558,25 +558,29 @@ form#add_new_subscription {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.stream-creation-body section.block {
|
||||
.stream-creation-body {
|
||||
section.block {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.stream-creation-body #make-invite-only .radio {
|
||||
#make-invite-only {
|
||||
.radio {
|
||||
margin: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.stream-creation-body #make-invite-only .grey-box .checkbox {
|
||||
.grey-box .checkbox {
|
||||
margin: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.stream-creation-body #announce-new-stream {
|
||||
#announce-new-stream {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.stream-creation-body #announce-new-stream div[class^="fa"] {
|
||||
div[class^="fa"] {
|
||||
margin-left: 3px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.streams-list {
|
||||
|
||||
Reference in New Issue
Block a user