update queue
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
.selected-item {
|
||||
color: #fff !important;
|
||||
background-color: #54A5AF !important;
|
||||
background-color: #7a62d3 !important;
|
||||
}
|
||||
|
||||
.assign {
|
||||
@@ -23,6 +23,14 @@
|
||||
.assign .text-muted{
|
||||
color: #fff !important;
|
||||
}
|
||||
.normal{
|
||||
color: #fff !important;
|
||||
background-color: #54A5AF;
|
||||
}
|
||||
.cancel {
|
||||
color: #fff !important;
|
||||
background-color: #FF0000;
|
||||
}
|
||||
.red{
|
||||
color: #fff !important;
|
||||
background-color: red;
|
||||
@@ -39,9 +47,9 @@
|
||||
}
|
||||
.card-columns {
|
||||
@include media-breakpoint-only(lg) {
|
||||
column-count: 6;
|
||||
column-count: 5;
|
||||
}
|
||||
@include media-breakpoint-only(xl) {
|
||||
column-count: 6;
|
||||
column-count: 5;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user