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

63 lines
800 B
SCSS
Raw Normal View History

/*
* General Colors
*/
$style_color: #474D57;
2015-01-22 20:05:31 -05:00
$hover: #FFF3EB;
$box_bg: #F9F9F9;
/*
* Link colors
*/
$link_color: #446e9b;
$link_hover_color: darken($link-color, 10%);
2014-06-26 03:49:14 -04: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 17:13:15 -04: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 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;
$avatar_radius: 50%;
$code_font_size: 13px;