style: уменьшены отступы в форме регистрации для md экранов
This commit is contained in:
parent
fc7d359829
commit
6b968d1025
1 changed files with 8 additions and 8 deletions
|
|
@ -223,7 +223,7 @@ import { SITE_URL } from '@constants';
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 6rem 2rem 2rem;
|
padding: 4rem 2rem 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.auth-container {
|
.auth-container {
|
||||||
|
|
@ -235,14 +235,14 @@ import { SITE_URL } from '@constants';
|
||||||
.auth-card {
|
.auth-card {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
padding: 1.5rem 1.5rem;
|
padding: 1rem 1.25rem;
|
||||||
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Заголовок */
|
/* Заголовок */
|
||||||
.auth-header {
|
.auth-header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.auth-header h1 {
|
.auth-header h1 {
|
||||||
|
|
@ -263,13 +263,13 @@ import { SITE_URL } from '@constants';
|
||||||
.auth-form {
|
.auth-form {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.5rem;
|
gap: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group {
|
.form-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.2rem;
|
gap: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group label {
|
.form-group label {
|
||||||
|
|
@ -288,7 +288,7 @@ import { SITE_URL } from '@constants';
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group input {
|
.form-group input {
|
||||||
padding: 0.6rem 0.75rem;
|
padding: 0.5rem 0.6rem;
|
||||||
border: 1px solid #e2e8f0;
|
border: 1px solid #e2e8f0;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
|
|
@ -365,8 +365,8 @@ import { SITE_URL } from '@constants';
|
||||||
.error-message {
|
.error-message {
|
||||||
color: #ef4444;
|
color: #ef4444;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
min-height: 1rem;
|
min-height: 0.75rem;
|
||||||
margin-top: 0.25rem;
|
margin-top: 0.15rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group input.error {
|
.form-group input.error {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue