-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
63 lines (56 loc) · 885 Bytes
/
style.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
*{
margin: 0;
padding: 0;
}
.dropdown-toggle::after{
float: inline-end;
margin-top:10px;
}
/* .zoomto-empireState {
z-index: 1;
position: fixed;
top: 5px;
left: 5px;
}
#toggle-empireState {
z-index: 1;
position: fixed;
top: 40px;
left: 5px;
}
#zoomto-shanghaiTower {
z-index: 1;
position: fixed;
top: 80px;
left: 5px;
}
#toggle-shanghaiTower {
z-index: 1;
position: fixed;
top: 120px;
left: 5px;
}
#zoomto-burjKhalifa {
z-index: 1;
position: fixed;
top: 160px;
left: 5px;
}
#toggle-burjKhalifa {
z-index: 1;
position: fixed;
top: 200px;
left: 5px;
}
#zoomto-merdeka_118 {
z-index: 1;
position: fixed;
top: 240px;
left: 5px;
}
#toggle-merdeka_118 {
z-index: 1;
position: fixed;
top: 280px;
left: 5px;
} */