change UI for payment page in origami

This commit is contained in:
phyusin
2017-11-07 10:28:20 +06:30
parent 70a908158f
commit c5e6854faa
2 changed files with 287 additions and 277 deletions

View File

@@ -96,7 +96,7 @@ select.form-control {
}
.pay{
width: 98%;
width: 86%;
height:211px;
line-height:211px;
text-align:center;
@@ -105,11 +105,12 @@ select.form-control {
}
.payment{
height:70px;line-height:70px;
height:70px;
line-height:70px;
align:center;
color:white;
font-size:16px;
margin-top:5px;
margin:5px;
}
.font-12 {
@@ -157,7 +158,7 @@ select.form-control {
}
.long{
width:49%;
width:43%;
}
.sold {
@@ -239,7 +240,7 @@ select.form-control {
/* End Colors */
.left{
margin-left:1px;
margin-left:20px;
}
.bottom{
@@ -259,6 +260,14 @@ tr.discount-item-row:hover {
color: red !important;
}
.border-top{
border-top:1px solid #fff;
}
.border-right{
border-right:1px solid #fff;
}
.border-left{
border-left:1px solid #fff;
}