variables.scss 836 字节
Newer Older
D
Dmitriy Zaporozhets 已提交
1
$hover: #FFFAF1;
D
Dmitriy Zaporozhets 已提交
2
$gl-text-color: #54565b;
3 4
$gl-header-color: #4c4e54;
$gl-link-color: #333c48;
D
Dmitriy Zaporozhets 已提交
5
$nprogress-color: #c0392b;
6 7
$gl-font-size: 16px;
$list-font-size: 16px;
D
Dmitriy Zaporozhets 已提交
8
$sidebar_collapsed_width: 62px;
D
Dmitriy Zaporozhets 已提交
9 10 11 12
$sidebar_width: 230px;
$avatar_radius: 50%;
$code_font_size: 13px;
$code_line_height: 1.5;
13 14
$border-color: #E7E9ED;
$background-color: #F8FAFC;
15
$header-height: 73px;
16
$fixed-layout-width: 1200px;
17
$gl-gray: #7f8fa4;
18

C
Ciro Santilli 已提交
19

20
/*
21
 * State colors:
22
 */
23
$gl-primary: #446e9b;
24
$gl-success: #44c679;
25
$gl-info: #00aaff;
26
$gl-warning: #EB9532;
27
$gl-danger: #d9534f;
28

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

/*
 * 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;