Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
style: adjust dropdownmenu padding and border
Browse files Browse the repository at this point in the history
  • Loading branch information
TuukkaIkius committed Jan 24, 2024
1 parent 151f8d0 commit 215f338
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion components/DropdownMenu/DropdownMenu.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.wrapper {

background-color: #f8f7fd;
overflow: hidden;
max-width: 100%;
Expand All @@ -11,7 +12,9 @@ box-sizing: border-box;
background-color: white;
width: 100vw;
border-top: 1px solid #B3B3B3;
border-bottom: none;
border-bottom: 1px solid #f0f2f4;
padding-left: 4.5%;
padding-right: 4.5%;
box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
}
}
Expand Down
2 changes: 0 additions & 2 deletions components/DropdownMenu/DropdownSubMenu.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ box-sizing: unset;
flex-direction: column;
@media (--nav) {
flex-direction: row;
padding-left: 4.5%;
padding-right: 4.5%;
background-color: transparent;
}
}
Expand Down

0 comments on commit 215f338

Please sign in to comment.