aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/angus/base.scss
blob: c8792fd51e272707b8dde194610b26b594aebffa (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
@import "../sass/h5bp";
@import "./_colours";
@import "./_fonts";
@import "../sass/mixins";

@import "../sass/base";

#site-logo {
    background: url("/cobrands/angus/third_party/css_img/angus-logo-header.png") 0 50% no-repeat;
    background-size: contain;
    width: 82px;
    height: 50px;
}

#site-header {
    form.form__search {
      display: none;
    }
}

.item-list--reports__item, #front-main #postcodeForm {
//    background-color: $greenwich_light_grey;
}

label[for=pc] {
    color: $nav_fg;
}

#front-howto #front_stats {
    color: $nav_fg;
}

.angus_nav, .wrapper__main_menu {
  display: none;
}