fixed fonflict

This commit is contained in:
Aung Myo
2017-06-21 10:22:43 +06:30
44 changed files with 2716 additions and 648 deletions

View File

@@ -47,11 +47,29 @@
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;
}
.style2 {
border-top: 3px double #8c8b8b;
}
.long{
width:49%;
}
@@ -89,6 +107,13 @@
text-align: right;
}
.display-none{
display: none;
}
.text-white{
color: #fff;
}
/* Colors */
.purple {
@@ -103,6 +128,10 @@
background-color: #009900
}
.orange{
background-color: #FF8C00
}
.left{
margin-left:1px;
}