mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-07-01 07:22:17 +02:00
Update: login/signup forms
This commit is contained in:
@@ -1078,13 +1078,13 @@
|
||||
|
||||
.auth-page {
|
||||
max-width: 420px;
|
||||
margin: 0 auto;
|
||||
padding: 1rem 0 3rem;
|
||||
margin: 2.5rem auto 0;
|
||||
padding: 0 0 3rem;
|
||||
}
|
||||
|
||||
.auth-page__title {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0.6rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.auth-card {
|
||||
@@ -1096,11 +1096,11 @@
|
||||
|
||||
/* Message banner — fixed height always reserved so the form never shifts */
|
||||
.auth-message {
|
||||
border-radius: 6px;
|
||||
font-size: 0.88rem;
|
||||
line-height: 1.4;
|
||||
height: 2.6rem;
|
||||
margin-bottom: 0.4rem;
|
||||
border-radius: 4px;
|
||||
font-size: 0.82rem;
|
||||
line-height: 1.3;
|
||||
height: 1.8rem;
|
||||
margin-bottom: 0.75rem;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid transparent;
|
||||
background: transparent;
|
||||
@@ -1110,7 +1110,7 @@
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 0.9rem;
|
||||
padding: 0 0.7rem;
|
||||
}
|
||||
|
||||
.auth-message.is-visible {
|
||||
|
||||
Reference in New Issue
Block a user