bind origami show to action

This commit is contained in:
Yan
2017-06-21 11:38:28 +06:30
43 changed files with 2739 additions and 919 deletions

View File

@@ -47,6 +47,20 @@
font-size:20px;
color:white;
}
.payment{
height:70px;line-height:70px;align:center;color:white;font-size:16px;margin-bottom:1px;
}
.cash-color{
background-color:#80CBC4;
}
.credit-color{
background-color:#FFCCBC;
}
.other-payment-color{
background-color:#E1BEE7;
}
.cashier_number:hover{
background:#A9F5F2;
@@ -65,6 +79,10 @@
width: 100%;
}
.style2 {
border-top: 3px double #8c8b8b;
}
.long{
width:49%;
}
@@ -102,6 +120,13 @@
text-align: right;
}
.display-none{
display: none;
}
.text-white{
color: #fff;
}
/* Colors */
.purple {
@@ -116,6 +141,10 @@
background-color: #009900
}
.orange{
background-color: #FF8C00
}
.left{
margin-left:1px;
}