frontend signup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user