edit button checkout

This commit is contained in:
D Shrat 2021-10-29 20:57:00 +07:00
parent 6ff120118c
commit 3e62070625

View file

@ -272,6 +272,10 @@
outline: 0 !important;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.none{
text-decoration: none !important;
color: white;
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
</head>
@ -435,7 +439,7 @@
</div>
</form>
<div style="display: flex; color: black;">
<button class="btn btn-primary btn-pay" id="myBtn" type="submit"><a href="notifpayment.html">Pay</a></button>
<button class="btn btn-primary btn-pay" id="myBtn" type="submit"><a href="payment.html" class="none">Pay</a></button>
</div>
</div>
</div>