_reboot.scss 159 B

1234567891011121314151617
  1. // Body
  2. body {
  3. text-align: $left;
  4. }
  5. // Forms
  6. input,
  7. select {
  8. font-size: 1em;
  9. }
  10. textarea {
  11. font-family: $font-family-monospace;
  12. font-size: 1.2em;
  13. }