From 7858331f0c5de91ddad4dd2fecfcbefccb7b99dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helene=20Engeness=20M=C3=B8rk?= Date: Wed, 13 Dec 2023 15:42:41 +0100 Subject: [PATCH] menu is back, nin-menu works. --- src/style/GraphicProfile.scss | 2 +- src/style/Header.scss | 7 ++++--- src/style/TopBar.scss | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/style/GraphicProfile.scss b/src/style/GraphicProfile.scss index cf213d3b..b1d0462d 100644 --- a/src/style/GraphicProfile.scss +++ b/src/style/GraphicProfile.scss @@ -82,7 +82,7 @@ $active-border: 2px solid black !important; $fontfamily: $font-chivo; /* Relative heights of menu items */ -$nin-header: 48px; +$nin-header: 44px; $topbar-height-nin: 96px; $mobile_slide_up_area: 60px; // closed version $ux-page-area: $topbar-height-nin; diff --git a/src/style/Header.scss b/src/style/Header.scss index bb4d8b4b..91810767 100644 --- a/src/style/Header.scss +++ b/src/style/Header.scss @@ -1,6 +1,6 @@ @import "./GraphicProfile.scss"; -$headerFooter:"#fff7eb"; +$headerFooter:#fff7eb; /* HEADER */ @@ -16,6 +16,7 @@ $headerFooter:"#fff7eb"; .header { border-bottom: 1px solid #2b2b2b; height: 120px; + background: $headerFooter; } #dropdown-header-menu { @@ -164,7 +165,7 @@ button.dropdown-toggle { .header-mega-menu { margin: 0; background: #FFF9F0; - top: 95px; + top: 52px; padding: 20px; right: 0px; overflow: hidden; @@ -271,7 +272,7 @@ button.dropdown-toggle { .header { display: flex; - height: 95px; + height: 52px; width: 100%; border-bottom: 1px solid $body-color; align-items: center; diff --git a/src/style/TopBar.scss b/src/style/TopBar.scss index 076bc54f..de8ce971 100644 --- a/src/style/TopBar.scss +++ b/src/style/TopBar.scss @@ -1,5 +1,4 @@ @import "./GraphicProfile.scss"; -@import url("https://design.artsdatabanken.no/style/header-footer.css"); @import url("https://fonts.googleapis.com/icon?family=Material+Icons"); /* Should happen in header-footer css, but untill it does, put it here*/