aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/harrogate/base.scss
blob: b546ae0604b94130c6447fa7430bcb221a304d5f (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
65
66
67
68
69
@import "../sass/h5bp";
@import "./_colours";
@import "../sass/mixins";
@import "compass";

@import "../sass/base";

body.frontpage #site-logo,
.ie6 body.frontpage #site-logo,
#site-logo
{
    display: block;
    margin: 2px;
    padding-left: 10px;
    position: static;

    background: url("/cobrands/harrogate/HBCLogo-mobile.png") 0 0 no-repeat;
    width: 106px;
    height: 37px;
}

#report-cta {
    border-color: #ddd;
    color: #000;

    &:hover, &:focus {
      background-color: #eee;
    }
}

.nav-menu--main {
    // blue button background, darker if selected
    a {
        background: #ededed;
    }
    span {
        color: #fff;
        background: $primary;
    }
}

label[for=form_INFO_TEXT] {
    background: yellow;
    border: solid 1px black;
    padding: 1em;
}

#site-header {
    background: none;
}


#council_responsibilities_note {
    background-color: lighten($primary, 30%);
    padding: 0.5em;
    font-size: 0.8em;
}

.nycc-notice {
    border: solid 1px black;
    background: #00539F;
    color: white;
    padding: 0.5em;
    margin-top: 1em;
    a {
        color: white;
        text-decoration: underline;
    }
}