_variables.scss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. @import "../themes/theme";
  2. $text-font-stack: 'Muli',
  3. avenir,
  4. 'helvetica neue', helvetica,
  5. ubuntu,
  6. roboto, noto,
  7. 'segoe ui', arial,
  8. sans-serif !default;
  9. $code-font-stack: Consolas,
  10. Monaco,
  11. Menlo,
  12. "DejaVu Sans Mono",
  13. "Bitstream Vera Sans Mono",
  14. "Courier New",
  15. "Lucida Console",
  16. "Lucida Sans Typewriter",
  17. "Liberation Mono",
  18. "Nimbus Mono L",
  19. Monaco,
  20. Courier,
  21. monospace !default;
  22. $z-indexes: ("drawer", "modal", "dropdown", "navbar", "header", "gtt", "clipboard", "grid", "search-btn", "search", "menu", "content", "footer", "taxo", "toc", "gallery-mask");
  23. $breakpoints: (
  24. 'xs': 0,
  25. 'sm': 600px,
  26. 'md': 960px,
  27. 'lg': 1280px,
  28. 'xl': 1960px,
  29. );
  30. $grid-max-width: 1289px;
  31. $grid-nav-height: 50px;
  32. $grid-body-width: 769px;
  33. $grid-side-width: 240px;
  34. $drawer-width: 240px;
  35. $menu-title-height: 30px;