preview.scss 263 B

123456789101112131415161718192021
  1. @import '../scss/settings';
  2. @import '../scss/tools';
  3. body {
  4. font-size: 1rem;
  5. overflow-x: auto;
  6. }
  7. // Fix compatibility issue with Wagtail styles.
  8. .sbdocs .tag,
  9. .sbdocs .tag::before,
  10. h1,
  11. h2,
  12. code,
  13. textarea {
  14. all: revert;
  15. }
  16. .icon {
  17. @include svg-icon();
  18. }