32 lines
354 B
SCSS
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;
|
|
}
|
|
}
|