summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/main/variables.scss
blob: c71984a5665436c8e224d0bd99bd1eccbb21bb81 (plain)
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
/*
 * General Colors
 */
$style_color: #474D57;
$hover: #FFECDB;
$box_bg: #F9F9F9;

/*
 * Link colors
 */
$link_color: #446e9b;
$link_hover_color: darken($link-color, 10%);

$btn-border: 1px solid #ccc;

/*
 * Success colors (green)
 */
$border_success: #019875;
$bg_success: #019875;

/*
 * Danger colors (red)
 */
$border_danger: #d43f3a;
$bg_danger: #d9534f;

/*
 * Primary colors (blue)
 */
$border_primary: #446e9b;
$bg_primary: #446e9b;

/*
 * Warning colors (yellow)
 */
$bg_warning: #EB9532;
$border_warning: #EB9532;

/**
 * Commit Diff Colors
 */
$added: #63c363;
$deleted: #f77;

/**
 *
 */
$nprogress-color: #3498db;