Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_variables.scss « abstracts « sass « assets - github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b59062ca93459d21105e078cf3f028b57a21915b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
@import "../themes/theme";

$text-font-stack: 'Muli',
              avenir,
              'helvetica neue', helvetica,
              ubuntu,
              roboto, noto,
              'segoe ui', arial,
              sans-serif !default;
$code-font-stack: Consolas, 
              Monaco,
              Menlo,
              "DejaVu Sans Mono", 
              "Bitstream Vera Sans Mono", 
              "Courier New", 
              "Lucida Console", 
              "Lucida Sans Typewriter", 
              "Liberation Mono", 
              "Nimbus Mono L", 
              Monaco, 
              Courier, 
              monospace !default;

$z-indexes: ("drawer", "modal", "dropdown", "navbar", "header", "gtt", "clipboard", "grid", "search-btn", "search", "menu", "content", "footer", "taxo", "toc", "gallery-mask", "section-title", "highlight");

$breakpoints: (
  'xs': 0,
  'sm': 600px,
  'md': 960px,
  'lg': 1280px,
  'xl': 1960px,
);

$grid-max-width: 1289px;
$grid-nav-height: 50px;
$grid-body-width: 769px;
$grid-side-width: 240px;
$drawer-width: 240px;
$menu-title-height: 30px;