summaryrefslogtreecommitdiff
path: root/resources/assets/sass/_variables.scss
blob: 1c44aff99fda98930a150881d868e1828a940eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

// Body
$body-bg: #f5f8fa;

// Typography
$font-family-sans-serif: "Raleway", sans-serif;
$font-size-base: 0.9rem;
$line-height-base: 1.6;
$text-color: #636b6f;

// Navbar
$navbar-default-bg: #fff;

// Buttons
$btn-default-color: $text-color;

// Panels
$panel-default-heading-bg: #fff;