-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarker_list.css
More file actions
89 lines (81 loc) · 1.64 KB
/
Copy pathmarker_list.css
File metadata and controls
89 lines (81 loc) · 1.64 KB
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
.marker-list-box {
position: fixed;
top: 10px;
left: 0;
background-color: transparent;
z-index: 1000;
font-family: 'Montserrat', sans-serif;
transition: width 500ms;
}
.marker-list-header-box {
height: 40px;
width: 96%;
padding-left: 2%;
padding-right: 2%;
background-color: rgba(0, 0, 0, 0.5);
color: white;
font-size: 12px;
font-weight: bold;
line-height: 40px;
}
.siny-logo {
position: absolute;
right: 5px;
top: 5px;
bottom: 5px;
width: 30px;
border-radius: 20px;
}
.marker-list-description-box {
width: 100%;
width: 96%;
padding-left: 2%;
padding-right: 2%;
padding-top: 15px;
padding-bottom: 15px;
background-color: #f9f9f9;
font-size: 10px;
color: #999999;
}
.marker-list-list-box {
height: 250px;
width: 100%;
background-color: white;
overflow: auto;
}
.marker-list-item {
height: 40px;
width: 89%;
padding-left: 6%;
padding-right: 2%;
margin-right: 3%;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
color: #999999;
font-size: 14px;
cursor: pointer;
}
.marker-list-item > .fa.fa-map-marker {
font-size: 14px;
line-height: 40px;
margin-right: 10px;
color: #999999;
}
.marker-count {
position: absolute;
top: 0;
right: -70px;
width: 70px;
height: 40px;
background-color: #40d5ef;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
color: white;
font-size: 14px;
cursor: pointer;
}
.marker-count > .fa.fa-map-marker {
line-height: 40px;
margin-left: 10px;
margin-right: 10px;
}