Skip to content

Commit

Permalink
Extra bottom padding for header menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dana-cfc4 committed Feb 8, 2023
1 parent ecc494f commit 4f38c7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theme/themes/eea/extras/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@
display: inherit;
height: 100%;
align-items: baseline;
padding-bottom: @megaMenuContainerPaddingBottom;
}
}

Expand Down Expand Up @@ -732,6 +733,7 @@

#at-a-glance {
padding: @megaMenuGlancePadding !important;
margin-bottom: @megaMenuGlanceMarginBottom !important;
background-color: @megaMenuGlanceBackgroundColor;

.item {
Expand Down
2 changes: 2 additions & 0 deletions theme/themes/eea/extras/header.variables
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
@mobileMegaMenuPadding: @rem-space-4 0;
@tabletMegaMenuPadding: @rem-space-9;
@computerMegaMenuPadding: @rem-space-4 0;
@megaMenuContainerPaddingBottom: @rem-space-4;

/* Title */
@mobileMegaMenuTitleButtonPadding: @rem-space-6 0 @rem-space-4;
Expand All @@ -192,6 +193,7 @@
/* At a glance */
@megaMenuGlanceBackgroundColor: @secondaryColor;
@megaMenuGlancePadding: @rem-space-4 @rem-space-6;
@megaMenuGlanceMarginBottom: -@rem-space-4;
@megaMenuGlanceListItemFontSize: @font-size-2;
@megaMenuGlanceListItemFontWeight: @font-weight-4;
@megaMenuGlanceListItemMargin: @rem-space-4 0;
Expand Down

0 comments on commit 4f38c7a

Please sign in to comment.