summaryrefslogtreecommitdiff
path: root/media/sass/_maps.sass
blob: 76ffb54ed9dc17be9dea988aaa72dc5d9a1236d9 (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
43
44
45
46
47
48
49
50
51
52
53
//Map Page

.map-legend
  width: $col3
  margin-top: 24px
  float: left
  h4
    +small-serif
    font-size: 14px
    margin: 8px 0
  li
    font-size: 13px
    margin: 0
    line-height: 20px

.clearfix
  clear: both

#map-canvas
  float: right
  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

.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: #888888
    text-align: center
    text-transform: uppercase
    display: block
    text-align: left
    margin: 6px 0 0
    font-size: 1.2em