aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/colors.scss
blob: 5d8302c280fd257bef0501410d22873fe68310ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$theme-brand-primary: #3498db;
$theme-brand-success: #5cb85c;
$theme-brand-info: #5bc0de;
$theme-brand-warning: #FF9F00;
$theme-brand-danger: #d9534f;

$theme-gray-dark: #373a3c;
$theme-gray: #55595c;
$theme-gray-light: #818a91;
$theme-gray-lighter: #eceeef;
$theme-gray-lightest: #f7f7f9;

$theme-border-radius: 6px;
$theme-border-radius-small: 3px;

$theme-sidebar-width: 68px;

$theme-text-color: $theme-gray-dark;

$theme-transition-time: 0.5s;

$theme-inset-shadow: inset 0 2px 5px rgba(0,0,0,0.03);