mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-03 09:49:17 +01:00
edit button checkout
This commit is contained in:
parent
6ff120118c
commit
3e62070625
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue