Skip to content

Commit

Permalink
feat(menu-item-nested): Add css variables
Browse files Browse the repository at this point in the history
  • Loading branch information
taromorimoto committed May 18, 2021
1 parent 891da6b commit 9cd2a23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/gds-menu-item-nested/gds-menu-item-nested.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
display: flex;
flex-direction: row;
align-items: stretch;
justify-content: var(--gds-menu-item-nested-justify-content);
}

.submenu-icon {
Expand All @@ -21,6 +22,7 @@
padding: 0;
margin-left: calc(-1 * var(--gds-spacing-2xs));
margin-right: var(--gds-spacing-xs);
font-size: var(--gds-menu-item-nested-submenu-icon-font-size);

.submenu-icon-content {
// Since the element is rotated we need it to be square
Expand Down

0 comments on commit 9cd2a23

Please sign in to comment.