-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwidget.css
62 lines (53 loc) · 1.21 KB
/
widget.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
.container {
font-weight: 200;
color: white;
}
.container .text-wrapper {
position: relative;
display: inline-block;
padding-top: 0.1em;
padding-right: 0.05em;
padding-bottom: 0.15em;
}
.container .line {
opacity: 0;
position: absolute;
left: 0;
height: 2px;
width: 100%;
background-color: white;
transform-origin: 100% 100%;
bottom: 0;
}
.container .char {
display: inline-block;
/*line-height: 1em;*/
}
span .text{
color: white;
font-size: 40px;
vertical-align: middle;
}
@font-face {
font-family: 'swdoctor-twitch-icons-webfont';
src: url('https://static1.squarespace.com/static/59626b932cba5ea9874ee38d/t/5cca210ee2c4831672765349/1556750606848/swdoctor-twitch-icons-webfont.woff') format('woff');
/*font-style: normal;*/
font-weight: normal;
}
.icons {
font-family: 'swdoctor-twitch-icons-webfont', 'Courier New', sans-serif;
font-size: 40px;
position: relative;
top: 10px;
color: white;
}
.icons-A {
left: -3px;
}
.img-icon {
position: relative;
top: 10px;
filter: invert(48%) sepia(96%) saturate(1464%) hue-rotate(158deg) brightness(90%) contrast(103%);
width: 40px;
height: 40px;
}