my subscriptions page 19

This commit is contained in:
rizwanisready
2024-08-13 14:05:00 +05:30
parent 8f6d577031
commit ab684a3e07

View File

@@ -130,9 +130,9 @@
<div class="Adventure-btn text-center">
<input type="text" placeholder="Enter Coupon Code" class="form-control coupon-code-input" size="20">
<!-- Checkbox to select recurring or one-time payment -->
<div class="form-check">
<input class="form-check-input recurring-checkbox" type="checkbox" id="recurringCheck">
<label class="form-check-label gold-text" for="recurringCheck">
<div class="form-check" style="display: flex; align-items: center;">
<input class="form-check-input recurring-checkbox" type="checkbox" id="recurringCheck" style="margin-right: 10px;">
<label class="form-check-label gold-text" for="recurringCheck" style="margin: 0;">
Recurring Subscription
</label>
</div>