Skip to content

Commit

Permalink
Merge pull request #40 from eunji-0623/feature-황은지
Browse files Browse the repository at this point in the history
Style: color 변수 관련 오류, header 레이어 오류 수정
  • Loading branch information
eunji-0623 authored Jun 14, 2024
2 parents 23b5e0b + f4799aa commit 5460964
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
align-items: center;
padding: 0 80px 0 40px;
border-bottom: 1px solid #d9d9d9e0;
background-color: #ffffff;
z-index: 10;

@include tablet {
padding: 0 40px 0 68px;
Expand Down
2 changes: 2 additions & 0 deletions src/pages/myDashboard/components/Header/Header.module.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@use '/src/styles/global.scss' as *;
@import '../../../../styles/media.scss';

.MyDashboardHeader {
Expand All @@ -9,6 +10,7 @@
align-items: center;
padding: 0 80px 0 40px;
background: white;
z-index: 10;
@include tablet {
padding: 0 40px 0 40px;
}
Expand Down
3 changes: 2 additions & 1 deletion src/pages/myDashboard/index.module.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@use '/src/styles/global.scss' as *;
@import '../../styles/utils.scss';

.container {
Expand Down Expand Up @@ -32,4 +33,4 @@
grid-column: 2 / span 2;
overflow-x: auto;
}
}
}
1 change: 1 addition & 0 deletions src/pages/mypage/components/Header/Header.module.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@use '/src/styles/global.scss' as *;
@import '../../../../styles/media.scss';

.MyDashboardHeader {
Expand Down

0 comments on commit 5460964

Please sign in to comment.