bugfix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user