-
Notifications
You must be signed in to change notification settings - Fork 0
/
estilos.css
47 lines (47 loc) · 877 Bytes
/
estilos.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
#map {
min-height: 100vh;
}
.search-tip a {
padding: 0.5em;
}
.search-tip button {
color: #fff;
margin-right: 5px;
padding: 2px;
width: 3em;
border: none;
}
.here.search-tip b,
.here.leaflet-marker-icon {
background: rgb(3, 179, 170);
color: #fff;
font-size: 16px;
line-height: 16px;
text-align: center;
vertical-align: middle;
box-shadow: 2px 1px 4px rgba(0,0,0,0.3);
border-radius: 8px;
border:1px solid #fff;
}
.CDIN.search-tip button {
background: #f66;
}
.CDI.search-tip button {
background: rgb(49, 117, 218);
}
.CDR.search-tip button {
background: rgb(23, 132, 146);
}
.CIC.search-tip button {
background: rgb(179, 44, 44);
}
.search-tip {
white-space: nowrap;
}
.todosdiv {
padding: 4px 4px 4px 4px;
color: #333;
background: #ffffff;
width: 90%;
border: 2px solid rgba(200, 200, 200, 1);
}