css: Reorder `app.help .hamburger` in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-24 14:59:07 +05:30 committed by Tim Abbott
parent ca8c6d023b
commit d25b71b405
1 changed files with 4 additions and 4 deletions

View File

@ -134,6 +134,10 @@ html {
color: hsl(0, 0%, 27%); color: hsl(0, 0%, 27%);
} }
.app.help .hamburger {
display: none;
}
/* Markdown processor generates lots of spurious <p></p> */ /* Markdown processor generates lots of spurious <p></p> */
.help p:empty { .help p:empty {
margin: 0px; margin: 0px;
@ -257,10 +261,6 @@ html {
outline: none; outline: none;
} }
.app.help .hamburger {
display: none;
}
.help-center ol, .help-center ol,
.portico-landing.integrations ol { .portico-landing.integrations ol {
margin-left: 0; margin-left: 0;