mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-06-30 23:12:16 +02:00
Add: terms and conditions and privacy policy
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user