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,26 +558,30 @@ form#add_new_subscription {
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stream-creation-body section.block {
|
.stream-creation-body {
|
||||||
|
section.block {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stream-creation-body #make-invite-only .radio {
|
#make-invite-only {
|
||||||
|
.radio {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stream-creation-body #make-invite-only .grey-box .checkbox {
|
.grey-box .checkbox {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.stream-creation-body #announce-new-stream {
|
#announce-new-stream {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
|
||||||
|
|
||||||
.stream-creation-body #announce-new-stream div[class^="fa"] {
|
div[class^="fa"] {
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.streams-list {
|
.streams-list {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user