fix: style custom checkbox with checkmark icon, add disabled button colors
This commit is contained in:
@@ -195,6 +195,7 @@ if (!isset($user) || $user === null) {
|
||||
</div>
|
||||
<label class="checkbox-label" style="margin-bottom:0.75rem;font-size:0.82rem">
|
||||
<input type="checkbox" id="agreeTerms" onchange="toggleDownloadBtn()">
|
||||
<span class="checkmark"><i class="fas fa-check"></i></span>
|
||||
I agree to the <a href="/terms" target="_blank" style="color:var(--accent);text-decoration:underline">Terms & Conditions</a>
|
||||
and <a href="/privacy" target="_blank" style="color:var(--accent);text-decoration:underline">Privacy Policy</a>
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user