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

@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
}