175 lines
2.4 KiB
SCSS
Executable File
175 lines
2.4 KiB
SCSS
Executable File
@import "material_icons";
|
|
@import "tether";
|
|
@import "bootstrap/css/bootstrap-material-design.min";
|
|
@import "node-waves/waves";
|
|
@import "animate-css/animate";
|
|
@import "sweetalert/sweetalert.css";
|
|
@import "bootstrap-material-datetimepicker/css/bootstrap-material-datetimepicker";
|
|
@import "morrisjs/morris";
|
|
@import "BSBMaterial/style";
|
|
@import "BSBMaterial/themes/all-themes";
|
|
@import "reset";
|
|
|
|
/* Reset */
|
|
.col-lg-1, .col-md-1, .col-sm-1,col-xl-1{
|
|
padding-left: 1px ;
|
|
padding-right: 1px ;
|
|
}
|
|
|
|
.table {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
select.form-control {
|
|
height: inherit !important;
|
|
}
|
|
|
|
.form-horizontal .form-group {
|
|
margin-right: 0px !important;
|
|
}
|
|
|
|
.card-columns {
|
|
font-size: 18px !important;
|
|
}
|
|
|
|
@media (min-width:769px) and (max-width:1024px) {
|
|
.btn-block {
|
|
font-size: 11px !important;
|
|
}
|
|
}
|
|
|
|
/* End Reset */
|
|
|
|
.order-completed {
|
|
background-color: #CCFFDD;
|
|
}
|
|
|
|
.order-void {
|
|
background-color: #FFCCDD;
|
|
}
|
|
|
|
.selected-item {
|
|
color: #fff !important;
|
|
background-color: blue;
|
|
}
|
|
.cashier_number{
|
|
width: 33%;
|
|
height:58px;
|
|
line-height:58px;
|
|
text-align:center;
|
|
background:#54A5AF;
|
|
// float:left;
|
|
// margin:2px;
|
|
font-size:20px;
|
|
color:white;
|
|
// cursor:pointer;
|
|
}
|
|
.del_cashier_number{
|
|
opacity:0.6,
|
|
}
|
|
.pay{
|
|
width: 86%;
|
|
height:174px;
|
|
line-height:174px;
|
|
text-align:center;
|
|
font-size:20px;
|
|
color:white;
|
|
}
|
|
.long{
|
|
width:43%;
|
|
}
|
|
.orange{
|
|
background-color:#FF7F50;
|
|
}
|
|
|
|
.red {
|
|
background-color:#F44336;
|
|
}
|
|
|
|
.green{
|
|
background-color: #009900 !important;
|
|
}
|
|
.left{
|
|
margin-left:1px;
|
|
}
|
|
|
|
.bottom{
|
|
margin-bottom:1px;
|
|
}
|
|
.border-left{
|
|
border-left:1px solid #fff;
|
|
}
|
|
|
|
/*Logout Icon*/
|
|
i.logout_icon{
|
|
position: relative;
|
|
top: 5px;
|
|
}
|
|
|
|
.table-block{
|
|
padding: 24px 8px 0 0;
|
|
}
|
|
|
|
.label-align{
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.table-float{
|
|
float: left;
|
|
}
|
|
|
|
.table-width{
|
|
width: 100%;
|
|
}
|
|
|
|
@media screen and (max-width: 785px) {
|
|
section.content{
|
|
margin: 80px 15px 0 225px;
|
|
}
|
|
|
|
.mbl_view{
|
|
display: none;
|
|
}
|
|
|
|
.navbar-brand-txt{
|
|
margin-top: -15px;
|
|
}
|
|
|
|
.toggle_mbl {
|
|
text-align: right;
|
|
}
|
|
|
|
.toggle_mbl img{
|
|
width: 24px;
|
|
margin-bottom: 14px;
|
|
}
|
|
|
|
.toggle_mbl a:hover, a:focus{
|
|
background-color: unset;
|
|
}
|
|
|
|
.col-mbl-view{
|
|
width: 50%;
|
|
}
|
|
|
|
.info-box .icon{
|
|
display: none;
|
|
}
|
|
|
|
.mbl_product_div{
|
|
display: none;
|
|
}
|
|
|
|
.sidebar .menu{
|
|
top: 10px;
|
|
}
|
|
|
|
.page-header{
|
|
width: 100%;
|
|
}
|
|
|
|
.ls-closed .bars:after, .ls-closed .bars:before{
|
|
top: 14px;
|
|
}
|
|
}
|