fix add more student
This commit is contained in:
@@ -4367,7 +4367,7 @@ input:checked + .slider:before {
|
||||
|
||||
.exam-student-hit {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr auto;
|
||||
grid-template-columns: auto auto 1fr auto;
|
||||
align-items: center;
|
||||
gap: 0.85rem;
|
||||
padding: 0.85rem 1rem;
|
||||
@@ -4377,6 +4377,15 @@ input:checked + .slider:before {
|
||||
transition: var(--transition);
|
||||
}
|
||||
|
||||
.exam-student-hit--added {
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
.exam-student-hit--selected {
|
||||
border-color: var(--accent);
|
||||
background-color: var(--accent-light, #fff5f5);
|
||||
}
|
||||
|
||||
.exam-student-hit:hover {
|
||||
border-color: var(--accent);
|
||||
box-shadow: 0 2px 10px rgba(187, 33, 38, 0.08);
|
||||
|
||||
Reference in New Issue
Block a user