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.

54 lines
716 B

page{
height: 100%;
}
.module{
height: 100%;
display: flex;
flex-direction: column;
}
.info-display{
display: flex;
margin: 12px 8px;
}
.info{
flex: 1;
text-align: center;
margin: 0 12px;
display: flex;
flex-direction: column;
background: white;
box-shadow: 1px 1px 3px #cccccc;
border-radius: 4px;
padding: 8px;
}
.key{
color: dimgray;
font-size: 12px;
}
.value{
font-size: 20px;
}
.nomal{
color: rgb(38, 199, 201);
}
.leave{
color:rgb(234, 174, 78);
}
.absence{
color: rgb(255, 131, 92);
}
.scroll-body{
flex: 1 1 1px;
height: 1px;
}
.attendance-wrap{
margin:0 8px 24px 8px;
}
.empty{
font-size: 13px;
color: dimgray;
padding: 12px 0;
text-align: center;
}