gitlab-org--gitlab-foss/app/assets/stylesheets/main/variables.scss

64 lines
824 B
SCSS
Raw Normal View History

/*
* General Colors
*/
$style_color: #474D57;
2015-01-23 01:05:31 +00:00
$hover: #FFF3EB;
$box_bg: #F9F9F9;
/*
* Link colors
*/
$link_color: #446e9b;
$link_hover_color: darken($link-color, 10%);
2014-06-26 07:49:14 +00:00
$btn-border: 1px solid #ccc;
/*
* Success colors (green)
*/
$border_success: #019875;
$bg_success: #019875;
/*
* Danger colors (red)
*/
$border_danger: #d43f3a;
$bg_danger: #d9534f;
/*
* Primary colors (blue)
*/
$border_primary: #446e9b;
$bg_primary: #446e9b;
2014-05-30 21:13:15 +00:00
/*
* Warning colors (yellow)
*/
$bg_warning: #EB9532;
$border_warning: #EB9532;
/**
* Commit Diff Colors
*/
$added: #63c363;
$deleted: #f77;
/**
* NProgress customize
*/
$nprogress-color: #c0392b;
2015-01-15 22:55:45 +00:00
/**
* Font sizes
*/
$list-font-size: 15px;
2015-01-19 03:53:46 +00:00
/**
* Sidebar navigation width
*/
2015-01-21 23:58:35 +00:00
$sidebar_width: 230px;
$avatar_radius: 50%;
$code_font_size: 13px;
2015-01-27 02:56:56 +00:00
$code_line_height: 1.5;