mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
css: Use SCSS nesting for .help .sidebar h1.home-link.
This commit is contained in:
committed by
Tim Abbott
parent
74244a6d5b
commit
42956cde19
@@ -183,9 +183,8 @@ html {
|
|||||||
.help .sidebar h1.home-link {
|
.help .sidebar h1.home-link {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
margin-bottom: 17px;
|
margin-bottom: 17px;
|
||||||
}
|
|
||||||
|
|
||||||
.help .sidebar h1.home-link a::before {
|
a::before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: normal normal normal 14px/1 FontAwesome;
|
font: normal normal normal 14px/1 FontAwesome;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
@@ -193,6 +192,7 @@ html {
|
|||||||
content: "\f0d9";
|
content: "\f0d9";
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.help .sidebar h2 {
|
.help .sidebar h2 {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|||||||
Reference in New Issue
Block a user