blob: 0eec2be9980160878e2787ec3f1e9d76f5bdcfbd (
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
|
@import "../sass/h5bp";
@import "./_colours";
@import "../sass/mixins";
$body-font: 'PTSansRegular', "PT Sans", Verdana, Arial, sans-serif;
$meta-font: $body-font;
$heading-font: 'PTSansCaptionRegular', "PT Sans Caption", Verdana, Arial, sans-serif;
@import "../sass/base";
#site-logo {
background: transparent;
width: 82px;
height: 45px;
text-indent: 0;
padding: 0.5em 0;
}
#report-cta {
border-color: #ccc;
color: #000;
&:hover, &:focus {
background-color: #ddd;
}
}
@import "council_header";
@import "council_header_responsive";
body.mappage {
#stevenage_cc_header {
display: none;
}
}
|