diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/makemyisland/base.scss | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/web/cobrands/makemyisland/base.scss b/web/cobrands/makemyisland/base.scss index 7e136bf52..7cf028ceb 100644 --- a/web/cobrands/makemyisland/base.scss +++ b/web/cobrands/makemyisland/base.scss @@ -20,3 +20,20 @@ body.mappage #site-header, @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; + } + } +} |