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
| .dc-distance-legend .label {
| color: #000 !important;
| }
|
| .dc-distance-legend .scale-bar {
| border-color: #000 !important;
| }
|
| .dc-location-bar {
| left: 50% !important;
| bottom: 10px !important;
| transform: translate(-50%, 0);
| background-color: rgba(16, 29, 74, 0.9) !important;
| }
|
| .dc-zoom-controller {
| top: auto !important;
| bottom: 56px !important;
| left: 420px !important;
| width: 36px !important;
| height: auto !important;
| border-radius: 5px !important;
| background: #fff !important;
| z-index: 101 !important;
| background-color: rgba(16, 29, 74, 0.9) !important;
| }
|
| .dc-zoom-controller > div {
| display: flex;
| align-items: center;
| justify-content: center;
| width: 36px !important;
| height: 36px !important;
| }
|
| .dc-zoom-controller > div svg {
| width: 20px !important;
| height: 20px !important;
| fill: #fff !important;
| }
|
| .screen-full-btn {
| display: flex;
| align-items: center;
| justify-content: center;
| position: absolute;
| left: 420px;
| bottom: 10px;
| width: 36px;
| height: 36px;
| font-size: 20px;
| color: #fff;
| background: #fff;
| border-radius: 5px;
| z-index: 99;
| background-color: rgba(16, 29, 74, 0.9) !important;
| }
|
|