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

This commit is contained in:
Mark VanLandingham 2021-08-11 10:29:16 -05:00 committed by GitHub
parent 70f8fdbe45
commit 3119b881aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

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