-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
executable file
·70 lines (57 loc) · 1011 Bytes
/
main.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
62
63
64
65
66
67
68
69
70
.ext-counts {
margin: 5px 0;
}
.js-issue-row .ext-counts {
display: inline-block;
margin: 0;
}
.js-issue-row .ext-counts .badge {
padding: 3px 6px;
}
.badge {
display: inline-block;
margin-right: 2px;
padding: 4px 8px;
color: white;
font-size: 12px;
font-weight: bold;
border-radius: 5px;
}
.badge-estimated {
background-color: rgba(36, 41, 46, .9);
}
.badge-consumed {
background-color: rgba(36, 41, 46, .4);
}
.color-estimated {
color: rgba(36, 41, 46, .9);
}
.color-consumed {
color: rgba(36, 41, 46, .4);
}
.ext-total {
margin-left: 6px;
font-size: 14px;
font-weight: bold;
color: rgb(36, 41, 46);
}
.ext-total .consumed {
font-size: 13px;
}
.ext-project-total {
display: flex;
flex: 1;
justify-content: flex-end;
align-items: center;
}
.ext-project-total > span:first-child {
margin-right: 10px;
}
.ext-project-total .point {
font-size: 18px;
font-weight: bold;
}
.ext-download {
margin-left: 10px;
text-decoration: none !important;
}