26 lines
443 B
SCSS
26 lines
443 B
SCSS
@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: #ccc !important;
|
|
}
|
|
|
|
.assign {
|
|
color: #fff !important;
|
|
background-color: red;
|
|
}
|
|
.assign .text-muted{
|
|
color: #fff !important;
|
|
}
|