-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmain.css
65 lines (54 loc) · 1.24 KB
/
main.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
body {
margin: 0;
padding: 0;
}
.hidden {
display: none;
}
.lift {
z-index: 2;
box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}
.no-padding {
padding: 0 !important;
}
@media screen and (max-width: 390px){
.table th, .table td {
padding: 0.20rem !important;
}
}
@media screen and (max-width: 1200px) {
.mapboxgl-ctrl-geocoder {
width: 100% !important;
font-size: 15px !important;
line-height: 20px !important;
max-width: inherit !important;
}
.mapboxgl-ctrl-geocoder--icon-search {
left: 7px !important;
width: 20px !important;
height: 20px !important;
}
.mapboxgl-ctrl-geocoder--icon {
top: 8px !important;
}
.mapboxgl-ctrl-geocoder--input {
height: 36px !important;
padding: 6px 35px !important;
}
.mapboxgl-ctrl-geocoder .suggestions {
font-size: 13px !important;
}
.mapboxgl-ctrl-geocoder--icon-close {
width: 16px !important;
height: 16px !important;
margin-top: 3px !important;
margin-right: 0 !important;
}
}
@media screen and (min-width: 1200px) {
.mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
margin: auto;
margin-right: 0;
}
}