From 276ea8b95297bc8b7438b2ca20cbb63a0a4421a1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 24 Feb 2021 12:10:56 +0100 Subject: [PATCH] Disable alert banner (#16722) --- sass/custom/_layout.scss | 6 +----- sass/oscailte/base/_navigation.scss | 12 ++--------- source/_layouts/default.html | 32 ----------------------------- 3 files changed, 3 insertions(+), 47 deletions(-) diff --git a/sass/custom/_layout.scss b/sass/custom/_layout.scss index dedacad4c75..0d3a6f7a682 100644 --- a/sass/custom/_layout.scss +++ b/sass/custom/_layout.scss @@ -29,7 +29,7 @@ html { height: calc(100% - 68px);; margin-top: 68px; overflow-y: scroll; - padding-top: 82px; + padding-top: 32px; width: 100%; } @@ -43,10 +43,6 @@ html { } } -.alert-banner { - height: 50px; - } - .site-header { position: fixed; width: 100%; diff --git a/sass/oscailte/base/_navigation.scss b/sass/oscailte/base/_navigation.scss index 695c6730b08..6b3e1a8c3e8 100644 --- a/sass/oscailte/base/_navigation.scss +++ b/sass/oscailte/base/_navigation.scss @@ -118,7 +118,7 @@ header .grid { .menu { margin: 0; - top: 138px; + top: 68px; } .menu li a { @@ -169,17 +169,9 @@ header .grid { padding: 15px 15px 15px 25px; } - .alert-banner { - height: 70px !important; - } - - .page-content { - padding-top: 102px; - } - .toggle { position: absolute; - top: 85px; + top: 15px; right: 10px; } diff --git a/source/_layouts/default.html b/source/_layouts/default.html index 78aae3551b9..15d7d57be4b 100644 --- a/source/_layouts/default.html +++ b/source/_layouts/default.html @@ -2,38 +2,6 @@