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


body.frontpage #site-header {
  height: 10em;
}


body.frontpage #site-logo {
    background: url("/cobrands/rutland/RCCLogo.gif");
    background-size: contain;
    height: 100px;
    width: 220px;
}


a.platform-logo {
    background-image: url(/cobrands/fixmystreet/images/fms-platform-logo-dark.svg);
}