fix teacher, parent and admin pages
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user