Add: terms and conditions and privacy policy

This commit is contained in:
hyzen
2026-06-13 15:37:23 +05:30
parent f974308b74
commit 24098aacf1
81 changed files with 343 additions and 87 deletions

View File

@@ -1186,6 +1186,27 @@
color: var(--foreground-color);
}
.auth-form__group--checkbox {
flex-direction: row;
}
.auth-form__checkbox-label {
display: flex;
align-items: flex-start;
gap: 0.5rem;
font-size: 0.85rem;
font-weight: 400;
color: var(--foreground-color);
cursor: pointer;
}
.auth-form__checkbox {
margin-top: 0.2rem;
flex-shrink: 0;
width: 1rem;
height: 1rem;
}
.auth-form__input-wrap {
position: relative;
display: flex;