_reboot.scss 202 B

1234567891011121314151617181920212223
  1. // Document
  2. *:focus {
  3. outline: none;
  4. }
  5. // Body
  6. body {
  7. text-align: $left;
  8. }
  9. // Forms
  10. input,
  11. select {
  12. font-size: 1em;
  13. }
  14. textarea {
  15. font-family: $font-family-monospace;
  16. font-size: 1.2em;
  17. }