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

QMAPS-3086 reviews UI maps #1436

Merged
merged 1 commit into from
Dec 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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