96 lines
1.7 KiB
SCSS
Executable File
96 lines
1.7 KiB
SCSS
Executable File
//@import "bootstrap";
|
|
//@import "font-awesome";
|
|
//@import "theme";
|
|
//@import "jquery-ui";
|
|
//@import "bootstrap-datepicker3";
|
|
//@import "bootstrap/modal";
|
|
@import "tether";
|
|
@import "bootstrap/css/bootstrap-material-design.min";
|
|
@import "node-waves/waves";
|
|
@import "animate-css/animate";
|
|
@import "sweetalert/sweetalert.css";
|
|
@import "multi-select/css/multi-select.css";
|
|
@import "bootstrap-material-datetimepicker/css/bootstrap-material-datetimepicker";
|
|
@import "morrisjs/morris";
|
|
@import "BSBMaterial/style";
|
|
@import "BSBMaterial/themes/all-themes";
|
|
@import "reset";
|
|
|
|
.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
|
|
}
|
|
|
|
|
|
#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;
|
|
|
|
}
|
|
|