mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 02:23:57 +00:00
css: Use SCSS nesting for #compose_buttons.
This commit is contained in:
@@ -15,18 +15,18 @@
|
||||
|
||||
.new_message_button {
|
||||
padding-top: 1.1em;
|
||||
}
|
||||
|
||||
.new_message_button .compose_mobile_button span {
|
||||
.compose_mobile_button span {
|
||||
font-size: 1.2em !important;
|
||||
font-weight: 400;
|
||||
line-height: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#compose_buttons .button.small {
|
||||
.button.small {
|
||||
font-size: 1em;
|
||||
padding: 3px 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.compose-content {
|
||||
|
||||
Reference in New Issue
Block a user