19 lines
353 B
CSS
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;
|
|
}
|