my subscriptions page 21

This commit is contained in:
rizwanisready
2024-08-13 14:11:17 +05:30
parent bd76a3a4cf
commit 52887b0328

View File

@@ -131,7 +131,7 @@
<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" style="display: flex; align-items: center; justify-content: center; margin-top: 10px;">
<input class="form-check-input recurring-checkbox" type="checkbox" id="recurringCheck" style="margin-right: 5px;">
<input class="form-check-input recurring-checkbox" type="checkbox" id="recurringCheck" style="margin-right: -4px; margin-top: -5px;">
<label class="form-check-label gold-text" for="recurringCheck" style="margin: 0;">
Recurring Subscription
</label>