Update SCSS for removal of top banner

This commit is contained in:
mDuo13
2024-06-18 13:53:17 -07:00
parent 936ef78aab
commit 97ebbfb24c
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -965,8 +965,8 @@
border-radius: $border-radius-sm;
padding: 2rem;
padding-right: 3rem; // don't overlap chevron
// margin-bottom: 1.5rem; // this is enough space when a banner isn't active
margin-bottom: 3.5rem; // give space so anchor-fix doesn't block clicks
margin-bottom: 1.5rem; // this is enough space when a banner isn't active
// margin-bottom: 3.5rem; // give space so anchor-fix doesn't block clicks
position: relative;
z-index: 5;
width: 100%;

View File

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