Feed banner height variable into layout margin creator

This commit is contained in:
akcodez
2025-02-20 13:37:18 -08:00
parent 8a4a6ce65a
commit 5041b75667
4 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
/* Top navigation ----------------------------------------------------------- */
$nav-height: 80px;
$banner-height: 0; // Apex 2024 banner was 46px. 0 for no pencil banner.
$banner-height: 52px; // Apex 2025 banner is 52px. 0 for no pencil banner.
[data-component-name="layouts/RootLayout"] {
padding-top: $nav-height + $banner-height;