-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
163 lines (158 loc) · 3.25 KB
/
styles.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
@charset "UTF-8";
@font-face {
font-family: "edd-icons";
src:url("fonts/edd-icons.eot");
src:url("fonts/edd-icons.eot?#iefix") format("embedded-opentype"),
url("fonts/edd-icons.woff") format("woff"),
url("fonts/edd-icons.ttf") format("truetype"),
url("fonts/edd-icons.svg#edd-icons") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "edd-icons" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="edd-icons-"]:before,
[class*=" edd-icons-"]:before {
font-family: "edd-icons" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.edd-icons-padlock:before {
content: "a";
}
.edd-icons-padlock-1:before {
content: "b";
}
.edd-icons-edd-icons:before {
content: "c";
}
.edd-icons-edd-icons-1:before {
content: "d";
}
.edd-icons-edd-icons-2:before {
content: "e";
}
.edd-icons-edd-icons-3:before {
content: "f";
}
.edd-icons-payment-webfont:before {
content: "g";
}
.edd-icons-payment-webfont-1:before {
content: "h";
}
.edd-icons-payment-webfont-2:before {
content: "i";
}
.edd-icons-payment-webfont-3:before {
content: "j";
}
.edd-icons-payment-webfont-4:before {
content: "k";
}
.edd-icons-payment-webfont-5:before {
content: "l";
}
.edd-icons-payment-webfont-6:before {
content: "m";
}
.edd-icons-payment-webfont-7:before {
content: "n";
}
.edd-icons-payment-webfont-8:before {
content: "o";
}
.edd-icons-payment-webfont-9:before {
content: "p";
}
.edd-icons-payment-webfont-10:before {
content: "q";
}
.edd-icons-payment-webfont-11:before {
content: "r";
}
.edd-icons-payment-webfont-12:before {
content: "s";
}
.edd-icons-payment-webfont-13:before {
content: "t";
}
.edd-icons-payment-webfont-14:before {
content: "u";
}
.edd-icons-payment-webfont-15:before {
content: "v";
}
.edd-icons-payment-webfont-16:before {
content: "w";
}
.edd-icons-payment-webfont-17:before {
content: "x";
}
.edd-icons-payment-webfont-18:before {
content: "y";
}
.edd-icons-payment-webfont-19:before {
content: "z";
}
.edd-icons-payment-webfont-20:before {
content: "A";
}
.edd-icons-payment-webfont-21:before {
content: "B";
}
.edd-icons-payment-webfont-22:before {
content: "C";
}
.edd-icons-payment-webfont-23:before {
content: "D";
}
.edd-icons-payment-webfont-24:before {
content: "E";
}
.edd-icons-payment-webfont-25:before {
content: "F";
}
.edd-icons-payment-webfont-26:before {
content: "G";
}
.edd-icons-payment-webfont-27:before {
content: "H";
}
.edd-icons-payment-webfont-28:before {
content: "I";
}
.edd-icons-payment-webfont-29:before {
content: "J";
}
.edd-icons-payment-webfont-30:before {
content: "K";
}
.edd-icons-payment-webfont-31:before {
content: "L";
}
.edd-icons-payment-webfont-32:before {
content: "M";
}
.edd-icons-payment-webfont-33:before {
content: "N";
}
.edd-icons-edd-icons-4:before {
content: "O";
}