This commit is contained in:
Nweni
2017-06-12 13:26:09 +06:30
parent b6bba9ecd4
commit ee208a5dcd
7 changed files with 60 additions and 54 deletions

View File

@@ -21,8 +21,9 @@
}
.cashier_number{
height:60px;
line-height:60px;
width: 33%;
height:70px;
line-height:70px;
text-align:center;
background:#54A5AF;
// float:left;
@@ -34,8 +35,8 @@
.pay{
width: 98%;
height:210px;
line-height:210px;
height:211px;
line-height:211px;
text-align:center;
font-size:20px;
color:white;
@@ -46,7 +47,7 @@
}
.long{
width:100%;
width:49%;
}
.sold {
@@ -121,4 +122,4 @@ select.form-control {
tr.discount-item-row:hover {
background-color: #e3e3e3 !important;
}
}