You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
428 B

.header{
display: flex;
justify-content: space-between;
}
.title{
font-weight: bold;
}
.attendance{
background: #f4f4f4;
box-shadow: 2px 2px 6px #d0d0d0;
border-radius: 4px;
padding: 12px;
}
.attendance-button{
margin: 0;
}
.progress{
margin: 4px 0;
}
.percent-text{
font-size: 14px;
margin-left: 12px;
font-weight: bold;
}
.footer{
font-size: 13px;
display: flex;
justify-content: space-between;
}