This commit is contained in:
Mihajlo Medjedovic
2024-06-05 15:53:46 +02:00
commit fd510b88c4
270 changed files with 27578 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
.contactFormStyles {
border-color: #e1e1e1;
background-color: #f8f8f8;
color: #919191;
}
.contactFormStyles:focus {
background-color: #f8f8f8;
box-shadow: none;
}