css: Use SCSS nesting for #compose_buttons.

This commit is contained in:
Vaibhav
2019-08-24 16:04:35 +05:30
committed by Tim Abbott
parent 877d198363
commit ac94e3c7b5

View File

@@ -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 {