forked from TheThingsNetwork/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_variables.scss
46 lines (33 loc) · 949 Bytes
/
_variables.scss
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
/**
* Stylebook
*/
$ttn-font-path: $baseurl + '/assets/fonts/leaguespartan/';
/**
* Font Awesome
*/
$fa-font-path: $baseurl + '/assets/fonts/fontawesome';
/**
* Bootstrap
*/
$icon-font-path: $baseurl + '/assets/fonts/bootstrap/';
$brand-primary: $ttn-color-brand;
$brand-primary-dark: #4D7E9E;
$brand-success: #63E2C3;
$gray-lighter: #F7F7F7;
$gray-light: #DCDCDC;
$gray: #9c9999;
$gray-dark: #4a4a4a;
$line-height-base: 1.8;
$headings-color: $gray-dark;
$font-size-base: 14px;
$font-family-sans-serif: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
$headings-font-family: 'League Spartan', $font-family-sans-serif;
$font-family-monospace: Hack, Menlo, Monaco, Consolas, "Courier New", monospace;
$padding-base-horizontal: 14px;
$padding-large-horizontal: 20px;
$breadcrumb-bg: white;
$breadcrumb-separator: '//';
$breadcrumb-active-color: #2B4C62;
$hr-border: $gray-light;
$code-bg: #D5EAFB;
$code-color: $brand-primary;