-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.css
More file actions
90 lines (79 loc) · 1.35 KB
/
Copy pathcontent.css
File metadata and controls
90 lines (79 loc) · 1.35 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.v2ex-dist-panel {
margin: 6px 0 14px;
padding: 12px 14px;
border: 1px solid #e5e7eb;
border-radius: 10px;
background: #e6f0ff;
font-size: 13px;
color: #1f2937;
text-align: left;
}
.v2ex-dist-title {
font-weight: 700;
margin-bottom: 6px;
line-height: 1.4;
}
.v2ex-dist-status {
color: #4b5563;
margin-bottom: 8px;
font-size: 12px;
line-height: 1.4;
}
.v2ex-dist-bar {
display: flex;
height: 14px;
border-radius: 999px;
overflow: hidden;
background: #e5e7eb;
margin-bottom: 10px;
}
.v2ex-dist-segment {
min-width: 2px;
}
.v2ex-dist-legend {
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 4px;
}
.v2ex-dist-legend li {
display: grid;
grid-template-columns: 10px minmax(0, 1fr);
align-items: start;
gap: 8px;
}
.v2ex-dist-item-main {
min-width: 0;
width: 100%;
display: inline-flex;
align-items: baseline;
gap: 6px;
flex-wrap: nowrap;
}
.v2ex-dist-dot {
width: 10px;
height: 10px;
border-radius: 999px;
flex-shrink: 0;
}
.v2ex-dist-label {
flex: 1;
min-width: 0;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: left;
}
.v2ex-dist-value {
color: #6b7280;
white-space: nowrap;
font-size: 12px;
font-variant-numeric: tabular-nums;
}
.v2ex-dist-summary {
margin: 10px 0 0;
color: #111827;
line-height: 1.5;
}