Revert "DEV: Define --footer-nav-height css var (#14008)" (#14327)

This reverts commit 3119b881aa.
This commit is contained in:
Penar Musaraj 2021-09-13 15:09:06 -04:00 committed by GitHub
parent 97c0659fcc
commit b90eb0da14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -2,10 +2,7 @@
// Footer nav bar (displayed in DiscourseHub app and PWAs)
// --------------------------------------------------
:root {
--footer-nav-height: 49px;
}
$footer-nav-height: var(--footer-nav-height);
$footer-nav-height: 49px;
body.footer-nav-visible {
#main-outlet {