83 lines
1.3 KiB
SCSS
83 lines
1.3 KiB
SCSS
@import "tether";
|
|
@import "bootstrap";
|
|
@import "font-awesome";
|
|
@import "theme";
|
|
@import "jquery-ui";
|
|
@import "bootstrap-datepicker3";
|
|
@import "daterangepicker-bs3";
|
|
@import "select2";
|
|
@import "jquery.datetimepicker";
|
|
|
|
/* Show it is fixed to the top */
|
|
// body {
|
|
// min-height: 75rem;
|
|
// padding-top: 4.5rem;
|
|
// }
|
|
|
|
|
|
|
|
.setting_nav{
|
|
background-color: #2f5663;
|
|
}
|
|
|
|
ul.navbar-nav li a{
|
|
text-decoration :none;
|
|
color :#e6e6e6;
|
|
}
|
|
|
|
ul.dropdown-menu li a{
|
|
text-decoration :none;
|
|
color :#525252;
|
|
}
|
|
|
|
.setting_breadcrumb{
|
|
background-color: transparent !important;
|
|
margin-bottom: 0px !important;
|
|
}
|
|
.page-header{
|
|
border-bottom :0px solid #000 !important;
|
|
margin :0px !important;
|
|
}
|
|
|
|
/*----- Order Processing Items -----*/
|
|
.opi_ul {
|
|
display:block;
|
|
padding-left:0px;
|
|
}
|
|
.opi_ul li {
|
|
display:list-item;
|
|
list-style: none;
|
|
margin-top:2px;
|
|
}
|
|
|
|
.opi_selected {
|
|
background-color:#BEA2C2 !important;
|
|
}
|
|
.opi_default {
|
|
cursor: pointer;
|
|
background-color: #E8ECF9;
|
|
line-height: inherit;
|
|
padding:5px;
|
|
}
|
|
/*----- Order Processing Items -----*/
|
|
|
|
/*----- Header Bar -----*/
|
|
|
|
/*----- Header Bar -----*/
|
|
|
|
/*----- Layout ------ */
|
|
|
|
.margin-top-20 {
|
|
margin: 20px 0 0 0;
|
|
}
|
|
|
|
/*----- Layout ------ */
|
|
|
|
/*--- Reset --- */
|
|
|
|
select.form-control {
|
|
height: inherit !important;
|
|
}
|
|
|
|
/*--- Reset --- */
|