aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/fixamingata/_colours.scss
blob: 7be050a236b93d06f00d4366b328cf43002a50cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* COLOURS */

$image-sprite: 'images/sprite.png';
$menu-image: 'menu-black';

$primary: #00b1da;
$primary_b: #0087a6;
$primary_text: #222;

$base_bg: #eee url(images/tile.jpg) 0 0 repeat;
$base_fg: $primary_text;

$map_nav_bg: #eee;
$nav_fg: $primary_text;
$nav_fg_hover: #444;

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