-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
61 lines (53 loc) · 889 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
54
55
56
57
58
59
60
61
.progress-bar.wheelchair-yes{
background-color: #8db745;
}
.progress-bar.wheelchair-limited{
background-color: #ef9333;
}
.progress-bar.wheelchair-no{
background-color: #c6322a;
}
.progress-bar.wheelchair-unknown{
background-color: #a9a9a9;
}
.wheelchair-yes{
color: #8db745;
}
.wheelchair-limited{
color: #ef9333;
}
.wheelchair-no{
color: #c6322a;
}
.wheelchair-unknown{
color: #a9a9a9;
}
.progress-bar{
height: 3rem;
line-height: 3rem;
font-size: 1rem;
color: white;
font-weight: 800;
}
.progress-category .progress-bar{
height: 1.5rem;
line-height: 1.5rem;
font-size: 1rem;
}
.progress-category{
margin-bottom: 2px;
}
iframe.wheelmap-embed{
width: 100%;
height: 400px;
margin-top: 10px;
}
body{
background-color: #f0f0f0;
}
.container{
background-color: white;
}
h3{
margin-top: 20px;
}