fix teacher, parent and admin pages

This commit is contained in:
root
2026-04-25 00:00:10 -04:00
parent 7fe34dde0d
commit 3e77fc92c7
275 changed files with 46412 additions and 3325 deletions
@@ -0,0 +1,18 @@
.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;
}