Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1436 from Qwant/QMAPS-3086
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaloliv authored Dec 20, 2022
2 parents cf196cf + 44828ca commit 6e627cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/scss/includes/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ $productDrawerWidth: 744px;
}

.menu__panel {
box-shadow: var(--box-shadow-depth-3);
border: 1px solid var(--grey-900-alpha12);
position: fixed;
width: 100vw;
height: 100vh;
Expand Down Expand Up @@ -136,7 +138,7 @@ $productDrawerWidth: 744px;
padding: var(--spacing-l);
border-radius: 8px;
text-decoration: none !important;
border: 2px solid var(--grey-900-alpha16);
border: 1px solid var(--grey-900-alpha16);
transition: box-shadow 0.3s;

&:hover {
Expand Down

0 comments on commit 6e627cf

Please sign in to comment.