Remove importants

old
Javi Velasco 2016-10-12 17:04:52 +02:00
parent e6b410491a
commit f8c0c7fece
1 changed files with 7 additions and 7 deletions

View File

@ -8,14 +8,14 @@
position: relative;
> input {
width: 0.1px !important;
height: 0.1px !important;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: 0 !important;
padding: 0 !important;
margin: 0 !important;
z-index: 0;
width: 0.1px;
height: 0.1px;
padding: 0;
margin: 0;
overflow: hidden;
opacity: 0;
}
}