aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/makemyisland/base.scss
blob: 234a9783f1ffe711c0aa5b5f29701c323d5372e8 (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
@import "../sass/h5bp";
@import "./_colours";
@import "../sass/mixins";
@import "compass";

@import "../sass/base";

#site-logo {
    background: url(/cobrands/makemyisland/make-my-island-logo.gif) 0px 0px no-repeat;
    background-size: contain;
    background-color: $blue;
}

#united-nations-dp-logo {
  display: none;
}

#site-header,
body.frontpage #site-header,
body.mappage #site-header,
{
    min-height: 3em;
    @include background(none);
    background-color: $blue;
}
 
div#location-buttons {
  margin: 1.333em auto;
  .island-button {
    margin:0 auto 1.5em auto;
  }
  a.front-page-button {
    // @include button-reset(#FFD000, #cc9000, #aa7000, #300, #FFD000, #cc9000, #aa7000, #300);
    @include button-reset($blue, darken($blue, 10%), darken($blue, 30%), white, $blue, darken($blue, 20%), darken($blue, 30%), white);
    #front-main & {
      text-decoration: none;
    }
    &:visited, &:hover {
      color:white;
    }
  }  
}