mirror of
https://gitlab.com/nekoya/web.git
synced 2025-03-18 05:09:57 +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;
|
outline: 0 !important;
|
||||||
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
|
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
|
||||||
}
|
}
|
||||||
|
.none{
|
||||||
|
text-decoration: none !important;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
@ -435,7 +439,7 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<div style="display: flex; color: black;">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue