-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcard.css
57 lines (50 loc) · 768 Bytes
/
card.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
.card {
width: 127.0mm;
width: 46%;
height: 76.2mm;
font-size: 5mm;
border: 1px solid black;
overflow: hidden;
position: relative;
padding: 2mm;
margin: 2mm;
display: inline-block;
page-break-inside: avoid;
}
h1 {
font-size: 130%;
}
span.issue-number {
position: absolute;
top: 1mm;
right: 2mm;
font-weight: bold;
}
span.comments {
position: absolute;
right: 2mm;
bottom: 2mm;
}
.comments img {
height: 1em;
}
span.person {
display: inline-block;
width: 1.5cm;
position: absolute;
bottom: 2mm;
left: 2mm;
font-size: 60%;
text-align: center;
}
span.person img {
width: 100%;
border-radius: 50%;
}
span.label {
padding: 2mm;
border-radius: 2mm;
margin-right: 1mm;
color: white;
font-size: 90%;
}