2012-11-23 11:26:26 -05:00
|
|
|
$style_color: #474D57;
|
2015-06-02 07:20:09 -04:00
|
|
|
$hover: #FFFAF1;
|
2015-03-18 01:25:25 -04:00
|
|
|
$gl-text-color: #222222;
|
2015-09-03 08:43:31 -04:00
|
|
|
$gl-link-color: #4c4e54;
|
2015-03-06 23:02:34 -05:00
|
|
|
$nprogress-color: #c0392b;
|
2015-09-03 08:24:27 -04:00
|
|
|
$gl-font-size: 16px;
|
|
|
|
$list-font-size: 16px;
|
2015-09-02 07:24:35 -04:00
|
|
|
$sidebar_collapsed_width: 62px;
|
2015-03-06 23:02:34 -05:00
|
|
|
$sidebar_width: 230px;
|
|
|
|
$avatar_radius: 50%;
|
|
|
|
$code_font_size: 13px;
|
|
|
|
$code_line_height: 1.5;
|
2015-03-18 01:25:25 -04:00
|
|
|
$border-color: #E5E5E5;
|
|
|
|
$background-color: #f5f5f5;
|
2015-09-02 07:02:16 -04:00
|
|
|
$header-height: 73px;
|
2015-08-26 05:51:28 -04:00
|
|
|
$fixed-layout-width: 1200px;
|
2015-09-03 08:43:31 -04:00
|
|
|
$gl-gray: #7f8fa4;
|
2015-06-05 12:49:00 -04:00
|
|
|
|
2014-06-26 03:49:14 -04:00
|
|
|
|
2014-05-16 06:47:34 -04:00
|
|
|
/*
|
2015-03-06 22:02:12 -05:00
|
|
|
* State colors:
|
2014-05-16 06:47:34 -04:00
|
|
|
*/
|
2015-03-06 22:02:12 -05:00
|
|
|
$gl-primary: #446e9b;
|
2015-09-02 07:02:16 -04:00
|
|
|
$gl-success: #44c679;
|
2015-09-03 07:44:54 -04:00
|
|
|
$gl-info: #00aaff;
|
2015-03-06 22:02:12 -05:00
|
|
|
$gl-warning: #EB9532;
|
2015-03-18 01:48:00 -04:00
|
|
|
$gl-danger: #d9534f;
|
2014-05-16 06:47:34 -04:00
|
|
|
|
2015-03-07 00:40:23 -05:00
|
|
|
/*
|
2012-12-01 07:49:21 -05:00
|
|
|
* Commit Diff Colors
|
|
|
|
*/
|
|
|
|
$added: #63c363;
|
|
|
|
$deleted: #f77;
|
2015-03-07 00:40:23 -05:00
|
|
|
|
|
|
|
/*
|
|
|
|
* 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;
|