Skip to content
Snippets Groups Projects

add transparent background for Name and Email input fields

Merged Thibault Martin requested to merge fix_contact_background into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -101,6 +101,7 @@
@@ -101,6 +101,7 @@
height: 40px;
height: 40px;
border: 0;
border: 0;
border-bottom: 2px solid #b3b3b3;
border-bottom: 2px solid #b3b3b3;
 
background: #fff0;
transition: border 0.4s, background 0.4s;
transition: border 0.4s, background 0.4s;
}
}
@media (min-width: 768px) {
@media (min-width: 768px) {
Loading