MtF-wiki/assets/sass/abstracts/_variables.scss

48 lines
973 B
SCSS
Raw Normal View History

2021-05-10 14:13:58 +08:00
@import "../themes/theme";
2022-02-28 02:59:44 +08:00
$text-font-stack: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
$code-font-stack: Consolas, Monaco, Menlo, "DejaVu Sans Mono",
2022-02-08 08:58:39 +08:00
"Bitstream Vera Sans Mono", "Courier New", "Lucida Console",
"Lucida Sans Typewriter", "Liberation Mono", "Nimbus Mono L", Monaco, Courier,
monospace !default;
2021-05-10 14:13:58 +08:00
2022-02-08 08:58:39 +08:00
$z-indexes: (
"drawer",
"modal",
"dropdown",
"navbar",
"header",
"gtt",
"clipboard",
"grid",
"search-btn",
"search",
"menu",
"content",
"landing",
"footer",
"taxo",
"toc",
"gallery-mask",
"section-title",
"highlight"
);
2021-05-10 14:13:58 +08:00
$breakpoints: (
2022-02-08 08:58:39 +08:00
"xs": 0,
"sm": 600px,
"md": 960px,
"lg": 1280px,
"xl": 1960px,
2021-05-10 14:13:58 +08:00
);
$grid-max-width: 1289px;
$grid-nav-height: 50px;
$grid-body-width: 769px;
$grid-side-width: 240px;
$drawer-width: 240px;
$menu-title-height: 30px;