blob: 1e3aa63a269231bc6b6026ce4b7522b181168bdc (
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
49
|
.domain-measures-leak {
background-color: #fbf3d5;
border: 1px solid #eae3c7;
padding: 4px 6px;
}
.facet .domain-measures-leak {
padding: 4px 4px;
margin: -5px -5px;
}
.domain-measures-leak-header {
background-color: #fbf3d5;
border: 1px solid #eae3c7;
padding: 4px 10px;
white-space: nowrap;
}
.measure-details-header {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
.measure-details-metric {
display: flex;
align-items: center;
}
.measure-details-secondary {
display: inline-block;
width: 260px;
margin-left: 4px;
}
.measure-details-secondary .bar-chart {
margin-top: -10px;
}
.domain-measures-value .rating,
.measure-details-value .rating {
width: 18px;
height: 18px;
line-height: 18px;
margin-top: -2px;
margin-bottom: -2px;
font-size: 12px;
}
|