Skip to content

Commit

Permalink
(feat) Adjust left nav menu item padding
Browse files Browse the repository at this point in the history
This commit adjusts the padding of left nav menu links to have `1rem` horizontal padding instead of the current `0.75rem`.
  • Loading branch information
denniskigen committed Feb 3, 2025
1 parent d2f3b6d commit 8655552
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
:global(.cds--side-nav__link) {
color: $text-02;
@include type.type-style('heading-compact-01');
padding: 0 1rem;

&:focus,
&:hover {
Expand All @@ -21,7 +22,6 @@
border-left: 0.25rem solid var(--brand-01);
background-color: $ui-03;
outline: none;
padding: 0 0.75rem;
}
}
}
Expand Down

0 comments on commit 8655552

Please sign in to comment.