This commit is contained in:
Константин Лебединский
2026-04-30 15:33:41 +05:00
parent 2b429f0b08
commit 44366a2865
3 changed files with 32 additions and 7 deletions
+22
View File
@@ -1024,6 +1024,28 @@ body.ui-legacy .attempts-card-list__action {
flex-shrink: 0;
}
.attempt-review-options {
list-style: none;
padding-left: 0;
margin: 0;
}
.attempt-review-option {
margin: 0.25rem 0;
padding: 0.3rem 0.5rem;
border-radius: 0.55rem;
}
.attempt-review-option--wrong {
background: #fef2f2;
color: #b42318;
}
.attempt-review-option--correct {
background: #ecfdf3;
color: #067647;
}
/* ─── Прохождение теста: один вопрос, прогресс сверху, удобно с телефона ─── */
.attempt-root {
max-width: var(--max-content);