You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
678 B

  1. /*!
  2. * # Semantic UI 2.1.6 - Reset
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Copyright 2015 Contributors
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*******************************
  12. Reset
  13. *******************************/
  14. /* Border-Box */
  15. *,
  16. *:before,
  17. *:after {
  18. box-sizing: inherit;
  19. }
  20. html {
  21. box-sizing: border-box;
  22. }
  23. /* iPad Input Shadows */
  24. input[type="text"],
  25. input[type="email"],
  26. input[type="search"],
  27. input[type="password"] {
  28. -webkit-appearance: none;
  29. -moz-appearance: none;
  30. /* mobile firefox too! */
  31. }
  32. /*******************************
  33. Site Overrides
  34. *******************************/