aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/vendor/map_layers.sass
blob: 76428c55db90b63a625a979c9e8d498286a53ced (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
p.after_map
  clear: both

#map
  position: relative
  float: right
  width: 400px
  height: 400px
  border: 1px solid gray
  margin-bottom: 20px !important

.ce-MapExpandBlock
  position: absolute
  top: -22px
  background-color: $brand-primary
  border: none
  height: 21px
  right: -1px
  color: white
  padding: 2px 6px !important

#map.ce-MapBlock-fullWidth
  width: 100% !important
  display: block
  float: inherit

#ce-SidebarNavBlock
  position: absolute
  top: 0
  right: 15px
  font-size: 20px
  height: 35px
  line-height: 35px
  padding: 0 10px
  border: none
  color: #fff
  background-color: $brand-primary