blob: af59a47ca880583e43d8c9dc1f60a6107375146f (
plain)
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
|
.ReactTable .rt-th{
background-color: #ffffff;
}
.ReactTable .-pagination{
background-color: #ffffff;
}
.ReactTable .rt-tr-group:nth-child(2n) {
background-color: #ffffff;
}
.bgc-clear{
background-color: #ffffff;
}
.anonymous {
color: #e8e8e8;
}
.anonymous :hover {
color: lightgrey;
}
.improved {
color: #7cb305;
}
.quo {
color: #40a9ff;
}
.regressive {
color: #fa541c;
}
.mini-label {
font-weight: 100!important;
font-size: 0.1em!important;
min-width: 1.3em!important;
min-height: 0.1em!important;
padding: .2em!important;
line-height: 0.5em!important;
}
.link-div{
display: flex;
flex-direction: column;
}
|