update queue

This commit is contained in:
Aung Myo
2017-06-29 14:33:05 +06:30
parent 524edfc3b0
commit f60c145c00
4 changed files with 84 additions and 17 deletions

View File

@@ -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;
}
}