fix(project): 내 업무 개수 배지 파스텔톤으로
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -415,10 +415,11 @@
|
||||
.pj-mtc-num {
|
||||
display: inline-flex; align-items: center; justify-content: center;
|
||||
min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px;
|
||||
font-size: 10.5px; font-weight: 800; color: #fff;
|
||||
font-size: 10.5px; font-weight: 800;
|
||||
}
|
||||
.pj-mtc-num.pj-mtc-open { background: #38bdf8; } /* 진행 = 하늘색 */
|
||||
.pj-mtc-num.pj-mtc-done { background: #e8384f; } /* 완료 = 빨강 */
|
||||
/* 파스텔톤 — 배경은 연하게, 글자는 진하게(눈에 덜 튀면서도 대비는 유지) */
|
||||
.pj-mtc-num.pj-mtc-open { background: #dcf1fc; color: #0284c7; } /* 진행 = 연한 하늘색 */
|
||||
.pj-mtc-num.pj-mtc-done { background: #fbe3df; color: #c22b10; } /* 완료 = 연한 빨강 */
|
||||
.pj-mytree-tasks { list-style: none; margin: 2px 0 0; padding: 0 0 0 8px; border-left: 2px solid #eef0f2; margin-left: 10px; }
|
||||
.pj-mytree-group.is-collapsed .pj-mytree-tasks { display: none; }
|
||||
.pj-mytree-task a { display: flex; align-items: flex-start; gap: 7px; padding: 6px 6px; border-radius: 7px; text-decoration: none; color: inherit; }
|
||||
|
||||
Reference in New Issue
Block a user