mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-06-30 23:12:16 +02:00
Update: login/signup forms
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user