Новый изменения в компоенты
This commit is contained in:
parent
95e8a20625
commit
1ad2f8da0d
4 changed files with 25 additions and 21 deletions
|
|
@ -101,7 +101,7 @@ import { SITE_URL } from '@constants';
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 2rem;
|
||||
padding: 6rem 2rem 2rem;
|
||||
}
|
||||
|
||||
.auth-container {
|
||||
|
|
@ -113,7 +113,7 @@ import { SITE_URL } from '@constants';
|
|||
.auth-card {
|
||||
background: #ffffff;
|
||||
border-radius: 16px;
|
||||
padding: 1.5rem 1.5rem;
|
||||
padding: 1rem 1.25rem;
|
||||
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
|
|
@ -141,7 +141,7 @@ import { SITE_URL } from '@constants';
|
|||
.auth-form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.5rem;
|
||||
gap: 0.25rem;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
|
|
@ -149,6 +149,8 @@ import { SITE_URL } from '@constants';
|
|||
flex-direction: column;
|
||||
gap: 0.2rem;
|
||||
}
|
||||
gap: 0.2rem;
|
||||
}
|
||||
|
||||
.form-group label {
|
||||
color: #1e3050;
|
||||
|
|
@ -166,7 +168,7 @@ import { SITE_URL } from '@constants';
|
|||
}
|
||||
|
||||
.form-group input {
|
||||
padding: 0.6rem 0.75rem;
|
||||
padding: 0.5rem 0.6rem;
|
||||
border: 1px solid #e2e8f0;
|
||||
border-radius: 8px;
|
||||
font-size: 0.9rem;
|
||||
|
|
@ -238,8 +240,8 @@ import { SITE_URL } from '@constants';
|
|||
.error-message {
|
||||
color: #ef4444;
|
||||
font-size: 0.75rem;
|
||||
min-height: 1rem;
|
||||
margin-top: 0.25rem;
|
||||
min-height: 0.75rem;
|
||||
margin-top: 0.15rem;
|
||||
}
|
||||
|
||||
.form-group input.error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue