Skip to content

Commit

Permalink
Design: apply design modification #80
Browse files Browse the repository at this point in the history
  • Loading branch information
HOOOO98 committed Jan 12, 2024
1 parent 400f045 commit 08a3a13
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/SideBar/SideBar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
width: 100%;
height: 100vh;
background-color: rgba(20, 20, 20, 0.8);
z-index: 3;
z-index: 9;

.slide {
z-index: 10;
Expand All @@ -33,7 +33,7 @@
display: flex;
padding: 0px 20px;
align-items: center;
gap: 16px;
gap: 12px;
margin-bottom: 8px;

&__nickName {
Expand All @@ -47,6 +47,9 @@
font-style: normal;
letter-spacing: -0.012rem;
@include typography(captionSmall);
&:hover {
font-weight: 700;
}
}
}
}
Expand Down

0 comments on commit 08a3a13

Please sign in to comment.