Update: login/signup forms

This commit is contained in:
hyzen
2026-06-10 16:42:09 +05:30
parent f587af20d0
commit f6e8f88410
2 changed files with 18 additions and 18 deletions

View File

@@ -1078,13 +1078,13 @@
.auth-page { .auth-page {
max-width: 420px; max-width: 420px;
margin: 0 auto; margin: 2.5rem auto 0;
padding: 1rem 0 3rem; padding: 0 0 3rem;
} }
.auth-page__title { .auth-page__title {
margin-top: 0; margin-top: 0;
margin-bottom: 0.6rem; margin-bottom: 0.5rem;
} }
.auth-card { .auth-card {
@@ -1096,11 +1096,11 @@
/* Message banner — fixed height always reserved so the form never shifts */ /* Message banner — fixed height always reserved so the form never shifts */
.auth-message { .auth-message {
border-radius: 6px; border-radius: 4px;
font-size: 0.88rem; font-size: 0.82rem;
line-height: 1.4; line-height: 1.3;
height: 2.6rem; height: 1.8rem;
margin-bottom: 0.4rem; margin-bottom: 0.75rem;
box-sizing: border-box; box-sizing: border-box;
border: 1px solid transparent; border: 1px solid transparent;
background: transparent; background: transparent;
@@ -1110,7 +1110,7 @@
overflow: hidden; overflow: hidden;
display: flex; display: flex;
align-items: center; align-items: center;
padding: 0 0.9rem; padding: 0 0.7rem;
} }
.auth-message.is-visible { .auth-message.is-visible {

View File

@@ -1078,13 +1078,13 @@
.auth-page { .auth-page {
max-width: 420px; max-width: 420px;
margin: 0 auto; margin: 2.5rem auto 0;
padding: 1rem 0 3rem; padding: 0 0 3rem;
} }
.auth-page__title { .auth-page__title {
margin-top: 0; margin-top: 0;
margin-bottom: 0.6rem; margin-bottom: 0.5rem;
} }
.auth-card { .auth-card {
@@ -1096,11 +1096,11 @@
/* Message banner — fixed height always reserved so the form never shifts */ /* Message banner — fixed height always reserved so the form never shifts */
.auth-message { .auth-message {
border-radius: 6px; border-radius: 4px;
font-size: 0.88rem; font-size: 0.82rem;
line-height: 1.4; line-height: 1.3;
height: 2.6rem; height: 1.8rem;
margin-bottom: 0.4rem; margin-bottom: 0.75rem;
box-sizing: border-box; box-sizing: border-box;
border: 1px solid transparent; border: 1px solid transparent;
background: transparent; background: transparent;
@@ -1110,7 +1110,7 @@
overflow: hidden; overflow: hidden;
display: flex; display: flex;
align-items: center; align-items: center;
padding: 0 0.9rem; padding: 0 0.7rem;
} }
.auth-message.is-visible { .auth-message.is-visible {