Files
alrahma_web_client/src/pages/teacher/TeacherClassViewPage.css
T
2026-04-25 00:00:10 -04:00

19 lines
353 B
CSS

.teacher-class-view__meta {
line-height: 1.55;
}
.teacher-class-view__table thead th {
background-color: #dee2e6;
color: #212529;
font-weight: 600;
vertical-align: middle;
}
.teacher-class-view__table tbody tr:nth-child(even) {
background-color: #f8f9fa;
}
.teacher-class-view__table tbody tr:nth-child(odd) {
background-color: #fff;
}