blob: 54e9b25b383b1036658e926e5520ac7e183ad059 (
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
@import "../sass/h5bp";
@import "./_colours";
@import "./_fonts";
@import "../sass/mixins";
@import "compass";
@import "../sass/base";
body.frontpage #site-logo,
.ie6 body.frontpage #site-logo,
#site-logo
{
background: url("/cobrands/angus/third_party/css_img/angus-logo-header.png") 0 0 no-repeat;
background-size: contain;
width: 82px;
height: 40px;
top: 8px;
left: 4px;
}
#site-header {
background: $angus_green;
form.form__search {
display: none;
}
}
.item-list--reports__item, #user-meta p, #front-main #postcodeForm {
// background-color: $greenwich_light_grey;
}
label[for=pc] {
color: $nav_fg;
}
#front-howto #front_stats {
color: $nav_fg;
}
.nav-menu--mysoc {
display: none;
}
.angus_nav, .wrapper__main_menu {
display: none;
}
.nav-menu--breadcrumb {
display: none;
}
.streetlight-spot:before {
content: "";
display: inline-block;
width: 10px;
height: 10px;
border: 2px solid #000;
background-color: #ffff00;
margin: 0 0.3em 0 0.2em;
border-radius: 100%;
vertical-align: -2px;
}
|