15 lines
155 B
SCSS
15 lines
155 B
SCSS
.instructor {
|
|
&__active_periods {
|
|
|
|
}
|
|
|
|
&__attendance_log {
|
|
margin: 0 1rem;
|
|
}
|
|
|
|
&__total_hours {
|
|
margin: 0 1rem;
|
|
|
|
}
|
|
}
|