summaryrefslogtreecommitdiff
path: root/design/sass/v8/_map.scss
diff options
context:
space:
mode:
Diffstat (limited to 'design/sass/v8/_map.scss')
-rw-r--r--design/sass/v8/_map.scss73
1 files changed, 0 insertions, 73 deletions
diff --git a/design/sass/v8/_map.scss b/design/sass/v8/_map.scss
deleted file mode 100644
index f7d958b..0000000
--- a/design/sass/v8/_map.scss
+++ /dev/null
@@ -1,73 +0,0 @@
-.map--wrapper {
- @include constrain_wide;
- max-width: 99%;
- margin-top: 2em;
-}
-#map-canvas {
- height: 300px;
- img { max-width: 100%; padding: 0; margin: 0; background: none;}
- @include breakpoint(alpha) {
- height: 400px;
- }
- @include breakpoint(beta) {
- height: 500px;
- }
- @include breakpoint(gamma) {
- border: 10px $brown solid;
- width: 80%;
- float: right;
- }
- @include breakpoint(delta) {
- height: 600px;
- width: 84%;
- }
-}
-
-.map-legend {
- @include constrain_wide;
- text-align: left;
- &:after {
- content: " ";
- display: table;
- clear: both;
- }
- h4 {
- font-family: sans-serif;
- @include fontsize(14);
- @include smcaps;
- font-weight: bold;
- margin: 1em 0 0.25em;
- @include breakpoint(gamma) {
- @include fontsize(13);
- }
- }
- a { color: $body_font;}
- li {
- display: inline;
- &:after {
- content: ",";
- }
- @include breakpoint(gamma) {
- display: block;
- @include fontsize(13);
- &:after {
- content: "";
- }
- }
- }
-}
-
-.infowin {
- h4 {
- margin: 0 0 5px 0;
- font-weight: normal;
- }
- .date {
- text-transform: uppercase;
- font-size: 11px;
- letter-spacing: 1px;
- }
- p {
- font-size: 1em;
- }
-}