@import "bootstrap"; @import "font-awesome"; @import "theme"; @import "jquery-ui"; @import "bootstrap-datepicker3"; @import "bootstrap/modal"; /* Show it is fixed to the top */ // body { // min-height: 75rem; // padding-top: 4.5rem; // } .selected-item { color: #fff !important; background-color: #7a62d3 !important; } .assign { color: #fff !important; background-color: #009900; } .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; } .green{ color: #fff !important; background-color: #009900; } .required abbr{ color: red !important; } .jconfirm-box-container{ margin-left:-40px !important } .card-columns { @include media-breakpoint-only(lg) { column-count: 5; } @include media-breakpoint-only(xl) { column-count: 5; } }