96 lines
1.5 KiB
SCSS
96 lines
1.5 KiB
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: #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;
|
|
}
|
|
}
|
|
|
|
#sxModal {
|
|
display: none;
|
|
overflow: auto;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #000;
|
|
background-color: rgba(0,0,0,0.4);
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1100;
|
|
}
|
|
|
|
#sxModal-Content {
|
|
position: relative;
|
|
left: 42%;
|
|
top: 30%;
|
|
background-color: #32ad1a;
|
|
color: #fff;
|
|
text-align: center;
|
|
width: 200px;
|
|
height: 200px;
|
|
padding-top: 5%;
|
|
border-radius: 100px;
|
|
z-index: 1101;
|
|
}
|
|
|
|
#container {
|
|
margin: 0px auto;
|
|
width: 480px;
|
|
height: 375px;
|
|
|
|
}
|
|
#videoElement {
|
|
width: 480px;
|
|
height: 375px;
|
|
|
|
} |