-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvariables.styl
More file actions
38 lines (32 loc) · 764 Bytes
/
variables.styl
File metadata and controls
38 lines (32 loc) · 764 Bytes
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
// -------------------------
// Variables
// -------------------------
// Font family
heading-font = "Choplin"
content-font = "Open Sans"
// Font size
base-font-size = 10px
medium-font-size = 8.5px
small-font-size = 7.5px
// Colors
dark-color = #000
light-color = #fff
heading-color = midnight-blue
content-color = midnight-blue
link-color = #999
featured-color = darkColor
// Custom colors
clouds = #ecf0f1
midnight-blue = #2c3e50
alizarin = #ea6153
// Themes
themes = {
primary-theme : clouds,
secondary-theme : midnight-blue,
tertiary-theme : alizarin,
quaternary-theme : lightColor
}
// Box Model
container-width = 1280px
base-space = 10px
double-space = (base-space * 2)