2018-05-25 13:49:00 +00:00
|
|
|
.right {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
2018-06-13 09:53:20 +00:00
|
|
|
.present :not(.no-bg){
|
|
|
|
background-color: #228B22;
|
2018-05-25 13:49:00 +00:00
|
|
|
}
|
|
|
|
|
2018-06-13 09:53:20 +00:00
|
|
|
.off-day :not(.no-bg){
|
|
|
|
background-color: #87CEFA;
|
2018-05-25 13:49:00 +00:00
|
|
|
}
|
|
|
|
|
2018-06-13 09:53:20 +00:00
|
|
|
.on-leave :not(.no-bg){
|
|
|
|
background-color: #CD5C5C;
|
2018-05-25 13:49:00 +00:00
|
|
|
}
|
|
|
|
|
2018-06-13 09:53:20 +00:00
|
|
|
.absent :not(.no-bg){
|
|
|
|
background-color: #CD0000;
|
2018-05-25 13:49:00 +00:00
|
|
|
}
|
|
|
|
|
2018-06-13 09:53:20 +00:00
|
|
|
.half-day :not(.no-bg){
|
|
|
|
background-color: #98FB98;
|
2018-05-25 13:49:00 +00:00
|
|
|
}
|
|
|
|
|
2018-06-13 09:53:20 +00:00
|
|
|
.double-duty :not(.no-bg){
|
|
|
|
background-color: #006400;
|
2018-05-25 13:49:00 +00:00
|
|
|
}
|
|
|
|
|
2018-06-13 09:53:20 +00:00
|
|
|
.paid-leave-availed :not(.no-bg){
|
|
|
|
background-color: #EEEE00;
|
2018-05-25 13:49:00 +00:00
|
|
|
}
|
|
|
|
|
2018-06-13 09:53:20 +00:00
|
|
|
.casual-leave-availed :not(.no-bg){
|
|
|
|
background-color: #800080;
|
2018-05-25 13:49:00 +00:00
|
|
|
}
|
|
|
|
|
2018-06-13 09:53:20 +00:00
|
|
|
.compensatory-off :not(.no-bg){
|
|
|
|
background-color: #F5DEB3;
|
2018-05-25 13:49:00 +00:00
|
|
|
}
|
|
|
|
|
2018-06-13 09:53:20 +00:00
|
|
|
.half-day-pl :not(.no-bg){
|
|
|
|
background-color: #FFF68F;
|
2018-05-25 13:49:00 +00:00
|
|
|
}
|
|
|
|
|
2018-06-13 09:53:20 +00:00
|
|
|
.half-day-cl :not(.no-bg){
|
|
|
|
background-color: #FF00FF;
|
2018-05-25 13:49:00 +00:00
|
|
|
}
|