Advertisement
claukiller

Untitled

Jan 5th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. .reset-btn {
  2. -webkit-appearance:none;
  3. -moz-appearance:none;
  4. border: none;
  5. background: none;
  6. outline: 0px !important;
  7.  
  8. margin: 0;
  9. padding: 0;
  10. color: inherit;
  11.  
  12. font-size: inherit;
  13.  
  14. -webkit-box-sizing: content-box;
  15. -moz-box-sizing: content-box;
  16. box-sizing: content-box;
  17.  
  18. touch-action: auto;
  19.  
  20. &:active, &:focus {
  21. outline: 0px !important;
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement