Регистрация
This commit is contained in:
parent
58d934884e
commit
e288aa9fa8
4 changed files with 162 additions and 9 deletions
|
|
@ -125,9 +125,27 @@ p{
|
|||
font-size: 0.85rem;
|
||||
margin-top: 6px;
|
||||
min-height: 20px;
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.error.active{
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.input.invalid,
|
||||
.checkbox.invalid{
|
||||
border-color: #ff6b6b !important;
|
||||
box-shadow: 0 0 8px rgba(255, 107, 107, 0.3);
|
||||
}
|
||||
|
||||
button:disabled{
|
||||
opacity: 0.7;
|
||||
cursor: not-allowed;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
@media (max-width: 480px){
|
||||
form{
|
||||
padding: 25px 20px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue