mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Update SCSS for removal of top banner
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -965,8 +965,8 @@
|
|||||||
border-radius: $border-radius-sm;
|
border-radius: $border-radius-sm;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
padding-right: 3rem; // don't overlap chevron
|
padding-right: 3rem; // don't overlap chevron
|
||||||
// margin-bottom: 1.5rem; // this is enough space when a banner isn't active
|
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: 3.5rem; // give space so anchor-fix doesn't block clicks
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Top navigation ----------------------------------------------------------- */
|
/* Top navigation ----------------------------------------------------------- */
|
||||||
$nav-height: 80px;
|
$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"] {
|
[data-component-name="Layout/RootLayout"] {
|
||||||
padding-top: $nav-height + $banner-height;
|
padding-top: $nav-height + $banner-height;
|
||||||
|
|||||||
Reference in New Issue
Block a user