2014-06-02 07:12:46 -04:00
|
|
|
/*
|
2012-12-01 07:49:21 -05:00
|
|
|
* General Colors
|
|
|
|
*/
|
2012-11-23 11:26:26 -05:00
|
|
|
$style_color: #474D57;
|
2015-01-22 20:05:31 -05:00
|
|
|
$hover: #FFF3EB;
|
2014-10-08 08:47:24 -04:00
|
|
|
$box_bg: #F9F9F9;
|
2012-12-01 07:49:21 -05:00
|
|
|
|
2014-06-02 07:12:46 -04:00
|
|
|
/*
|
|
|
|
* Link colors
|
|
|
|
*/
|
|
|
|
$link_color: #446e9b;
|
2014-09-04 04:00:29 -04:00
|
|
|
$link_hover_color: darken($link-color, 10%);
|
2014-06-02 07:12:46 -04:00
|
|
|
|
2014-06-26 03:49:14 -04:00
|
|
|
$btn-border: 1px solid #ccc;
|
|
|
|
|
2014-05-16 06:47:34 -04:00
|
|
|
/*
|
|
|
|
* Success colors (green)
|
|
|
|
*/
|
2014-06-03 08:47:57 -04:00
|
|
|
$border_success: #019875;
|
|
|
|
$bg_success: #019875;
|
2014-05-16 06:47:34 -04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Danger colors (red)
|
|
|
|
*/
|
|
|
|
$border_danger: #d43f3a;
|
|
|
|
$bg_danger: #d9534f;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Primary colors (blue)
|
|
|
|
*/
|
2014-05-31 07:48:33 -04:00
|
|
|
$border_primary: #446e9b;
|
|
|
|
$bg_primary: #446e9b;
|
2014-05-16 06:47:34 -04:00
|
|
|
|
2014-05-30 17:13:15 -04:00
|
|
|
/*
|
|
|
|
* Warning colors (yellow)
|
|
|
|
*/
|
2014-06-03 08:47:57 -04:00
|
|
|
$bg_warning: #EB9532;
|
|
|
|
$border_warning: #EB9532;
|
2014-05-16 06:47:34 -04:00
|
|
|
|
2012-12-01 07:49:21 -05:00
|
|
|
/**
|
|
|
|
* Commit Diff Colors
|
|
|
|
*/
|
|
|
|
$added: #63c363;
|
|
|
|
$deleted: #f77;
|
2014-06-19 02:58:42 -04:00
|
|
|
|
|
|
|
/**
|
2014-12-24 11:34:14 -05:00
|
|
|
* NProgress customize
|
2014-06-19 02:58:42 -04:00
|
|
|
*/
|
2014-12-26 07:19:54 -05:00
|
|
|
$nprogress-color: #c0392b;
|
2015-01-15 17:55:45 -05:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Font sizes
|
|
|
|
*/
|
|
|
|
$list-font-size: 15px;
|
2015-01-18 22:53:46 -05:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Sidebar navigation width
|
|
|
|
*/
|
2015-01-21 18:58:35 -05:00
|
|
|
$sidebar_width: 230px;
|
2015-01-23 13:39:23 -05:00
|
|
|
|
|
|
|
$avatar_radius: 50%;
|
2015-01-26 18:15:51 -05:00
|
|
|
$code_font_size: 13px;
|