diff options
Diffstat (limited to 'media/sass')
-rw-r--r-- | media/sass/base.sass | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/media/sass/base.sass b/media/sass/base.sass index 26b2e71..7397a05 100644 --- a/media/sass/base.sass +++ b/media/sass/base.sass @@ -202,7 +202,33 @@ article object, article embed border: 10px $brown solid width: 95% height: 300px +.map-legend + h4 + font-size: 1em + font-weight: bold + margin: 1em 0 .25em + li:after + content: "," +.button + display: block + font-family: Helvetica, Verdana, sans-serif !important + margin: 10px 10px 0 0 + width: auto + font-size: 10px + a + padding: 9px 14px 7px 14px + font-weight: bold + line-height: 25px + text-transform: uppercase + background: #d7d7d7 + color: #666666 + -moz-border-radius: 25px + -webkit-border-radius: 25px + border-radius: 25px + a:hover + background: $orange + color: white footer margin-top: 2em footer[role="contentinfo"] @@ -331,6 +357,8 @@ footer[role="contentinfo"] display: block font-size: .875em margin: 3px 0 + li:after + content: "" //projects page #projects-page .col |