Skip to content

Commit

Permalink
Mobile: update arrow in navigation dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits committed Dec 2, 2024
1 parent 72739dc commit fb6306e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@

select {
font-weight: var(--sds-fw-semi-bold);
padding-left: pxToRem(18px);
}

optgroup {
Expand All @@ -118,6 +119,16 @@
.Select__icon {
right: auto;
left: pxToRem(8px);
top: pxToRem(4px);
width: pxToRem(24px);
height: pxToRem(24px);
border: 1px solid var(--sds-clr-gray-06);
border-radius: pxToRem(24px);

svg {
width: pxToRem(16px);
height: pxToRem(16px);
}
}

.Select__container {
Expand Down

0 comments on commit fb6306e

Please sign in to comment.