-
Notifications
You must be signed in to change notification settings - Fork 0
/
explore.css
72 lines (63 loc) · 1.38 KB
/
explore.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
body {
background-repeat: no-repeat;
background-size: cover;
}
body {
padding: 0;
margin: 0;
}
html, body, #map {
height: 100%;
width: 100%;
}
.menu-container {
display: flex;
justify-content: space-between;
}
.menu-container.logo-container {
font-family: Jockey One;
font-size: 19.83px;
font-weight: 400;
line-height: 27.72px;
text-align: left;
}
#iframe-container {
height: 80vh;
width: 100%;
}
.leaflet-container {
filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%) !important;
}
/* .leaflet-layer,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-attribution {
filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%) !important;
} */
select {
height: 44px;
border-radius: 10px;
border: 0.2px;
max-width: 270px;
background: rgba(196, 190, 190, 0.62);
border: 0.2px solid;
border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, #FFFFFF 100%);
}
.filters {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.filter-button {
height: 44px;
min-width: 40px;
background: rgba(196, 190, 190, 0.65);
border-radius: 10px;
border: 0.2px;
border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, #FFFFFF 100%);
}
.filter-heat {
width: 396px;
height: 23px;
}