timetracker/static/scss/_students.scss
2021-02-04 22:00:48 -07:00

34 lines
447 B
SCSS

.student {
&__header {
display: flex;
justify-content: space-between;
align-items: baseline;
}
&__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;
}
}