Skip to content

Commit

Permalink
refactor(megaMenu): update gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
tarantilis committed Feb 28, 2022
1 parent eeab543 commit 47f2ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theme/themes/eea/extras/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Header Actions - Burger and Search Icons
cursor: pointer;
width: @mobileActionsBoxWidth;
height: @mobileMainSectionHeight;
background-color: @mediumPersianBlue;
background-color: @darkCerulean;
}

.burger-action.desktop {
Expand Down
2 changes: 1 addition & 1 deletion theme/themes/eea/extras/header.variables
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
@computerPopupMarginTop : 200px;

/* Mega menu */
@megaMenuBackgroundGradient: linear-gradient(180deg, @mediumPersianBlue 39.58%, #043570 100%);
@megaMenuBackgroundGradient: linear-gradient(166.78deg, @darkCerulean 39.52%, @darkCyan 118.9%);;

/* Menu link and toggle */
@mobileMegaMenuColor : @white;
Expand Down

0 comments on commit 47f2ea4

Please sign in to comment.