aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/hounslow/layout.scss
blob: 6917305de00c06ecd598ad7aa6af09056bcc5a76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import "_colours";

@import "../sass/layout";

body.twothirdswidthpage .content .sticky-sidebar aside {
    top: 10em;
}

#site-logo {
    width: 231px;
    height: 102px;
    padding: 1em 0;
    background-size: 231px 102px;
}

// Stop visited nav links being purple when hovering over them
.nav-menu--main {
    a:hover {
      color: $primary_text;
    }
}