Files
databap/style/_variables.scss

35 lines
644 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;*/#88B2F0;
$col_main_3: /*#DCF2FB;*/#D9E5F2;
$col_main_4:#f2f5f9;
/* Flashy hover colors */
$col_hover_1: #EFAB00;
$col_hover_2: #F2E1B5;
/* Traffic light colors */
$col_success: green;
$col_success_2:#B2D6B2;
$col_warning: orange;
$col_error: red;
$col_error_2:#F6D3D3;
/* Technical colors */
$col_none: #FFFFFF;
$col_black: #000000;
/* Font size */
$size_small:9px;
$size_medium:10px;
$size_big:12px;
$size_vbig:13px;
$size_vvbig:15px;
$size_subtitle:16px;
$size_title:20px;