24 lines
274 B
SCSS
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;
|
|
|
|
}
|
|
}
|