aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/rutland/_colours.scss
blob: aabedb0f1be62f0da3af1e9defd50b0aec79ee8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* LAYOUT */

// If you are wanting a right-to-left layout, uncomment the following line.
// $direction: right;

/* COLOURS */

$orange: #ff9900;
$bluey: #6688ff;
$RCCGreen: #a7b980;
$RCCGreen_dark: #265123;
$RCCbg: #F1F1F1;

$primary: $RCCGreen;
$primary_b: #000000;
$primary_text: #222222;

$base_bg: $RCCbg;
$base_fg: #000;

$nav_background_colour: $RCCbg;
$nav_colour: #000;
$nav_hover_background_colour: $primary;

// Colour used for front page 'how to report a problem' steps
$col_big_numbers: #ccc;

$col_click_map: $RCCGreen_dark;

//$image-sprite: '/cobrands/rutland/RCCLogo.gif';