Skip to content

Commit

Permalink
Refactor: 에러페이지 scss 추가, 결제페이지 폴더/파일명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehafe committed Mar 5, 2023
1 parent 76ef6ee commit 9b4584e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/scss/errorPage/errorPage.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.error {
&-page {
height: 580px;
display: flex;
flex-direction: column;
justify-content: center;
}
&-message {
&--container {
text-align: center;
}
&--title {
margin-bottom: 40px;
font: {
size: 50px;
weight: 900;
}
}
&--desc {
margin-bottom: 10px;
font-size: 20px;
line-height: 1.4;
}
}
}
File renamed without changes.

0 comments on commit 9b4584e

Please sign in to comment.