timetracker/static/scss/_students.scss
2021-02-05 20:32:27 -07:00

32 lines
354 B
SCSS

.student {
&__header {
}
&__department {
margin-top: 0;
}
}
.status {
&__clocked {
}
&__clocked--clocked-in {
background-color: $green;
color: white;
padding: 0.5rem;
font-weight: bold;
}
}
.attendance {
margin: 0 1rem;
&__month {
font-weight: bold;
}
}