Skip to content

Commit

Permalink
refactor(Language List): add less variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sourtzis committed Apr 28, 2022
1 parent 3617442 commit 7ccc1cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion theme/themes/eea/extras/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
margin: @dropdownMenuWrapperMargin;

&.language-list {
padding-inline-start: 0;
padding-inline-start: @dropdownMenuLanguageWrapperPaddingInlineStart;
}

.item {
Expand Down
1 change: 1 addition & 0 deletions theme/themes/eea/extras/header.variables
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
@dropdownMenuRight : 0;
@dropdownMenuWrapperGap : 0.313rem;
@dropdownMenuWrapperMargin : 0.313rem 0;
@dropdownMenuLanguageWrapperPaddingInlineStart : 0;
@dropdownMenuContentWhiteSpace : pre-wrap;
@dropdownMenuContentFontWeight : @normal;
@mobileDropdownMenuContentFontSize : @headerSmallFontSize;
Expand Down

0 comments on commit 7ccc1cc

Please sign in to comment.