Skip to content

Commit

Permalink
Merge pull request #71 from TEAM-Hearus/develop
Browse files Browse the repository at this point in the history
Fix: ๋žœ๋”ฉํŽ˜์ด์ง€, AuthํŽ˜์ด์ง€ ์ˆ˜์ •
  • Loading branch information
Nangniya authored Aug 25, 2024
2 parents 9d1d4c3 + ac834b3 commit 8528d6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
7 changes: 3 additions & 4 deletions src/pages/Auth/AuthForm/AuthForm.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
display: flex;
justify-content: center;
align-items: center;
width: 100dvw;
min-height: 100dvh;
background-image: url('../../../assets/images/check.svg');
background-image: url('../../../assets/images/auth-page-bg.png');
}
.authContainer {
display: flex;
Expand Down Expand Up @@ -82,9 +81,9 @@
}
.checkBoxInput:checked + .checkBoxLabel:before {
content: '';
background-color: $light-bg_E5;
background-color: $brand-point;
border-radius: 3px;
background-image: url('../../assets/images/check.svg');
background-image: url('../../../assets/images/check.svg');
background-repeat: no-repeat;
background-position: 50%;
}
Expand Down
8 changes: 1 addition & 7 deletions src/pages/Landing/Landing.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
flex-direction: column;
justify-content: center;
background-color: #f6f6f6;
width: 100dvw;
height: 100dvh;
}
.header {
Expand All @@ -16,7 +15,7 @@
display: flex;
justify-content: space-between;
gap: 10px;
width: 100dvw;
width: 100%;
height: 88px;
padding: 20px 100px;
z-index: 1;
Expand All @@ -38,7 +37,6 @@
display: flex;
justify-content: center;
align-items: center;
width: 100dvh;
height: 100dvh;
padding: 100px;
background-color: rgba(239, 239, 239, 0.24);
Expand Down Expand Up @@ -94,7 +92,6 @@
flex-direction: column;
justify-content: space-around;
align-items: center;
width: 100dvw;
height: 100dvh;
}
.upIntro {
Expand Down Expand Up @@ -186,7 +183,6 @@
justify-content: flex-end;
align-items: center;
gap: 50px;
width: 100dvw;
height: 600px;
background-color: $white_FF;
border-radius: 30px;
Expand Down Expand Up @@ -249,7 +245,6 @@
justify-content: center;
align-items: center;
gap: 20px;
width: 100dvw;
height: 100dvh;
background-color: $white_FF;
}
Expand Down Expand Up @@ -299,7 +294,6 @@
flex-direction: column;
justify-content: space-around;
gap: 10px;
width: 100dvw;
height: 180px;
padding: 30px 200px;
background-color: $dark-font_33;
Expand Down

0 comments on commit 8528d6d

Please sign in to comment.