style(cupang): 달력 하단 범례와 구분선 제거

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-02 14:43:33 +09:00
parent 76ba2eb8bf
commit d128744346
6 changed files with 5 additions and 23 deletions
-13
View File
@@ -1181,19 +1181,6 @@ body.cpg-dragging { cursor: grabbing; user-select: none; }
.cpg-mcal-cell.is-out .cpg-mcal-tag { background: var(--color-midtone-gray); }
/* 범례 */
.cpg-mcal-legend {
display: flex; gap: 16px; flex-wrap: wrap;
margin-top: 12px; padding-top: 10px;
border-top: 1px solid var(--color-subtle-ash);
font-size: 11px; color: var(--color-midtone-gray);
flex-shrink: 0;
}
.cpg-mcal-legend span { display: inline-flex; align-items: center; gap: 6px; }
.cpg-mcal-legend i { width: 12px; height: 12px; border-radius: 999px; display: inline-block; }
.cpg-lg-dot { background: var(--color-deep-black); }
.cpg-lg-today { background: var(--color-deep-black); box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--color-subtle-ash); }
.cpg-lg-sel { background: var(--color-ghost-gray); box-shadow: inset 0 0 0 1.5px var(--color-deep-black); }
/* ── 쿠팡 발주 업로드 (① 카드) ── */
.cpg-po-box {
border: 1px solid var(--color-subtle-ash);