mirror of https://github.com/zulip/zulip.git
css: Reorder css for `.help .sidebar h1` in portico.scss.
This commit is contained in:
parent
fe0bda565a
commit
05865b3eb3
|
@ -179,6 +179,21 @@ html {
|
|||
border-bottom: none;
|
||||
}
|
||||
|
||||
|
||||
.help .sidebar h1.home-link {
|
||||
font-size: 1em;
|
||||
margin-bottom: 17px;
|
||||
}
|
||||
|
||||
.help .sidebar h1.home-link a::before {
|
||||
display: inline-block;
|
||||
font: normal normal normal 14px/1 FontAwesome;
|
||||
font-size: inherit;
|
||||
|
||||
content: "\f0d9";
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.help .sidebar h2 {
|
||||
font-weight: 400;
|
||||
font-size: 1.2em;
|
||||
|
@ -202,20 +217,6 @@ html {
|
|||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.help .sidebar h1.home-link {
|
||||
font-size: 1em;
|
||||
margin-bottom: 17px;
|
||||
}
|
||||
|
||||
.help .sidebar h1.home-link a::before {
|
||||
display: inline-block;
|
||||
font: normal normal normal 14px/1 FontAwesome;
|
||||
font-size: inherit;
|
||||
|
||||
content: "\f0d9";
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.help .sidebar ul {
|
||||
margin: 5px 0px 10px 12px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue