Skip to content

Commit

Permalink
adjust padding, arrow margin and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ckniffen committed Apr 13, 2023
1 parent 707ef50 commit 7c1a92c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

.dropdown-toggle {
padding: 16px;
padding: 12px 16px;
}

.dropdown-menu {
Expand Down
5 changes: 2 additions & 3 deletions src/containers/shared/components/Dropdown/dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
border-radius: 100px;
cursor: pointer;
font-weight: 700;
gap: 0 8px;
gap: 0 24px;

.arrow {
height: 1em;
Expand All @@ -25,7 +25,6 @@

.dropdown-menu {
position: absolute;
z-index: 1;
z-index: 100;
display: none;
min-width: max(100%, 160px);
Expand All @@ -37,8 +36,8 @@
}

.dropdown-item {
border-radius: 4px;
padding: 12px 8px;
border-radius: 4px;
font-weight: normal;

@at-root {
Expand Down

0 comments on commit 7c1a92c

Please sign in to comment.