워크시트 검수 UI와 세션 다크톤 정리

This commit is contained in:
Yun Chan 2026-06-28 23:53:37 +09:00
parent f7aae885b2
commit 30441bd93b
7 changed files with 404 additions and 121 deletions

View file

@ -263,6 +263,14 @@
font-size: var(--fs-body);
line-height: 1.35;
}
.sr-teacher-review__head--sub {
margin-bottom: var(--sp-2);
}
.sr-teacher-review__worksheet {
margin-top: var(--sp-4);
padding-top: var(--sp-4);
border-top: 1px solid var(--border-subtle);
}
.sr-teacher-review__note {
display: grid;
gap: 7px;
@ -311,6 +319,9 @@
.sr-teacher-review__actions .vg-btn {
width: 100%;
}
.sr-teacher-review__actions--three {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sr-summary {
max-width: 68ch;