-
Notifications
You must be signed in to change notification settings - Fork 17
/
index.css
107 lines (95 loc) · 1.58 KB
/
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.header {
position: absolute;
top: 0;
left: 0;
text-align: left;
z-index: 6;
margin: 20px;
width: 30%;
}
.header h3 {
font-size: 18px;
line-height: 20px;
}
#map {
position: absolute;
height: 100vh;
width: 100vw;
}
#geocoder-container {
position: absolute;
top: 0;
width: 60%;
margin-top: 10px;
margin-left: 40%;
}
#geocoder-container > div {
min-width:50%;
margin-left:%;
}
#sidebar{
background:rgba(40, 53, 61, 0.23);
}
.toggles {
width: 320px;
}
.info {
width: 320px;
color: white;
}
.fill-darkblue-opaque {
background-color: rgba(34, 59, 83, 0.4);
}
.button.stroke:hover {
background-color: #3887be !important;
color: rgb(255, 255, 255) !important;
}
.button.stroke {
box-shadow: 0px 0px 0px 2px #223b53 inset !important;
color: white;
}
.micro{
font-weight: bold;
}
/*Count of overlay features*/
#feature-stats{
position: absolute;
bottom: 10px;
right: 10px;
}
#feature-stats ul{
text-align: right;
}
#feature-stats [data-count-feature]{
font-weight: bold;
}
#logout {
display: none;
position: absolute;
width: 60px;
margin-top: 20px;
right: 80px;
}
#user {
position: absolute;
display:none;
font:normal 15px/20px 'Helvetica Neue', sans-serif;
text-align:center;
margin-top: 25px;
right: 150px;
color: white;
}
#restrictionValidator {
display:none;
position: absolute;
width: 140px;
bottom: 110px;
right: 10px;
}
/*Mapbox geocoder control style override to fix issue with nav control*/
.mapboxgl-ctrl-geocoder {
width: 100%;
}
#geocoder-container{
width:30%;
}