케이스 이어하기 UI와 공통 탭·이미지 복구를 반영

This commit is contained in:
Yun Chan 2026-09-01 11:45:23 +09:00
parent 72353ecd82
commit f1b80676c1
38 changed files with 3581 additions and 455 deletions

View file

@ -160,6 +160,16 @@
box-shadow: none;
}
/* ── Tabs behavior primitive. 시각 표면은 만들지 않는다. ── */
.vg-tabs,
.vg-tabs__panel {
min-width: 0;
}
.vg-tabs__trigger:focus-visible {
outline: 2px solid var(--focus-ring);
outline-offset: 2px;
}
/* ── Card / Panel 크기 계약. 표면은 위 Surface만 소유한다. ── */
.vg-card {
padding: var(--sp-5);