upd
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
.contacts-field:focus ~ .contacts-placeholder {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.contacts-field:focus ~ .contacts-placeholder-2 {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.contacts-field:valid ~ .contacts-placeholder {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.contacts-field:valid ~ .contacts-placeholder-2 {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.contacts-field::placeholder {
|
||||
font-weight: 600;
|
||||
color: #77787d;
|
||||
}
|
||||
Reference in New Issue
Block a user