Feaure: Showing Hours worked with styling in attendances.
This commit is contained in:
@@ -8,46 +8,46 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.present {
|
||||
background-color: #228B22;
|
||||
.present :not(.no-bg){
|
||||
background-color: #228B22;
|
||||
}
|
||||
|
||||
.off-day {
|
||||
background-color: #87CEFA;
|
||||
.off-day :not(.no-bg){
|
||||
background-color: #87CEFA;
|
||||
}
|
||||
|
||||
.on-leave {
|
||||
background-color: #CD5C5C;
|
||||
.on-leave :not(.no-bg){
|
||||
background-color: #CD5C5C;
|
||||
}
|
||||
|
||||
.absent {
|
||||
background-color: #CD0000;
|
||||
.absent :not(.no-bg){
|
||||
background-color: #CD0000;
|
||||
}
|
||||
|
||||
.half-day {
|
||||
background-color: #98FB98;
|
||||
.half-day :not(.no-bg){
|
||||
background-color: #98FB98;
|
||||
}
|
||||
|
||||
.double-duty {
|
||||
background-color: #006400;
|
||||
.double-duty :not(.no-bg){
|
||||
background-color: #006400;
|
||||
}
|
||||
|
||||
.paid-leave-availed {
|
||||
background-color: #EEEE00;
|
||||
.paid-leave-availed :not(.no-bg){
|
||||
background-color: #EEEE00;
|
||||
}
|
||||
|
||||
.casual-leave-availed {
|
||||
background-color: #800080;
|
||||
.casual-leave-availed :not(.no-bg){
|
||||
background-color: #800080;
|
||||
}
|
||||
|
||||
.compensatory-off {
|
||||
background-color: #F5DEB3;
|
||||
.compensatory-off :not(.no-bg){
|
||||
background-color: #F5DEB3;
|
||||
}
|
||||
|
||||
.half-day-pl {
|
||||
background-color: #FFF68F;
|
||||
.half-day-pl :not(.no-bg){
|
||||
background-color: #FFF68F;
|
||||
}
|
||||
|
||||
.half-day-cl {
|
||||
background-color: #FF00FF;
|
||||
.half-day-cl :not(.no-bg){
|
||||
background-color: #FF00FF;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user