Add Input Filed Shadow

This commit is contained in:
2026-05-06 15:03:10 +02:00
parent b43bac4c79
commit 377aa919cb
+1
View File
@@ -47,6 +47,7 @@ form {
border: 1.5px solid #ccc; border: 1.5px solid #ccc;
border-radius: 999px; border-radius: 999px;
padding: 4px 4px 4px 16px; padding: 4px 4px 4px 16px;
box-shadow: 0px 4px 4px rgba(69, 98, 190, 0.15);
} }
.search-wrapper input { .search-wrapper input {