mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
css: Use SCSS nesting for ".header-main".
Used SCSS nesting for ".header-main" in archive.scss.
This commit is contained in:
committed by
Tim Abbott
parent
5ae6f4f0dd
commit
24603134f4
@@ -10,10 +10,9 @@ body {
|
||||
|
||||
.header-main .logo {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.header-main .logo .brand-logo {
|
||||
margin-top: 4px;
|
||||
.brand-logo {
|
||||
margin-top: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.message_area_padder {
|
||||
@@ -34,10 +33,9 @@ body {
|
||||
|
||||
.header-main .logo {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.header-main .logo .brand-logo {
|
||||
margin-top: 4px;
|
||||
.brand-logo {
|
||||
margin-top: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
#floating_recipient_bar {
|
||||
|
||||
Reference in New Issue
Block a user