Skip to content

Commit

Permalink
Remove importants
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Oct 12, 2016
1 parent e6b4104 commit f8c0c7f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions components/button/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit f8c0c7f

Please sign in to comment.