72 lines
1.1 KiB
SCSS
Executable File
72 lines
1.1 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";
|
|
.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;
|
|
}
|
|
.left{
|
|
margin-left:1px;
|
|
}
|
|
|
|
.bottom{
|
|
margin-bottom:1px;
|
|
}
|
|
.border-left{
|
|
border-left:1px solid #fff;
|
|
}
|
|
|