Files
databap/style/_variables.scss
2014-12-01 23:37:25 +01:00

22 lines
430 B
SCSS

@CHARSET "UTF-8";
/* All colors of the same type are sorted from the darkest to the brightest */
/* Main colors */
$col_main_1: #04357B;
$col_main_2: #D9E5F2;
$col_main_3: #DCF2FB;
/* Flashy hover colors */
$col_hover_1: #EFAB00;
$col_hover_2: #F2E1B5;
/* Traffic light colors */
$col_success: green;
$col_warning: orange;
$col_error: red;
/* Technical colors */
$col_none: #FFFFFF;
$col_black: #000000;
$col_main_4: #0C8BCE;