Skip to content

Commit 60740b8

Browse files
Merge pull request #80 from pirogramming/feat-chan
Feat chan
2 parents f824e9a + c37eb86 commit 60740b8

7 files changed

Lines changed: 10 additions & 18 deletions

File tree

backend-core/static/shared/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ body {
131131
.nav-item span {
132132
font-size: 11px;
133133
font-weight: 500;
134+
transform: translate(-20px, -7px);
134135
}
135136

136137
/* 2. 활성화된 상태 스타일 (아이콘+텍스트 파란색) */

backend-core/static/users/css/review.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ body {
228228

229229
/* 선택되었을 때 (사진 속 파란색) */
230230
.chip.active {
231-
background-color: #74a0ff; /* 사진과 유사한 블루 */
231+
background-color: #4DA6FF; /* 사진과 유사한 블루 */
232232
color: white;
233233
font-weight: 500;
234234
}
@@ -260,6 +260,6 @@ body {
260260
}
261261

262262
.submit-btn:not(.disabled) {
263-
background-color: #6fa6ff;
263+
background-color: #4DA6FF;
264264
color: white;
265265
}

backend-core/static/users/css/user_profile.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
/* 3. 유저 정보 섹션 (블루 그라데이션) */
4242
.user-info-section {
43-
background: linear-gradient(180deg, #4DA6FF 0%, #6BB6FF 100%);
43+
background: #4DA6FF;
4444
padding: 30px 25px 20px 25px;
4545
margin-top: 64px;
4646
display: flex;
@@ -95,7 +95,7 @@
9595

9696
/* 4. 유니퀘스트 점수 섹션 */
9797
.score-section {
98-
background-color: #6BB6FF;
98+
background-color: #4DA6FF;
9999
padding: 0 25px 35px 25px;
100100
display: flex;
101101
flex-direction: column;

backend-core/staticfiles/shared/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ body {
131131
.nav-item span {
132132
font-size: 11px;
133133
font-weight: 500;
134+
transform: translate(-20px, -7px);
134135
}
135136

136137
/* 2. 활성화된 상태 스타일 (아이콘+텍스트 파란색) */

backend-core/staticfiles/users/css/review.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ body {
228228

229229
/* 선택되었을 때 (사진 속 파란색) */
230230
.chip.active {
231-
background-color: #74a0ff; /* 사진과 유사한 블루 */
231+
background-color: #4DA6FF; /* 사진과 유사한 블루 */
232232
color: white;
233233
font-weight: 500;
234234
}
@@ -260,6 +260,6 @@ body {
260260
}
261261

262262
.submit-btn:not(.disabled) {
263-
background-color: #6fa6ff;
263+
background-color: #4DA6FF;
264264
color: white;
265265
}

backend-core/staticfiles/users/css/user_profile.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
/* 3. 유저 정보 섹션 (블루 그라데이션) */
4242
.user-info-section {
43-
background: linear-gradient(180deg, #4DA6FF 0%, #6BB6FF 100%);
43+
background: #4DA6FF;
4444
padding: 30px 25px 20px 25px;
4545
margin-top: 64px;
4646
display: flex;
@@ -95,7 +95,7 @@
9595

9696
/* 4. 유니퀘스트 점수 섹션 */
9797
.score-section {
98-
background-color: #6BB6FF;
98+
background-color: #4DA6FF;
9999
padding: 0 25px 35px 25px;
100100
display: flex;
101101
flex-direction: column;

backend-core/templates/users/blocked_users.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@ <h2>차단된 사용자 (<span id="block-count">0</span>)</h2>
3030
</div>
3131

3232
<div id="blocked-user-list" class="user-card-stack">
33-
<div class="user-card">
34-
<div class="user-info">
35-
<div class="avatar"></div>
36-
<div class="user-text">
37-
<p class="nickname">불량유저123</p>
38-
<p class="date">차단일: 2026-01-20</p>
39-
</div>
40-
</div>
41-
<button class="unblock-btn">차단 해제</button>
42-
</div>
4333
</div>
4434
</section>
4535

0 commit comments

Comments
 (0)