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

@import "../sass/base";

#site-header {
  background: #fff;
}

#site-logo {
    display: block;
    width: 175px;
    height: 40px;
    top: 0.4em;
    background: url("/cobrands/trinidadtobago/images/sprite.png") -3px -3px no-repeat;
    text-indent: -999999px;
    position: absolute;
    z-index: 2
}