BigW Consortium Gitlab

variables.scss 813 Bytes
Newer Older
1
$style_color: #474D57;
2
$hover: #FFFAF1;
3
$gl-text-color: #222222;
4 5
$gl-link-color: #446e9b;
$nprogress-color: #c0392b;
6
$gl-font-size: 14px;
7
$list-font-size: 15px;
8
$sidebar_collapsed_width: 52px;
9 10 11 12
$sidebar_width: 230px;
$avatar_radius: 50%;
$code_font_size: 13px;
$code_line_height: 1.5;
13 14
$border-color: #E5E5E5;
$background-color: #f5f5f5;
15
$header-height: 50px;
16
$fixed-layout-width: 1200px;
17

Ciro Santilli committed
18

19
/*
20
 * State colors:
21
 */
22
$gl-primary: #446e9b;
23
$gl-success: #019875;
24 25
$gl-info: #029ACF;
$gl-warning: #EB9532;
26
$gl-danger: #d9534f;
27

28
/*
29 30 31 32
 * Commit Diff Colors
 */
$added: #63c363;
$deleted: #f77;
33 34 35 36 37 38

/*
 * Fonts
 */
$monospace_font: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace;
$regular_font: "Helvetica Neue", Helvetica, Arial, sans-serif;