Skip to content

Commit 02ff906

Browse files
authored
chore: 로그인, 약속 생성, 우측 사이드바 css 수정 (#52)
## 📝작업 내용 약속 생성 페이지 border-radius 적용 색상 코드 변경
1 parent cbe3cb5 commit 02ff906

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

frontend/src/components/SelectRange.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
.sr-container {
1515
width: 98%;
16-
background: #FAFFF2;
16+
background: #FDFDF8;
1717
border-radius: 12px;
1818
padding: 10px 12px;
1919
user-select: none;

frontend/src/components/SidebarRight.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
zoom: 0.85;
1919
width: min(505px, 92vw);
2020
height: 97%;
21-
background: rgba(250, 255, 242, 0.7);
21+
background: rgba(253, 253, 248, 0.8);
2222
backdrop-filter: blur(12px);
2323
-webkit-backdrop-filter: blur(12px);
2424
border: none;

frontend/src/pages/Create.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
display: flex;
2222
width: 100vw;
2323
height: 100vh;
24-
background-color: #F6FAED;
2524
overflow: hidden;
25+
border-radius: 12px;
2626
}
2727

2828
.main-content {
2929
flex: 1;
30-
background: #FAFFF2;
30+
background: #FDFDF8;
3131
border-radius: 15px 0 0 15px;
3232
padding: 0px;
3333
overflow-y: auto;
@@ -68,7 +68,7 @@
6868
font-weight: 500;
6969
color: #1f1f1f;
7070

71-
background-color: #FAFFF2;
71+
background-color: #FDFDF8;
7272
border: 0.3px solid #1f1f1f;
7373
border-radius: 15px;
7474
outline: none;
@@ -91,7 +91,7 @@
9191
width: 63px;
9292
height: 74px;
9393
border-radius: 10px;
94-
background: #EAEEE0;
94+
background: #E9E9E3;
9595
border: none;
9696

9797
margin-left: 29px;
@@ -144,7 +144,7 @@
144144
}
145145

146146
.submit-button:disabled {
147-
background: #EAEEE0;
147+
background: #E9E9E3;
148148
color: #85837B;
149149
cursor: not-allowed;
150150
}

frontend/src/pages/Login.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
.login-container {
2323
width: 100vw;
2424
height: 100vh;
25-
background-color: #FAFFF2;
25+
background-color: #FDFDF8;
2626
overflow: hidden;
2727
align-items: center;
2828
text-align: center;

0 commit comments

Comments
 (0)