-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
77 lines (73 loc) · 1.58 KB
/
style.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
71
72
73
74
75
76
77
@font-face {
font-family: 'orangeclock-icons';
src: url('fonts/orangeclock-icons.eot?7ouw47');
src: url('fonts/orangeclock-icons.eot?7ouw47#iefix') format('embedded-opentype'),
url('fonts/orangeclock-icons.ttf?7ouw47') format('truetype'),
url('fonts/orangeclock-icons.woff?7ouw47') format('woff'),
url('fonts/orangeclock-icons.svg?7ouw47#orangeclock-icons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'orangeclock-icons' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-block:before {
font-size: 2.5vw;
content: "\41";
}
.icon-euro:before {
content: "\42";
}
.icon-fees:before {
font-size: 2.5vw;
content: "\43";
}
.icon-globe:before {
content: "\44";
font-size: 8vw;
}
.icon-hourglass:before {
content: "\45";
}
.icon-lightning:before {
content: "\46";
}
.icon-loading:before {
content: "\47";
}
.icon-sats:before {
font-size: 7vw;
content: "\48";
}
.icon-sat-usd:before {
content: "\49";
}
.icon-settings:before {
content: "\4a";
}
.icon-usd:before {
content: "\4b";
}
.icon-wifi:before {
content: "\4c";
}
.icon-messaging-error:before {
content: "\4d";
}
.icon-messaging-success:before {
content: "\4e";
}
.icon-messaging-warning:before {
content: "\4f";
}