Welcome to mirror list, hosted at ThFree Co, Russian Federation.

variables.scss « main « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8bcdad3579270675d1987afe5b60a0dce4aaba26 (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
/*
 * General Colors
 */
$style_color: #474D57;
$bg_style_color: #2299BB;
$hover: #D9EDF7;

/*
 * Link colors
 */
$link_color: #446e9b;
$link_hover_color: #2FA0BB;

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

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

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

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

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