Files
sx-fc/app/assets/stylesheets/CRM.scss
2017-06-28 23:45:28 +06:30

47 lines
817 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: #54A5AF !important;
}
.assign {
color: #fff !important;
background-color: #009900;
}
.assign .text-muted{
color: #fff !important;
}
.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: 6;
}
@include media-breakpoint-only(xl) {
column-count: 6;
}
}