equal
deleted
inserted
replaced
|
1 .notice-location-component { |
|
2 |
|
3 .notice-location-meta { |
|
4 float: left; |
|
5 width: 60%; |
|
6 } |
|
7 |
|
8 .notice-location-map { |
|
9 float: right; |
|
10 width: 40%; |
|
11 } |
|
12 .leaflet-container { |
|
13 position: relative; |
|
14 height: 150px; |
|
15 } |
|
16 |
|
17 .leaflet-control-zoom-out { |
|
18 font-size: 12px; |
|
19 } |
|
20 |
|
21 .leaflet-control-zoom-in { |
|
22 font-size: 12px; |
|
23 } |
|
24 |
|
25 .leaflet-bar a, .leaflet-bar a:hover { |
|
26 line-height: 16px; |
|
27 height: 16px; |
|
28 width: 16px; |
|
29 } |
|
30 |
|
31 .notice-location-map-coordinates, |
|
32 .notice-location-map-mention { |
|
33 font-size: 10px; |
|
34 } |
|
35 |
|
36 .notice-location-meta { |
|
37 overflow-wrap: break-word; |
|
38 } |
|
39 |
|
40 .notice-location-ext-link { |
|
41 color: $corpus-grey; |
|
42 text-decoration: none; |
|
43 } |
|
44 |
|
45 .notice-location-ext-link:after { |
|
46 content: "\f045"; |
|
47 font-family: FontAwesome; |
|
48 font-style: normal; |
|
49 font-weight: normal; |
|
50 text-decoration: inherit; |
|
51 |
|
52 color: $corpus-grey; |
|
53 padding-right: 0.5em; |
|
54 padding-left: 0.5em; |
|
55 text-decoration: none; |
|
56 } |
|
57 |
|
58 |
|
59 } |
|
60 |