-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
67 lines (57 loc) · 990 Bytes
/
index.css
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.map-overlay {
position: absolute;
bottom: 0;
right: 0;
margin-right: 10px;
overflow: auto;
font-family: "Open Sans", sans-serif;
font-size: 13px;
color: #404040;
}
#legend {
padding: 10px;
margin-bottom: 1em;
width: 120px;
}
.sublegend {
margin-top: 10px;
}
.legend-key {
display: inline-block;
border-radius: 20%;
width: 10px;
height: 10px;
margin-right: 5px;
}
#menu {
padding: 10px;
top: 0px;
right: 0px;
width: 120px;
}
#menu a {
display: block;
padding: 10px;
text-decoration: none;
text-align: center;
margin-bottom: 3px;
border-radius: 3px;
color: #404040;
}
#menu a:hover {
background-color: #f8f8f8;
color: #404040;
}
#menu a.active {
background-color: #3887be;
color: #ffffff;
}
#menu a.active:hover {
background: #3074a4;
}
.projection-toggle {
margin-bottom: 10px !important;
}
.mapboxgl-ctrl-logo {
display: none !important;
}