Sistema de Gestión Documental
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.

44 lines
713 B

5 years ago
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. font-family: sans-serif;
  5. overflow: hidden;
  6. }
  7. #root {
  8. height: 100%;
  9. }
  10. body {
  11. font-family: 'Open Sans', sans-serif;
  12. -webkit-font-smoothing: antialiased;
  13. -moz-osx-font-smoothing: grayscale;
  14. color: rgba(0,0,0,.8);
  15. line-height: 1.5;
  16. height: 100vh;
  17. letter-spacing: 0.53px;
  18. margin-right: -1px !important;
  19. }
  20. html, body, p, a, h1, h2, h3, h4, ul, pre, code {
  21. margin: 0;
  22. padding: 0;
  23. color: inherit;
  24. }
  25. a:active, a:focus, button:focus, input:focus {
  26. outline: none;
  27. }
  28. input, button, submit {
  29. border: none;
  30. }
  31. input, button, pre {
  32. font-family: 'Open Sans', sans-serif;
  33. }
  34. code {
  35. font-family: Consolas, monospace;
  36. }
  37. /*# sourceMappingURL=index.css.map*/