This commit is contained in:
2026-06-30 11:51:34 +07:00
parent fd08bee7ab
commit 0abf48ea2d
28 changed files with 3514 additions and 37 deletions

View File

@@ -390,6 +390,31 @@ body {
.status-banner.mode-exam { border-left-color: #7c3aed; }
.status-banner.mode-exam .monitor-mode-tag { background: #f5f3ff; color: #6d28d9; }
.exam-panel {
border: 1px solid #c4b5fd;
background: linear-gradient(135deg, #faf5ff 0%, #fff 100%);
padding: 1rem 1.15rem;
margin-bottom: 0.75rem;
}
.exam-panel-desc {
margin: 0 0 0.85rem;
font-size: 0.85rem;
color: var(--text-secondary);
}
.exam-panel-actions {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
align-items: center;
}
.exam-wait, .exam-done {
font-size: 0.82rem;
color: var(--text-muted);
}
.stats-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);