storybook.scss 409 B

123456789101112131415
  1. @import "../app/assets/stylesheets/fonts/roboto";
  2. @import "../app/assets/stylesheets/fonts/roboto-mono";
  3. #root {
  4. font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  5. background: #282c37;
  6. font-size: 13px;
  7. line-height: 18px;
  8. font-weight: 400;
  9. color: #fff;
  10. padding-bottom: 140px;
  11. text-rendering: optimizelegibility;
  12. font-feature-settings: "kern";
  13. padding: 4rem;
  14. }