This commit is contained in:
2023-12-28 15:35:58 +05:00
parent bd44b4549c
commit 72f68c3325
129 changed files with 2319 additions and 3477 deletions
+20
View File
@@ -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;
}