-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_vars.scss
More file actions
54 lines (50 loc) · 1.08 KB
/
_vars.scss
File metadata and controls
54 lines (50 loc) · 1.08 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
// Misc.
$misc: (
z-index-base: 10000,
max-wrapper-styles: 6
);
// Duration.
$duration: (
menu: 0.35s,
transition: 0.2s
);
// Size.
$size: (
border-radius: 5px,
element-height: 2.75em,
element-margin: 2em,
inner: 55em,
section-spacing: (
large: 3em,
medium: 2em,
small: 1.75em
),
wrapper-edges: (
large: 6.5em,
medium: 4.75em,
small: 2.5em
)
);
// Font.
$font: (
family: ('Source Sans Pro', Helvetica, sans-serif),
family-fixed: ('Courier New', monospace),
family-heading: (Raleway, Helvetica, sans-serif),
weight: 300,
weight-bold: 600,
weight-heading: 200,
weight-heading-bold: 700,
kern-heading: 0.1em
);
// Palette.
$palette: (
bg: #2e3141,
fg: #ffffff,
fg-bold: #ffffff,
fg-light: rgba(255,255,255,0.35),
border: rgba(255,255,255,0.125),
border-bg: rgba(255,255,255,0.025),
border2: rgba(255,255,255,0.25),
border2-bg: rgba(255,255,255,0.075),
accent: #4c5c96
);