DEV: Define --footer-nav-height css var (#14008)
This commit is contained in:
parent
70f8fdbe45
commit
3119b881aa
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue