_reset.scss 609 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. html, body{
  2. font-size:16px;
  3. line-height: 0.9;
  4. margin:0; padding:0;
  5. background: white;
  6. }
  7. a{
  8. color: inherit;
  9. text-decoration: none;
  10. }
  11. a, a:focus, a:active { outline: none; }
  12. a:focus{ -moz-outline-style: none; }
  13. ul {
  14. padding:0;
  15. margin:0;
  16. }
  17. li{
  18. padding:0;
  19. margin:0;
  20. list-style: none;
  21. }
  22. .visualy-hidden {
  23. position: absolute !important;
  24. clip: rect(1px, 1px, 1px, 1px);
  25. overflow: hidden;
  26. height: 1px;
  27. width: 1px;
  28. word-wrap: normal;
  29. }
  30. .visualy-hidden:active,
  31. .visualy-hidden:focus {
  32. position: static !important;
  33. clip: auto;
  34. overflow: visible;
  35. height: auto;
  36. width: auto;
  37. }