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

43 lines
551 B
SCSS
Raw Normal View History

/*
* General Colors
*/
$style_color: #474D57;
2014-01-13 16:18:30 -05:00
$bg_style_color: #2299BB;
$hover: #D9EDF7;
/*
* Link colors
*/
$link_color: #446e9b;
$link_hover_color: #2FA0BB;
/*
* Success colors (green)
*/
$border_success: #469408;
$bg_success: #469408;
/*
* 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: #d9831f;
$border_warning: #d9831f;
/**
* Commit Diff Colors
*/
$added: #63c363;
$deleted: #f77;