-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
53 lines (45 loc) · 885 Bytes
/
styles.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
body {
margin: 0;
padding: 0;
}
#graduatedCircleMap {
width: 100%;
height: 600px;
margin: 1em auto;
}
#choroplethMap {
width: 100%;
height: 600px;
margin: 1em auto;
}
.mapboxgl-popup-content h4 {
font-weight: 300;
font-size: 0.9em;
border-width: 0px 0px 0.5px 0px;
border-style: solid;
border-color: rgb(80, 80, 80);
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.mapboxgl-popup-content h2 {
font-weight: 500;
margin-top: 0.5em;
margin-bottom: 0.3em;
}
.mapboxgl-popup-content p {
font-weight: 300;
margin-top: 0.3em;
margin-bottom: 0em;
}
.robotoMono {
font-family: 'Roboto Mono', monospace;
font-weight: 300;
}
.robotoCondensed {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
}
.robotoCondensedBold {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
}