aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/fiksgatami/_colours.scss
blob: 8924e577a997dd1f0573a83dca488ee77b7b8a8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$image-sprite: 'sprite.png';

/* COLOURS */

$header_darker: #0a3f6f;

$bg: #1a4f7f;

$primary: #99bfe1;
$primary_b: #000000;
$primary_text: #222222;

$base_bg: $bg;
$base_fg: #fff;

$map_nav_bg: $bg;
$nav_fg: #fff;
$nav_fg_hover: $primary;

$col_click_map: $bg;

$col_fixed_label: #00BD08;
$col_fixed_label_dark: #4B8304;