timetracker/static/scss/_instructors.scss
2021-02-06 10:17:04 -07:00

24 lines
274 B
SCSS

.instructor {
&__active_periods {
}
&__attendance_log {
margin: 0 1rem;
}
&__total_hours {
margin: 0 1rem;
}
&__add_period {
margin-bottom: 1rem;
}
&__generate_reports {
margin-bottom: 1rem;
}
}