-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathleaflet-dataclassification.css
59 lines (59 loc) · 1.04 KB
/
leaflet-dataclassification.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
.info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.legend {
line-height: 18px;
color: #555;
}
.legendtitle {
display: flex;
font-weight: bold;
justify-content: center;
margin-bottom: 5px;
}
.legendDataRow {
display: flex;
flex-direction: row;
align-items: center;
margin-right: 4px;
}
.legendVarSizeDataRow {
flex-basis: 26px;
}
.legend i {
width: 18px;
height: 18px;
float: left;
margin-right: 8px;
}
.legend svg {
margin-left: 4px;
margin-right: 10px;
}
.legend .hatchPatch {
width: 36px;
height: 18px;
}
.legend .symbology {
display: flex;
flex-direction: column;
row-gap: 3px;
}
.legend .reverseOrder {
flex-direction: column-reverse;
}
.legendAscNodata {
order: -1
}
.legendfooter {
display: flex;
font-size: 12px;
font-style: italic;
justify-content: center;
margin-top: 5px;
}