Skip to content

Commit

Permalink
remove styling on header popups
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Feb 28, 2022
1 parent aca80fd commit 86c499b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/themes/eea/extras/header.variables
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

@mobilePopUpHeight : calc(100vh - (@mobileTopSectionHeight + @mobileMainSectionHeight));
@tabletPopUpHeight : calc(100vh - (@tabletTopSectionHeight + @tabletMainSectionHeight));
@computerPopUpHeight : calc(90vh - (@computerTopSectionHeight + @computerMainSectionHeight));
@computerPopUpHeight : calc(100vh - (@computerTopSectionHeight + @computerMainSectionHeight));

/* Header font sizes */
@headerMinyFontSize: 0.5rem;
Expand Down

0 comments on commit 86c499b

Please sign in to comment.