Skip to content

Commit

Permalink
fix: z-index 값 수정 및 css 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongWon-CHO committed Oct 15, 2024
1 parent 4c17f44 commit 11f874b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/layout/Header/Dropdown.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
width: 100%;
background-color: #f5f5f5;
box-shadow: 0 5px 7px rgb(0 0 0 / 10%);
z-index: 1000;
z-index: 10;
flex-direction: column;
}

Expand Down
16 changes: 8 additions & 8 deletions src/pages/Coop/components/Calendar/Calendar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 22.4px */
line-height: 160%;
}

.title--sub {
Expand All @@ -26,7 +26,7 @@
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 32px */
line-height: 160%;
margin-bottom: 20px;
}

Expand Down Expand Up @@ -54,7 +54,7 @@
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 22.4px */
line-height: 160%;

&--selected {
color: #4b4b4b;
Expand Down Expand Up @@ -86,7 +86,7 @@
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 20.8px */
line-height: 160%;
}

.date-list {
Expand All @@ -108,7 +108,7 @@
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 25.6px */
line-height: 160%;
background: none;
border: none;

Expand Down Expand Up @@ -160,7 +160,7 @@
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 22.4px */
line-height: 160%;
}

.title--sub-mobile {
Expand All @@ -169,7 +169,7 @@
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 32px */
line-height: 160%;
margin-bottom: 20px;
}

Expand All @@ -183,7 +183,7 @@
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 22.4px */
line-height: 160%;
white-space: nowrap;

&--selected {
Expand Down

0 comments on commit 11f874b

Please sign in to comment.