-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
47 lines (38 loc) · 707 Bytes
/
Copy pathmain.css
File metadata and controls
47 lines (38 loc) · 707 Bytes
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
.risk-3 {
background-color: red !important;
color: #FFF !important;
}
.risk-2 {
background-color: orange !important;
color: #FFF !important;
}
.risk-1 {
background-color: yellow !important;
color: #000 !important;
}
.risk-0 {
background-color: blue !important;
color: #FFF !important;
}
.hidden_class{
display: none;
}
header { position: relative; padding: 1em 0; }
.styled_canvas{
border:1px solid #dee2e6;
border-radius: 5px;
}
.piChartWrapper {
display: block;
height: 400;
margin: 0 auto;
box-shadow: 0 1px 4px rgba(0,0,0,.16);
padding: 1em;
}
.horizontalBarChartWrapper {
display: block;
height: 400;
margin: 0 auto;
box-shadow: 0 1px 4px rgba(0,0,0,.16);
padding: 1em;
}