Skip to content

Commit

Permalink
menu is back, nin-menu works.
Browse files Browse the repository at this point in the history
  • Loading branch information
helemork committed Dec 13, 2023
1 parent 98c7441 commit 7858331
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/style/GraphicProfile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
7 changes: 4 additions & 3 deletions src/style/Header.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "./GraphicProfile.scss";

$headerFooter:"#fff7eb";
$headerFooter:#fff7eb;

/* HEADER */

Expand All @@ -16,6 +16,7 @@ $headerFooter:"#fff7eb";
.header {
border-bottom: 1px solid #2b2b2b;
height: 120px;
background: $headerFooter;
}

#dropdown-header-menu {
Expand Down Expand Up @@ -164,7 +165,7 @@ button.dropdown-toggle {
.header-mega-menu {
margin: 0;
background: #FFF9F0;
top: 95px;
top: 52px;
padding: 20px;
right: 0px;
overflow: hidden;
Expand Down Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/style/TopBar.scss
Original file line number Diff line number Diff line change
@@ -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*/
Expand Down

0 comments on commit 7858331

Please sign in to comment.