feat: sign up flow v2

This commit is contained in:
2023-11-08 14:47:35 +00:00
parent a2bcb936ef
commit d119a5f626
27 changed files with 815 additions and 1379 deletions

View File

@ -660,6 +660,10 @@ div.form-col {
color: var(--warning);
}
.bg-warning {
background-color: var(--warning);
}
.bg-error {
background-color: var(--error);
}