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;
|
2014-09-04 04:00:29 -04:00
|
|
|
$hover: #FFECDB;
|
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
|
|
|
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
$nprogress-color: #3498db;
|