diff options
Diffstat (limited to 'media/sass/_maps.sass')
-rw-r--r-- | media/sass/_maps.sass | 97 |
1 files changed, 46 insertions, 51 deletions
diff --git a/media/sass/_maps.sass b/media/sass/_maps.sass index cdb76b5..c1c4b57 100644 --- a/media/sass/_maps.sass +++ b/media/sass/_maps.sass @@ -1,58 +1,53 @@ -//Map Page +//Map Page .map-legend - width= !col3 - margin-top= 24px - float= left - - h4 - +small-serif - font-size: 1.4em - margin= 8px 0 - - li - font-size: 90% - margin= 0 - line-height= 20px + width: $col3 + margin-top: 24px + float: left + h4 + +small-serif + font-size: 1.4em + margin: 8px 0 + li + font-size: 90% + margin: 0 + line-height: 20px + .clearfix - clear= both + clear: both + #map-canvas - float= left - width= !col13 - height: 500px - border= !luxagraf_brown 10px solid - margin-left= !pad*2 - margin-top= 24px - + float: left + width: $col13 + height: 500px + border: $luxagraf_brown 10px solid + margin-left: $pad * 2 + margin-top: 24px + section#location #map-canvas - width= 295px - height: 350px - border= !luxagraf_brown 10px solid - margin: 10px 0 0 5px + width: 295px + height: 350px + border: $luxagraf_brown 10px solid + margin: 10px 0 0 5px - .infowin - line-height: 18px - margin-bottom: 16px - - - p - font-size: 1.4em - line-height: 1.4em - h4 - +sm-sans - font-size: 2.4em - margin: 6px 0 0 0 - - a - color: #b53a04 !important - border-bottom: 1px dotted #b53a04 - - .date - color: #888 - text-align: center - text-transform: uppercase - display: block - text-align: left - margin: 6px 0 0 - font-size: 1.2em + line-height: 18px + margin-bottom: 16px + p + font-size: 1.4em + line-height: 1.4em + h4 + +sm-sans + font-size: 2.4em + margin: 6px 0 0 0 + a + color: #b53a04 !important + border-bottom: 1px dotted #b53a04 + .date + color: #888888 + text-align: center + text-transform: uppercase + display: block + text-align: left + margin: 6px 0 0 + font-size: 1.2em |