Skip to content

Commit

Permalink
change(fonts): modified footer and header values afer global font siz…
Browse files Browse the repository at this point in the history
…e changes
  • Loading branch information
ichim-david committed Aug 19, 2022
1 parent 4b0ae48 commit f160d35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions theme/themes/eea/extras/footer.variables
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
@contactGap : @rem-space-8;
@mobileContactIconMarginRight : @space-3;
@mobileContactIconFontSize : @font-size-4;
@computerContactIconFontSize : @font-size-5;
@computerContactIconFontSize : @font-size-9;
@computerSubcontactIconFontSize : @font-size-1;
@computerSubcontactIconMarginRight : @rem-space-4;
@computerSubcontactIconFontWeight : @font-weight-4;
Expand All @@ -58,8 +58,8 @@
@mobileSocialJustifyContent : space-around;
@tabletSocialJustifyContent : center;
@tabletSocialGap : @space-3;
@mobileSocialIconSize : @font-size-5;
@tabletSocialIconSize : @font-size-6;
@mobileSocialIconSize : @font-size-9;
@tabletSocialIconSize : @font-size-9;

/* Footer Menu */

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 @@ -167,7 +167,7 @@
/* Accordion */
@megaMenuAccordionTitleFontSize: @font-size-3;
@megaMenuAccordionTitlePadding: @rem-space-2 0;
@megaMenuAccordionIconFontSize: @font-size-5;
@megaMenuAccordionIconFontSize: @font-size-9;
@megaMenuAccordionContentPadding: @rem-space-4 0;
@megaMenuAccordionTitleBorderBottom: 1px solid rgba(255, 255, 255, 0.25);
@megaMenuAccordionActiveTitleBorderBottom: 1px solid @white;
Expand Down

0 comments on commit f160d35

Please sign in to comment.