forked from alexewerlof/badge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoverlay.css
More file actions
46 lines (43 loc) · 975 Bytes
/
overlay.css
File metadata and controls
46 lines (43 loc) · 975 Bytes
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
#text-circle-path {
fill: none;
fill-rule: evenodd;
stroke: none;
stroke-width: 0.283712;
stroke-linejoin: round;
paint-order: stroke fill markers;
}
#overlay-text-path {
font-style: normal;
font-variant: normal;
font-weight: normal;
font-stretch: normal;
font-size: 15.875px;
font-family: inherit;
fill-opacity: 1;
stroke: none;
stroke-width: 0.264583;
}
#overlay-text-bg {
fill: url(#linearGradient5958);
fill-opacity: 1;
fill-rule: evenodd;
stroke: none;
stroke-width: 0.264583;
stroke-linejoin: round;
paint-order: stroke fill markers;
}
#overlay-text {
font-size: 15.875px;
font-family: 'Arial';
text-align: end;
letter-spacing: 1.50548px;
direction: ltr;
text-anchor: end;
fill-opacity: 1;
fill-rule: evenodd;
stroke: none;
stroke-width: 0.264583;
stroke-linejoin: round;
stroke-opacity: 1;
paint-order: stroke fill markers;
}