css: Reorder css for `.help .sidebar h1` in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-24 23:45:13 +05:30 committed by Tim Abbott
parent fe0bda565a
commit 05865b3eb3
1 changed files with 15 additions and 14 deletions

View File

@ -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;
}