add req bill and payment #left order and sale

This commit is contained in:
phyusin
2018-09-24 10:29:08 +06:30
parent e7ef645200
commit f4b85ad4cc
13 changed files with 311 additions and 55 deletions

View File

@@ -107,4 +107,21 @@ i.logout_icon{
.float_right{
float : right;
}
.selected-payment {
color: #fff !important;
background-color: blue !important;
}
.payment_btn {
white-space: normal !important;
margin-bottom: 15px;
margin-right: 15px;
color:#fff !important;
# background-color: green !important;
}
.payment-btn-box {
width: 130px;
height: 50px;
}

View File

@@ -653,4 +653,9 @@ nav.pagination .page a:hover,
font-size: 14px;
color: #FFFFFF;
}
/*customer modal UI */
/*customer modal UI */
.payment-btn-box {
width: 130px;
height: 50px;
}