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
345 B
27 lines
345 B
5 years ago
|
.module{
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
background: white;
|
||
|
}
|
||
|
.info-display{
|
||
|
display: flex;
|
||
|
margin: 16px 4px;
|
||
|
}
|
||
|
.info{
|
||
|
flex: auto;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.nomal{
|
||
|
color: rgb(38, 199, 201);
|
||
|
}
|
||
|
.leave{
|
||
|
color:rgb(234, 174, 78);
|
||
|
}
|
||
|
.absence{
|
||
|
color: rgb(255, 131, 92);
|
||
|
}
|
||
|
|
||
|
.attendance-wrap{
|
||
|
margin: 12px 8px;
|
||
|
}
|