2016-04-10 20:42:23 +00:00
|
|
|
$color_font: #000;
|
|
|
|
$color_bg: #fff;
|
|
|
|
$color_base: #1779ff;
|
|
|
|
$color_accent: #2da301;
|
|
|
|
|
|
|
|
$link_color: $color_accent;
|
|
|
|
$link_active: darken($color_accent, 10%);
|
|
|
|
|
2016-04-05 16:38:00 +00:00
|
|
|
$col_xxs_bp: 543px;
|
|
|
|
|
2016-04-10 20:42:23 +00:00
|
|
|
$nav_bgColor: $color_base;
|
2016-04-05 16:38:00 +00:00
|
|
|
$nav_borderColor: darken($nav_bgColor, 15%);
|
|
|
|
$nav_fgColor: #fff;
|
|
|
|
$nav_textXsWidth: 80px;
|
|
|
|
$nav_textSmWidth: 109px;
|
2016-04-10 20:42:23 +00:00
|
|
|
|
|
|
|
$footer_color_bg: #bebebe;
|
|
|
|
|
|
|
|
|
|
|
|
$color_bg_inv: #424242;
|
|
|
|
$color_font_inv: #fff;
|
|
|
|
$link_color_inv: lighten($color_accent, 5%);
|
|
|
|
$link_active_inv: lighten($color_accent, 15%);
|