still nfc

This commit is contained in:
Yan
2017-07-18 11:52:49 +06:30
46 changed files with 855 additions and 1189 deletions

View File

@@ -10,7 +10,8 @@
// padding-top: 4.5rem;
// }
.card-columns {
font-size: 18px !important;}
font-size: 18px !important;
}
.others-payment{
line-height:100px;
@@ -53,7 +54,8 @@
.payment{
height:70px;line-height:70px;
align:center;color:white;
align:center;
color:white;
font-size:16px;
margin-top:5px;
}
@@ -161,15 +163,15 @@
}
.green{
background-color: #009900
background-color: #009900;
}
.orange{
background-color: #FF8C00
background-color: #FF8C00;
}
.blue{
background-color: blue
background-color: blue;
}
/* End Colors */
@@ -240,3 +242,30 @@ tr.discount-item-row:hover {
border-radius: 100px;
z-index: 1101;
}
/*Loading gif for payment*/
#loading_wrapper{
position: fixed;
background-color: #C8C8C8 ;
height: 100%;
width: 100%;
left: 0;
opacity: 0.6;
top: 0;
z-index: 9999999;
}
#loading{
position: relative;
height: 100%;
width: 100%;
background-image: url('../../../image/loading-ajax.gif');
background-position: center center;
background-repeat: no-repeat;
opacity: 1;
filter: alpha(opacity=100); /* ie */
-moz-opacity: 1; /* mozilla */
}