273 lines
3.6 KiB
SCSS
273 lines
3.6 KiB
SCSS
@import "bootstrap";
|
|
@import "font-awesome";
|
|
@import "theme";
|
|
@import "jquery-ui";
|
|
@import "bootstrap-datepicker3";
|
|
@import "select2";
|
|
@import "jquery.datetimepicker";
|
|
|
|
/* Show it is fixed to the top */
|
|
// body {
|
|
// min-height: 75rem;
|
|
// padding-top: 4.5rem;
|
|
// }
|
|
.card-columns {
|
|
font-size: 18px !important;
|
|
}
|
|
|
|
.others-payment{
|
|
line-height:100px;
|
|
text-align:center;
|
|
color:white;
|
|
width:300px;
|
|
height:100px;
|
|
font-size:18px;
|
|
}
|
|
|
|
.orders-table {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.cashier_number{
|
|
width: 33%;
|
|
height:70px;
|
|
line-height:70px;
|
|
text-align:center;
|
|
background:#54A5AF;
|
|
// float:left;
|
|
// margin:2px;
|
|
font-size:20px;
|
|
color:white;
|
|
// cursor:pointer;
|
|
}
|
|
|
|
.del_cashier_number{
|
|
opacity:0.6,
|
|
}
|
|
|
|
.pay{
|
|
width: 98%;
|
|
height:211px;
|
|
line-height:211px;
|
|
text-align:center;
|
|
font-size:20px;
|
|
color:white;
|
|
}
|
|
|
|
.payment{
|
|
height:70px;line-height:70px;
|
|
align:center;
|
|
color:white;
|
|
font-size:16px;
|
|
margin-top:5px;
|
|
}
|
|
|
|
.cash-color{
|
|
background-color:#80CBC4;
|
|
}
|
|
|
|
.credit-color{
|
|
background-color:#FFCCBC;
|
|
}
|
|
|
|
.other-payment-color{
|
|
background-color:#E1BEE7;
|
|
}
|
|
|
|
.cashier_number:hover{
|
|
background:#A9F5F2;
|
|
}
|
|
|
|
.action-btn {
|
|
white-space: normal !important;
|
|
height: 60px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.bottom-5 {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.fluid {
|
|
width: 100%;
|
|
}
|
|
|
|
.style2 {
|
|
border-top: 3px double #8c8b8b;
|
|
}
|
|
|
|
.long{
|
|
width:49%;
|
|
}
|
|
|
|
.sold {
|
|
background-color: red;
|
|
}
|
|
|
|
.paid {
|
|
background-color: green;
|
|
}
|
|
|
|
.selected-item {
|
|
color: #fff !important;
|
|
background-color: blue !important;
|
|
}
|
|
|
|
.selected-account {
|
|
color: #fff !important;
|
|
background-color: blue !important;
|
|
}
|
|
|
|
/* Reciept Style */
|
|
#order-charges-table td {
|
|
border-top: none !important;
|
|
}
|
|
|
|
.charges-name {
|
|
width: 80%;
|
|
text-align: left;
|
|
}
|
|
|
|
.item-name {
|
|
width: 60%;
|
|
text-align: left;
|
|
}
|
|
|
|
.item-attr {
|
|
width: 20%;
|
|
text-align: right;
|
|
}
|
|
|
|
.item-attr-edit{
|
|
width: 10%;
|
|
text-align: left;
|
|
}
|
|
|
|
.display-none{
|
|
display: none;
|
|
}
|
|
|
|
.text-white{
|
|
color: #fff;
|
|
}
|
|
|
|
/* Colors */
|
|
.purple {
|
|
background-color:#7a62d3;
|
|
}
|
|
|
|
.orange{
|
|
background-color:#FF7F50;
|
|
}
|
|
|
|
.red {
|
|
background-color:#ff0000;
|
|
}
|
|
|
|
.green{
|
|
background-color: #009900;
|
|
}
|
|
|
|
.orange{
|
|
background-color: #FF8C00;
|
|
}
|
|
|
|
.blue{
|
|
background-color: blue;
|
|
}
|
|
|
|
/* End Colors */
|
|
|
|
.left{
|
|
margin-left:1px;
|
|
}
|
|
|
|
.bottom{
|
|
margin-bottom: 1px;
|
|
}
|
|
|
|
/*----- Reset -----*/
|
|
|
|
select.form-control {
|
|
height: inherit !important;
|
|
}
|
|
|
|
.form-horizontal .form-group {
|
|
margin-right: 0px !important;
|
|
}
|
|
|
|
/* Discount */
|
|
|
|
.discount-item-row {
|
|
cursor: pointer;
|
|
}
|
|
|
|
tr.discount-item-row:hover {
|
|
background-color: #e3e3e3 !important;
|
|
}
|
|
.required abbr{
|
|
color: red !important;
|
|
}
|
|
|
|
/* Jquery Confirm */
|
|
|
|
.jconfirm-box-container{
|
|
margin-left:-40px !important;
|
|
margin-top:-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: #d9534f;
|
|
color: #fff;
|
|
text-align: center;
|
|
width: 200px;
|
|
height: 200px;
|
|
padding-top: 5%;
|
|
border-radius: 100px;
|
|
z-index: 1101;
|
|
}
|
|
|
|
/*Loading gif for payment*/
|
|
|
|
#loading_wrapper{
|
|
|
|
position: fixed;
|
|
background-color: #C8C8C8 ;
|
|
height: 100%;
|
|
width: 100%;
|
|
left: 0;
|
|
opacity: 0.6;
|
|
top: 0;
|
|
z-index: 9999999;
|
|
}
|
|
#loading{
|
|
position: relative;
|
|
height: 100%;
|
|
width: 100%;
|
|
background-image: url('../../../image/loading-ajax.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
opacity: 1;
|
|
filter: alpha(opacity=100); /* ie */
|
|
-moz-opacity: 1; /* mozilla */
|
|
|
|
}
|