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.
27 lines
456 B
27 lines
456 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{
|
|
background: #00b0f0;
|
|
border-radius: 3px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: white;
|
|
padding: 3px 6px;
|
|
}
|
|
.footer{
|
|
font-size: 13px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
} |