frontend signup

This commit is contained in:
2025-10-30 01:33:31 +01:00
parent 84f4cd05f4
commit b9966f82a0
3 changed files with 158 additions and 27 deletions
+21
View File
@@ -2896,6 +2896,27 @@ form.inline {
color: var(--muted);
}
.login-card__fields {
display: flex;
flex-direction: column;
gap: 0.75rem;
width: 100%;
}
.login-card__passkey-button {
margin-top: 1rem;
width: 100%;
display: inline-flex;
justify-content: center;
}
.login-card__signup-button {
margin-top: 0.75rem;
width: 100%;
display: inline-flex;
justify-content: center;
}
.login-card .status-banner {
margin-bottom: 0;
}