tam
This commit is contained in:
@@ -4212,6 +4212,21 @@ input:checked + .slider:before {
|
||||
box-shadow: 0 2px 10px rgba(187, 33, 38, 0.08);
|
||||
}
|
||||
|
||||
.exam-student-hit-avatar {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
border-radius: 50%;
|
||||
background: linear-gradient(135deg, #fff5f5 0%, #fee2e2 100%);
|
||||
color: var(--accent);
|
||||
font-weight: 700;
|
||||
font-size: 0.82rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
border: 1px solid rgba(187, 33, 38, 0.12);
|
||||
}
|
||||
|
||||
.exam-student-hit-info {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user