@unlk/keymaster 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/dist/css/keymaster.css +24322 -26438
- package/dist/css/keymaster.css.map +1 -1
- package/dist/css/keymaster.min.css +69 -29
- package/dist/css/keymaster.min.css.map +1 -1
- package/dist/js/keymaster.js +1 -1
- package/dist/js/keymaster.min.js +1 -1
- package/fonts/fa-brands-400.woff2 +0 -0
- package/fonts/fa-duotone-900.woff2 +0 -0
- package/fonts/fa-duotone-light-300.woff2 +0 -0
- package/fonts/fa-duotone-regular-400.woff2 +0 -0
- package/fonts/fa-duotone-thin-100.woff2 +0 -0
- package/fonts/fa-light-300.woff2 +0 -0
- package/fonts/fa-regular-400.woff2 +0 -0
- package/fonts/fa-sharp-duotone-light-300.woff2 +0 -0
- package/fonts/fa-sharp-duotone-regular-400.woff2 +0 -0
- package/fonts/fa-sharp-duotone-solid-900.woff2 +0 -0
- package/fonts/fa-sharp-duotone-thin-100.woff2 +0 -0
- package/fonts/fa-sharp-light-300.woff2 +0 -0
- package/fonts/fa-sharp-regular-400.woff2 +0 -0
- package/fonts/fa-sharp-solid-900.woff2 +0 -0
- package/fonts/fa-sharp-thin-100.woff2 +0 -0
- package/fonts/fa-solid-900.woff2 +0 -0
- package/fonts/fa-thin-100.woff2 +0 -0
- package/fonts/fa-v4compatibility.woff2 +0 -0
- package/package.json +2 -2
- package/scss/_fontawesome.scss +21 -0
- package/scss/assets/fontawesome/_animated.scss +86 -88
- package/scss/assets/fontawesome/_bordered.scss +24 -0
- package/scss/assets/fontawesome/_core.scss +119 -130
- package/scss/assets/fontawesome/_fa.scss +3 -0
- package/scss/assets/fontawesome/_functions.scss +3 -52
- package/scss/assets/fontawesome/_icons.scss +7 -5
- package/scss/assets/fontawesome/_list.scss +7 -6
- package/scss/assets/fontawesome/_mixins.scss +14 -75
- package/scss/assets/fontawesome/_pulled.scss +15 -0
- package/scss/assets/fontawesome/_rotated-flipped.scss +10 -9
- package/scss/assets/fontawesome/_shims.scss +1557 -942
- package/scss/assets/fontawesome/_sizing.scss +6 -4
- package/scss/assets/fontawesome/_stacked.scss +11 -10
- package/scss/assets/fontawesome/_variables.scss +10495 -9713
- package/scss/assets/fontawesome/_widths.scss +12 -0
- package/scss/assets/fontawesome/brands.scss +29 -14
- package/scss/assets/fontawesome/duotone-light.scss +66 -39
- package/scss/assets/fontawesome/duotone-regular.scss +66 -39
- package/scss/assets/fontawesome/duotone-thin.scss +66 -39
- package/scss/assets/fontawesome/duotone.scss +56 -34
- package/scss/assets/fontawesome/fontawesome.scss +12 -15
- package/scss/assets/fontawesome/light.scss +37 -13
- package/scss/assets/fontawesome/regular.scss +37 -13
- package/scss/assets/fontawesome/sharp-duotone-light.scss +66 -39
- package/scss/assets/fontawesome/sharp-duotone-regular.scss +66 -39
- package/scss/assets/fontawesome/sharp-duotone-solid.scss +66 -47
- package/scss/assets/fontawesome/sharp-duotone-thin.scss +66 -39
- package/scss/assets/fontawesome/sharp-light.scss +37 -13
- package/scss/assets/fontawesome/sharp-regular.scss +37 -13
- package/scss/assets/fontawesome/sharp-solid.scss +37 -13
- package/scss/assets/fontawesome/sharp-thin.scss +37 -13
- package/scss/assets/fontawesome/solid.scss +37 -13
- package/scss/assets/fontawesome/thin.scss +37 -13
- package/scss/assets/fontawesome/v4-shims.scss +5 -5
- package/scss/keymaster.scss +1 -8
- package/scss/theme/_typography.scss +5 -5
- package/scss/theme/_variables-overrides.scss +1 -3
@@ -1,1578 +1,2193 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
@use "sass:string";
|
2
|
+
@use 'variables' as v;
|
3
|
+
|
4
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-glass {
|
5
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-martini-glass-empty }\"");
|
6
|
+
}
|
7
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-envelope-o {
|
8
|
+
font-family: 'Font Awesome 7 Pro';
|
4
9
|
font-weight: 400;
|
5
10
|
}
|
6
|
-
.#{
|
7
|
-
|
8
|
-
|
11
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-envelope-o {
|
12
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-envelope }\"");
|
13
|
+
}
|
14
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-star-o {
|
15
|
+
font-family: 'Font Awesome 7 Pro';
|
9
16
|
font-weight: 400;
|
10
17
|
}
|
11
|
-
.#{
|
12
|
-
|
13
|
-
|
14
|
-
.#{
|
15
|
-
|
16
|
-
|
18
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-star-o {
|
19
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-star }\"");
|
20
|
+
}
|
21
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-remove {
|
22
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-xmark }\"");
|
23
|
+
}
|
24
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-close {
|
25
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-xmark }\"");
|
26
|
+
}
|
27
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-gear {
|
28
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-gear }\"");
|
29
|
+
}
|
30
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-trash-o {
|
31
|
+
font-family: 'Font Awesome 7 Pro';
|
17
32
|
font-weight: 400;
|
18
33
|
}
|
19
|
-
.#{
|
20
|
-
|
21
|
-
|
22
|
-
|
34
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-trash-o {
|
35
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-trash-can }\"");
|
36
|
+
}
|
37
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-home {
|
38
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-house }\"");
|
39
|
+
}
|
40
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-o {
|
41
|
+
font-family: 'Font Awesome 7 Pro';
|
23
42
|
font-weight: 400;
|
24
43
|
}
|
25
|
-
.#{
|
26
|
-
|
27
|
-
|
44
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-o {
|
45
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-file }\"");
|
46
|
+
}
|
47
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-clock-o {
|
48
|
+
font-family: 'Font Awesome 7 Pro';
|
28
49
|
font-weight: 400;
|
29
50
|
}
|
30
|
-
.#{
|
31
|
-
|
32
|
-
|
51
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-clock-o {
|
52
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-clock }\"");
|
53
|
+
}
|
54
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-arrow-circle-o-down {
|
55
|
+
font-family: 'Font Awesome 7 Pro';
|
33
56
|
font-weight: 400;
|
34
57
|
}
|
35
|
-
.#{
|
36
|
-
|
37
|
-
|
58
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-arrow-circle-o-down {
|
59
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-circle-down }\"");
|
60
|
+
}
|
61
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-arrow-circle-o-up {
|
62
|
+
font-family: 'Font Awesome 7 Pro';
|
38
63
|
font-weight: 400;
|
39
64
|
}
|
40
|
-
.#{
|
41
|
-
|
42
|
-
|
65
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-arrow-circle-o-up {
|
66
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-circle-up }\"");
|
67
|
+
}
|
68
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-play-circle-o {
|
69
|
+
font-family: 'Font Awesome 7 Pro';
|
43
70
|
font-weight: 400;
|
44
71
|
}
|
45
|
-
.#{
|
46
|
-
|
47
|
-
|
48
|
-
.#{
|
49
|
-
|
50
|
-
|
72
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-play-circle-o {
|
73
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-circle-play }\"");
|
74
|
+
}
|
75
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-repeat {
|
76
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-arrow-rotate-right }\"");
|
77
|
+
}
|
78
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-rotate-right {
|
79
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-arrow-rotate-right }\"");
|
80
|
+
}
|
81
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-refresh {
|
82
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-arrows-rotate }\"");
|
83
|
+
}
|
84
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-list-alt {
|
85
|
+
font-family: 'Font Awesome 7 Pro';
|
51
86
|
font-weight: 400;
|
52
87
|
}
|
53
|
-
.#{
|
54
|
-
|
55
|
-
|
56
|
-
.#{
|
57
|
-
|
88
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-list-alt {
|
89
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-rectangle-list }\"");
|
90
|
+
}
|
91
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-dedent {
|
92
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-outdent }\"");
|
93
|
+
}
|
94
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-video-camera {
|
95
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-video }\"");
|
96
|
+
}
|
97
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-picture-o {
|
98
|
+
font-family: 'Font Awesome 7 Pro';
|
58
99
|
font-weight: 400;
|
59
100
|
}
|
60
|
-
.#{
|
61
|
-
|
62
|
-
|
101
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-picture-o {
|
102
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-image }\"");
|
103
|
+
}
|
104
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-photo {
|
105
|
+
font-family: 'Font Awesome 7 Pro';
|
63
106
|
font-weight: 400;
|
64
107
|
}
|
65
|
-
.#{
|
66
|
-
|
67
|
-
|
108
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-photo {
|
109
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-image }\"");
|
110
|
+
}
|
111
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-image {
|
112
|
+
font-family: 'Font Awesome 7 Pro';
|
68
113
|
font-weight: 400;
|
69
114
|
}
|
70
|
-
.#{
|
71
|
-
|
72
|
-
|
73
|
-
|
115
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-image {
|
116
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-image }\"");
|
117
|
+
}
|
118
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-map-marker {
|
119
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-location-dot }\"");
|
120
|
+
}
|
121
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-pencil-square-o {
|
122
|
+
font-family: 'Font Awesome 7 Pro';
|
74
123
|
font-weight: 400;
|
75
124
|
}
|
76
|
-
.#{
|
77
|
-
|
78
|
-
|
125
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-pencil-square-o {
|
126
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-pen-to-square }\"");
|
127
|
+
}
|
128
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-edit {
|
129
|
+
font-family: 'Font Awesome 7 Pro';
|
79
130
|
font-weight: 400;
|
80
131
|
}
|
81
|
-
.#{
|
82
|
-
|
83
|
-
|
84
|
-
|
132
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-edit {
|
133
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-pen-to-square }\"");
|
134
|
+
}
|
135
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-share-square-o {
|
136
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-share-from-square }\"");
|
137
|
+
}
|
138
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-check-square-o {
|
139
|
+
font-family: 'Font Awesome 7 Pro';
|
85
140
|
font-weight: 400;
|
86
141
|
}
|
87
|
-
.#{
|
88
|
-
|
89
|
-
|
90
|
-
|
142
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-check-square-o {
|
143
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-check }\"");
|
144
|
+
}
|
145
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-arrows {
|
146
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-up-down-left-right }\"");
|
147
|
+
}
|
148
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-times-circle-o {
|
149
|
+
font-family: 'Font Awesome 7 Pro';
|
91
150
|
font-weight: 400;
|
92
151
|
}
|
93
|
-
.#{
|
94
|
-
|
95
|
-
|
152
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-times-circle-o {
|
153
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-circle-xmark }\"");
|
154
|
+
}
|
155
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-check-circle-o {
|
156
|
+
font-family: 'Font Awesome 7 Pro';
|
96
157
|
font-weight: 400;
|
97
158
|
}
|
98
|
-
.#{
|
99
|
-
|
100
|
-
|
101
|
-
.#{
|
102
|
-
|
103
|
-
|
159
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-check-circle-o {
|
160
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-circle-check }\"");
|
161
|
+
}
|
162
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-mail-forward {
|
163
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-share }\"");
|
164
|
+
}
|
165
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-expand {
|
166
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-up-right-and-down-left-from-center }\"");
|
167
|
+
}
|
168
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-compress {
|
169
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-down-left-and-up-right-to-center }\"");
|
170
|
+
}
|
171
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-eye {
|
172
|
+
font-family: 'Font Awesome 7 Pro';
|
104
173
|
font-weight: 400;
|
105
174
|
}
|
106
|
-
.#{
|
107
|
-
font-family: 'Font Awesome
|
175
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-eye-slash {
|
176
|
+
font-family: 'Font Awesome 7 Pro';
|
108
177
|
font-weight: 400;
|
109
178
|
}
|
110
|
-
.#{
|
111
|
-
|
112
|
-
|
113
|
-
.#{
|
114
|
-
|
115
|
-
|
116
|
-
.#{
|
117
|
-
|
179
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-warning {
|
180
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-triangle-exclamation }\"");
|
181
|
+
}
|
182
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-calendar {
|
183
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-calendar-days }\"");
|
184
|
+
}
|
185
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-arrows-v {
|
186
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-up-down }\"");
|
187
|
+
}
|
188
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-arrows-h {
|
189
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-left-right }\"");
|
190
|
+
}
|
191
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bar-chart {
|
192
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-chart-column }\"");
|
193
|
+
}
|
194
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bar-chart-o {
|
195
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-chart-column }\"");
|
196
|
+
}
|
197
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-twitter-square {
|
198
|
+
font-family: 'Font Awesome 7 Brands';
|
118
199
|
font-weight: 400;
|
119
200
|
}
|
120
|
-
.#{
|
121
|
-
|
122
|
-
|
201
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-twitter-square {
|
202
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-twitter }\"");
|
203
|
+
}
|
204
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-facebook-square {
|
205
|
+
font-family: 'Font Awesome 7 Brands';
|
123
206
|
font-weight: 400;
|
124
207
|
}
|
125
|
-
.#{
|
126
|
-
|
127
|
-
|
128
|
-
|
208
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-facebook-square {
|
209
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-facebook }\"");
|
210
|
+
}
|
211
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-gears {
|
212
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-gears }\"");
|
213
|
+
}
|
214
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-thumbs-o-up {
|
215
|
+
font-family: 'Font Awesome 7 Pro';
|
129
216
|
font-weight: 400;
|
130
217
|
}
|
131
|
-
.#{
|
132
|
-
|
133
|
-
|
218
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-thumbs-o-up {
|
219
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-thumbs-up }\"");
|
220
|
+
}
|
221
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-thumbs-o-down {
|
222
|
+
font-family: 'Font Awesome 7 Pro';
|
134
223
|
font-weight: 400;
|
135
224
|
}
|
136
|
-
.#{
|
137
|
-
|
138
|
-
|
225
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-thumbs-o-down {
|
226
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-thumbs-down }\"");
|
227
|
+
}
|
228
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-heart-o {
|
229
|
+
font-family: 'Font Awesome 7 Pro';
|
139
230
|
font-weight: 400;
|
140
231
|
}
|
141
|
-
.#{
|
142
|
-
|
143
|
-
|
144
|
-
|
232
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-heart-o {
|
233
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-heart }\"");
|
234
|
+
}
|
235
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-sign-out {
|
236
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-right-from-bracket }\"");
|
237
|
+
}
|
238
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-linkedin-square {
|
239
|
+
font-family: 'Font Awesome 7 Brands';
|
145
240
|
font-weight: 400;
|
146
241
|
}
|
147
|
-
.#{
|
148
|
-
|
149
|
-
|
150
|
-
.#{
|
151
|
-
|
152
|
-
|
242
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-linkedin-square {
|
243
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-linkedin }\"");
|
244
|
+
}
|
245
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-thumb-tack {
|
246
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-thumbtack }\"");
|
247
|
+
}
|
248
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-external-link {
|
249
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-up-right-from-square }\"");
|
250
|
+
}
|
251
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-sign-in {
|
252
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-right-to-bracket }\"");
|
253
|
+
}
|
254
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-github-square {
|
255
|
+
font-family: 'Font Awesome 7 Brands';
|
153
256
|
font-weight: 400;
|
154
257
|
}
|
155
|
-
.#{
|
156
|
-
|
157
|
-
|
258
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-github-square {
|
259
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-github }\"");
|
260
|
+
}
|
261
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-lemon-o {
|
262
|
+
font-family: 'Font Awesome 7 Pro';
|
158
263
|
font-weight: 400;
|
159
264
|
}
|
160
|
-
.#{
|
161
|
-
|
162
|
-
|
265
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-lemon-o {
|
266
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-lemon }\"");
|
267
|
+
}
|
268
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-square-o {
|
269
|
+
font-family: 'Font Awesome 7 Pro';
|
163
270
|
font-weight: 400;
|
164
271
|
}
|
165
|
-
.#{
|
166
|
-
|
167
|
-
|
272
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-square-o {
|
273
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square }\"");
|
274
|
+
}
|
275
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bookmark-o {
|
276
|
+
font-family: 'Font Awesome 7 Pro';
|
168
277
|
font-weight: 400;
|
169
278
|
}
|
170
|
-
.#{
|
171
|
-
|
172
|
-
|
279
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bookmark-o {
|
280
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-bookmark }\"");
|
281
|
+
}
|
282
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-twitter {
|
283
|
+
font-family: 'Font Awesome 7 Brands';
|
173
284
|
font-weight: 400;
|
174
285
|
}
|
175
|
-
.#{
|
176
|
-
font-family: 'Font Awesome
|
286
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-facebook {
|
287
|
+
font-family: 'Font Awesome 7 Brands';
|
177
288
|
font-weight: 400;
|
178
289
|
}
|
179
|
-
.#{
|
180
|
-
|
181
|
-
|
290
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-facebook {
|
291
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-facebook-f }\"");
|
292
|
+
}
|
293
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-facebook-f {
|
294
|
+
font-family: 'Font Awesome 7 Brands';
|
182
295
|
font-weight: 400;
|
183
296
|
}
|
184
|
-
.#{
|
185
|
-
|
186
|
-
|
297
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-facebook-f {
|
298
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-facebook-f }\"");
|
299
|
+
}
|
300
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-github {
|
301
|
+
font-family: 'Font Awesome 7 Brands';
|
187
302
|
font-weight: 400;
|
188
303
|
}
|
189
|
-
.#{
|
190
|
-
font-family: 'Font Awesome
|
304
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-credit-card {
|
305
|
+
font-family: 'Font Awesome 7 Pro';
|
191
306
|
font-weight: 400;
|
192
307
|
}
|
193
|
-
.#{
|
194
|
-
|
195
|
-
|
308
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-feed {
|
309
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-rss }\"");
|
310
|
+
}
|
311
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hdd-o {
|
312
|
+
font-family: 'Font Awesome 7 Pro';
|
196
313
|
font-weight: 400;
|
197
314
|
}
|
198
|
-
.#{
|
199
|
-
|
200
|
-
|
315
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hdd-o {
|
316
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hard-drive }\"");
|
317
|
+
}
|
318
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-o-right {
|
319
|
+
font-family: 'Font Awesome 7 Pro';
|
201
320
|
font-weight: 400;
|
202
321
|
}
|
203
|
-
.#{
|
204
|
-
|
205
|
-
|
322
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-o-right {
|
323
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hand-point-right }\"");
|
324
|
+
}
|
325
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-o-left {
|
326
|
+
font-family: 'Font Awesome 7 Pro';
|
206
327
|
font-weight: 400;
|
207
328
|
}
|
208
|
-
.#{
|
209
|
-
|
210
|
-
|
329
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-o-left {
|
330
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hand-point-left }\"");
|
331
|
+
}
|
332
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-o-up {
|
333
|
+
font-family: 'Font Awesome 7 Pro';
|
211
334
|
font-weight: 400;
|
212
335
|
}
|
213
|
-
.#{
|
214
|
-
|
215
|
-
|
336
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-o-up {
|
337
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hand-point-up }\"");
|
338
|
+
}
|
339
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-o-down {
|
340
|
+
font-family: 'Font Awesome 7 Pro';
|
216
341
|
font-weight: 400;
|
217
342
|
}
|
218
|
-
.#{
|
219
|
-
|
220
|
-
|
221
|
-
.#{
|
222
|
-
|
223
|
-
|
224
|
-
.#{
|
225
|
-
|
226
|
-
|
343
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-o-down {
|
344
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hand-point-down }\"");
|
345
|
+
}
|
346
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-globe {
|
347
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-earth-americas }\"");
|
348
|
+
}
|
349
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-tasks {
|
350
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-bars-progress }\"");
|
351
|
+
}
|
352
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-arrows-alt {
|
353
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-maximize }\"");
|
354
|
+
}
|
355
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-group {
|
356
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-users }\"");
|
357
|
+
}
|
358
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-chain {
|
359
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-link }\"");
|
360
|
+
}
|
361
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-cut {
|
362
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-scissors }\"");
|
363
|
+
}
|
364
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-files-o {
|
365
|
+
font-family: 'Font Awesome 7 Pro';
|
227
366
|
font-weight: 400;
|
228
367
|
}
|
229
|
-
.#{
|
230
|
-
|
231
|
-
|
368
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-files-o {
|
369
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-copy }\"");
|
370
|
+
}
|
371
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-floppy-o {
|
372
|
+
font-family: 'Font Awesome 7 Pro';
|
232
373
|
font-weight: 400;
|
233
374
|
}
|
234
|
-
.#{
|
235
|
-
|
236
|
-
|
375
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-floppy-o {
|
376
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-floppy-disk }\"");
|
377
|
+
}
|
378
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-save {
|
379
|
+
font-family: 'Font Awesome 7 Pro';
|
237
380
|
font-weight: 400;
|
238
381
|
}
|
239
|
-
.#{
|
240
|
-
|
241
|
-
|
242
|
-
.#{
|
243
|
-
|
244
|
-
|
382
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-save {
|
383
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-floppy-disk }\"");
|
384
|
+
}
|
385
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-navicon {
|
386
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-bars }\"");
|
387
|
+
}
|
388
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-reorder {
|
389
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-bars }\"");
|
390
|
+
}
|
391
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-magic {
|
392
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-wand-magic-sparkles }\"");
|
393
|
+
}
|
394
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-pinterest {
|
395
|
+
font-family: 'Font Awesome 7 Brands';
|
245
396
|
font-weight: 400;
|
246
397
|
}
|
247
|
-
.#{
|
248
|
-
font-family: 'Font Awesome
|
398
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-pinterest-square {
|
399
|
+
font-family: 'Font Awesome 7 Brands';
|
249
400
|
font-weight: 400;
|
250
401
|
}
|
251
|
-
.#{
|
252
|
-
|
253
|
-
|
402
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-pinterest-square {
|
403
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-pinterest }\"");
|
404
|
+
}
|
405
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-google-plus-square {
|
406
|
+
font-family: 'Font Awesome 7 Brands';
|
254
407
|
font-weight: 400;
|
255
408
|
}
|
256
|
-
.#{
|
257
|
-
|
258
|
-
|
409
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-google-plus-square {
|
410
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-google-plus }\"");
|
411
|
+
}
|
412
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-google-plus {
|
413
|
+
font-family: 'Font Awesome 7 Brands';
|
259
414
|
font-weight: 400;
|
260
415
|
}
|
261
|
-
.#{
|
262
|
-
|
263
|
-
|
264
|
-
.#{
|
265
|
-
|
266
|
-
|
267
|
-
|
416
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-google-plus {
|
417
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-google-plus-g }\"");
|
418
|
+
}
|
419
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-money {
|
420
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-money-bill-1 }\"");
|
421
|
+
}
|
422
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-unsorted {
|
423
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-sort }\"");
|
424
|
+
}
|
425
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-sort-desc {
|
426
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-sort-down }\"");
|
427
|
+
}
|
428
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-sort-asc {
|
429
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-sort-up }\"");
|
430
|
+
}
|
431
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-linkedin {
|
432
|
+
font-family: 'Font Awesome 7 Brands';
|
268
433
|
font-weight: 400;
|
269
434
|
}
|
270
|
-
.#{
|
271
|
-
|
272
|
-
|
273
|
-
.#{
|
274
|
-
|
275
|
-
|
276
|
-
|
435
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-linkedin {
|
436
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-linkedin-in }\"");
|
437
|
+
}
|
438
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-rotate-left {
|
439
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-arrow-rotate-left }\"");
|
440
|
+
}
|
441
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-legal {
|
442
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-gavel }\"");
|
443
|
+
}
|
444
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-tachometer {
|
445
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-gauge-high }\"");
|
446
|
+
}
|
447
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-dashboard {
|
448
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-gauge-high }\"");
|
449
|
+
}
|
450
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-comment-o {
|
451
|
+
font-family: 'Font Awesome 7 Pro';
|
277
452
|
font-weight: 400;
|
278
453
|
}
|
279
|
-
.#{
|
280
|
-
|
281
|
-
|
454
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-comment-o {
|
455
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-comment }\"");
|
456
|
+
}
|
457
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-comments-o {
|
458
|
+
font-family: 'Font Awesome 7 Pro';
|
282
459
|
font-weight: 400;
|
283
460
|
}
|
284
|
-
.#{
|
285
|
-
|
286
|
-
|
287
|
-
.#{
|
288
|
-
|
461
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-comments-o {
|
462
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-comments }\"");
|
463
|
+
}
|
464
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-flash {
|
465
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-bolt }\"");
|
466
|
+
}
|
467
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-clipboard {
|
468
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-paste }\"");
|
469
|
+
}
|
470
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-lightbulb-o {
|
471
|
+
font-family: 'Font Awesome 7 Pro';
|
289
472
|
font-weight: 400;
|
290
473
|
}
|
291
|
-
.#{
|
292
|
-
|
293
|
-
|
294
|
-
.#{
|
295
|
-
|
296
|
-
|
474
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-lightbulb-o {
|
475
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-lightbulb }\"");
|
476
|
+
}
|
477
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-exchange {
|
478
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-right-left }\"");
|
479
|
+
}
|
480
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-cloud-download {
|
481
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-cloud-arrow-down }\"");
|
482
|
+
}
|
483
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-cloud-upload {
|
484
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-cloud-arrow-up }\"");
|
485
|
+
}
|
486
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bell-o {
|
487
|
+
font-family: 'Font Awesome 7 Pro';
|
297
488
|
font-weight: 400;
|
298
489
|
}
|
299
|
-
.#{
|
300
|
-
|
301
|
-
|
302
|
-
|
490
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bell-o {
|
491
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-bell }\"");
|
492
|
+
}
|
493
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-cutlery {
|
494
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-utensils }\"");
|
495
|
+
}
|
496
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-text-o {
|
497
|
+
font-family: 'Font Awesome 7 Pro';
|
303
498
|
font-weight: 400;
|
304
499
|
}
|
305
|
-
.#{
|
306
|
-
|
307
|
-
|
500
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-text-o {
|
501
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-file-lines }\"");
|
502
|
+
}
|
503
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-building-o {
|
504
|
+
font-family: 'Font Awesome 7 Pro';
|
308
505
|
font-weight: 400;
|
309
506
|
}
|
310
|
-
.#{
|
311
|
-
|
312
|
-
|
507
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-building-o {
|
508
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-building }\"");
|
509
|
+
}
|
510
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hospital-o {
|
511
|
+
font-family: 'Font Awesome 7 Pro';
|
313
512
|
font-weight: 400;
|
314
513
|
}
|
315
|
-
.#{
|
316
|
-
|
317
|
-
|
318
|
-
.#{
|
319
|
-
|
320
|
-
|
514
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hospital-o {
|
515
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hospital }\"");
|
516
|
+
}
|
517
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-tablet {
|
518
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-tablet-screen-button }\"");
|
519
|
+
}
|
520
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-mobile {
|
521
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-mobile-screen-button }\"");
|
522
|
+
}
|
523
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-mobile-phone {
|
524
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-mobile-screen-button }\"");
|
525
|
+
}
|
526
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-circle-o {
|
527
|
+
font-family: 'Font Awesome 7 Pro';
|
321
528
|
font-weight: 400;
|
322
529
|
}
|
323
|
-
.#{
|
324
|
-
|
325
|
-
|
326
|
-
|
530
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-circle-o {
|
531
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-circle }\"");
|
532
|
+
}
|
533
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-mail-reply {
|
534
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-reply }\"");
|
535
|
+
}
|
536
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-github-alt {
|
537
|
+
font-family: 'Font Awesome 7 Brands';
|
327
538
|
font-weight: 400;
|
328
539
|
}
|
329
|
-
.#{
|
330
|
-
font-family: 'Font Awesome
|
540
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-folder-o {
|
541
|
+
font-family: 'Font Awesome 7 Pro';
|
331
542
|
font-weight: 400;
|
332
543
|
}
|
333
|
-
.#{
|
334
|
-
|
335
|
-
|
544
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-folder-o {
|
545
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-folder }\"");
|
546
|
+
}
|
547
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-folder-open-o {
|
548
|
+
font-family: 'Font Awesome 7 Pro';
|
336
549
|
font-weight: 400;
|
337
550
|
}
|
338
|
-
.#{
|
339
|
-
|
340
|
-
|
551
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-folder-open-o {
|
552
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-folder-open }\"");
|
553
|
+
}
|
554
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-smile-o {
|
555
|
+
font-family: 'Font Awesome 7 Pro';
|
341
556
|
font-weight: 400;
|
342
557
|
}
|
343
|
-
.#{
|
344
|
-
|
345
|
-
|
558
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-smile-o {
|
559
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-face-smile }\"");
|
560
|
+
}
|
561
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-frown-o {
|
562
|
+
font-family: 'Font Awesome 7 Pro';
|
346
563
|
font-weight: 400;
|
347
564
|
}
|
348
|
-
.#{
|
349
|
-
|
350
|
-
|
565
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-frown-o {
|
566
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-face-frown }\"");
|
567
|
+
}
|
568
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-meh-o {
|
569
|
+
font-family: 'Font Awesome 7 Pro';
|
351
570
|
font-weight: 400;
|
352
571
|
}
|
353
|
-
.#{
|
354
|
-
|
355
|
-
|
572
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-meh-o {
|
573
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-face-meh }\"");
|
574
|
+
}
|
575
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-keyboard-o {
|
576
|
+
font-family: 'Font Awesome 7 Pro';
|
356
577
|
font-weight: 400;
|
357
578
|
}
|
358
|
-
.#{
|
359
|
-
|
360
|
-
|
579
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-keyboard-o {
|
580
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-keyboard }\"");
|
581
|
+
}
|
582
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-flag-o {
|
583
|
+
font-family: 'Font Awesome 7 Pro';
|
361
584
|
font-weight: 400;
|
362
585
|
}
|
363
|
-
.#{
|
364
|
-
|
365
|
-
|
366
|
-
|
586
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-flag-o {
|
587
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-flag }\"");
|
588
|
+
}
|
589
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-mail-reply-all {
|
590
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-reply-all }\"");
|
591
|
+
}
|
592
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-star-half-o {
|
593
|
+
font-family: 'Font Awesome 7 Pro';
|
367
594
|
font-weight: 400;
|
368
595
|
}
|
369
|
-
.#{
|
370
|
-
|
371
|
-
|
596
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-star-half-o {
|
597
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-star-half-stroke }\"");
|
598
|
+
}
|
599
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-star-half-empty {
|
600
|
+
font-family: 'Font Awesome 7 Pro';
|
372
601
|
font-weight: 400;
|
373
602
|
}
|
374
|
-
.#{
|
375
|
-
|
376
|
-
|
603
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-star-half-empty {
|
604
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-star-half-stroke }\"");
|
605
|
+
}
|
606
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-star-half-full {
|
607
|
+
font-family: 'Font Awesome 7 Pro';
|
377
608
|
font-weight: 400;
|
378
609
|
}
|
379
|
-
.#{
|
380
|
-
|
381
|
-
|
382
|
-
.#{
|
383
|
-
|
384
|
-
|
610
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-star-half-full {
|
611
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-star-half-stroke }\"");
|
612
|
+
}
|
613
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-code-fork {
|
614
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-code-branch }\"");
|
615
|
+
}
|
616
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-chain-broken {
|
617
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-link-slash }\"");
|
618
|
+
}
|
619
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-unlink {
|
620
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-link-slash }\"");
|
621
|
+
}
|
622
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-calendar-o {
|
623
|
+
font-family: 'Font Awesome 7 Pro';
|
385
624
|
font-weight: 400;
|
386
625
|
}
|
387
|
-
.#{
|
388
|
-
|
389
|
-
|
626
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-calendar-o {
|
627
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-calendar }\"");
|
628
|
+
}
|
629
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-maxcdn {
|
630
|
+
font-family: 'Font Awesome 7 Brands';
|
390
631
|
font-weight: 400;
|
391
632
|
}
|
392
|
-
.#{
|
393
|
-
font-family: 'Font Awesome
|
633
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-html5 {
|
634
|
+
font-family: 'Font Awesome 7 Brands';
|
394
635
|
font-weight: 400;
|
395
636
|
}
|
396
|
-
.#{
|
397
|
-
font-family: 'Font Awesome
|
637
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-css3 {
|
638
|
+
font-family: 'Font Awesome 7 Brands';
|
398
639
|
font-weight: 400;
|
399
640
|
}
|
400
|
-
.#{
|
401
|
-
|
402
|
-
|
641
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-unlock-alt {
|
642
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-unlock }\"");
|
643
|
+
}
|
644
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-minus-square-o {
|
645
|
+
font-family: 'Font Awesome 7 Pro';
|
403
646
|
font-weight: 400;
|
404
647
|
}
|
405
|
-
.#{
|
406
|
-
|
407
|
-
|
408
|
-
.#{
|
409
|
-
|
410
|
-
|
411
|
-
|
648
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-minus-square-o {
|
649
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-minus }\"");
|
650
|
+
}
|
651
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-level-up {
|
652
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-turn-up }\"");
|
653
|
+
}
|
654
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-level-down {
|
655
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-turn-down }\"");
|
656
|
+
}
|
657
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-pencil-square {
|
658
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-pen }\"");
|
659
|
+
}
|
660
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-external-link-square {
|
661
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-up-right }\"");
|
662
|
+
}
|
663
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-compass {
|
664
|
+
font-family: 'Font Awesome 7 Pro';
|
412
665
|
font-weight: 400;
|
413
666
|
}
|
414
|
-
.#{
|
415
|
-
font-family: 'Font Awesome
|
667
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-caret-square-o-down {
|
668
|
+
font-family: 'Font Awesome 7 Pro';
|
416
669
|
font-weight: 400;
|
417
670
|
}
|
418
|
-
.#{
|
419
|
-
|
420
|
-
|
671
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-caret-square-o-down {
|
672
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-caret-down }\"");
|
673
|
+
}
|
674
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-toggle-down {
|
675
|
+
font-family: 'Font Awesome 7 Pro';
|
421
676
|
font-weight: 400;
|
422
677
|
}
|
423
|
-
.#{
|
424
|
-
|
425
|
-
|
678
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-toggle-down {
|
679
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-caret-down }\"");
|
680
|
+
}
|
681
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-caret-square-o-up {
|
682
|
+
font-family: 'Font Awesome 7 Pro';
|
426
683
|
font-weight: 400;
|
427
684
|
}
|
428
|
-
.#{
|
429
|
-
|
430
|
-
|
685
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-caret-square-o-up {
|
686
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-caret-up }\"");
|
687
|
+
}
|
688
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-toggle-up {
|
689
|
+
font-family: 'Font Awesome 7 Pro';
|
431
690
|
font-weight: 400;
|
432
691
|
}
|
433
|
-
.#{
|
434
|
-
|
435
|
-
|
692
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-toggle-up {
|
693
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-caret-up }\"");
|
694
|
+
}
|
695
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-caret-square-o-right {
|
696
|
+
font-family: 'Font Awesome 7 Pro';
|
436
697
|
font-weight: 400;
|
437
698
|
}
|
438
|
-
.#{
|
439
|
-
|
440
|
-
|
699
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-caret-square-o-right {
|
700
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-caret-right }\"");
|
701
|
+
}
|
702
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-toggle-right {
|
703
|
+
font-family: 'Font Awesome 7 Pro';
|
441
704
|
font-weight: 400;
|
442
705
|
}
|
443
|
-
.#{
|
444
|
-
|
445
|
-
|
446
|
-
.#{
|
447
|
-
|
448
|
-
|
449
|
-
.#{
|
450
|
-
|
451
|
-
|
452
|
-
.#{
|
453
|
-
|
454
|
-
|
455
|
-
.#{
|
456
|
-
|
457
|
-
|
458
|
-
.#{
|
459
|
-
|
460
|
-
|
461
|
-
|
706
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-toggle-right {
|
707
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-caret-right }\"");
|
708
|
+
}
|
709
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-eur {
|
710
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-euro-sign }\"");
|
711
|
+
}
|
712
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-euro {
|
713
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-euro-sign }\"");
|
714
|
+
}
|
715
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-gbp {
|
716
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-sterling-sign }\"");
|
717
|
+
}
|
718
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-usd {
|
719
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-dollar-sign }\"");
|
720
|
+
}
|
721
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-dollar {
|
722
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-dollar-sign }\"");
|
723
|
+
}
|
724
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-inr {
|
725
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-indian-rupee-sign }\"");
|
726
|
+
}
|
727
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-rupee {
|
728
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-indian-rupee-sign }\"");
|
729
|
+
}
|
730
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-jpy {
|
731
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-yen-sign }\"");
|
732
|
+
}
|
733
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-cny {
|
734
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-yen-sign }\"");
|
735
|
+
}
|
736
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-rmb {
|
737
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-yen-sign }\"");
|
738
|
+
}
|
739
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-yen {
|
740
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-yen-sign }\"");
|
741
|
+
}
|
742
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-rub {
|
743
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-ruble-sign }\"");
|
744
|
+
}
|
745
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-ruble {
|
746
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-ruble-sign }\"");
|
747
|
+
}
|
748
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-rouble {
|
749
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-ruble-sign }\"");
|
750
|
+
}
|
751
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-krw {
|
752
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-won-sign }\"");
|
753
|
+
}
|
754
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-won {
|
755
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-won-sign }\"");
|
756
|
+
}
|
757
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-btc {
|
758
|
+
font-family: 'Font Awesome 7 Brands';
|
462
759
|
font-weight: 400;
|
463
760
|
}
|
464
|
-
.#{
|
465
|
-
font-family: 'Font Awesome
|
761
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bitcoin {
|
762
|
+
font-family: 'Font Awesome 7 Brands';
|
466
763
|
font-weight: 400;
|
467
764
|
}
|
468
|
-
.#{
|
469
|
-
|
470
|
-
|
471
|
-
.#{
|
472
|
-
|
473
|
-
|
474
|
-
.#{
|
475
|
-
|
476
|
-
|
477
|
-
|
765
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bitcoin {
|
766
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-btc }\"");
|
767
|
+
}
|
768
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-text {
|
769
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-file-lines }\"");
|
770
|
+
}
|
771
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-sort-alpha-asc {
|
772
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-arrow-down-a-z }\"");
|
773
|
+
}
|
774
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-sort-alpha-desc {
|
775
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-arrow-down-z-a }\"");
|
776
|
+
}
|
777
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-sort-amount-asc {
|
778
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-arrow-down-short-wide }\"");
|
779
|
+
}
|
780
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-sort-amount-desc {
|
781
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-arrow-down-wide-short }\"");
|
782
|
+
}
|
783
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-sort-numeric-asc {
|
784
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-arrow-down-1-9 }\"");
|
785
|
+
}
|
786
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-sort-numeric-desc {
|
787
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-arrow-down-9-1 }\"");
|
788
|
+
}
|
789
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-youtube-square {
|
790
|
+
font-family: 'Font Awesome 7 Brands';
|
478
791
|
font-weight: 400;
|
479
792
|
}
|
480
|
-
.#{
|
481
|
-
|
482
|
-
|
793
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-youtube-square {
|
794
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-youtube }\"");
|
795
|
+
}
|
796
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-youtube {
|
797
|
+
font-family: 'Font Awesome 7 Brands';
|
483
798
|
font-weight: 400;
|
484
799
|
}
|
485
|
-
.#{
|
486
|
-
font-family: 'Font Awesome
|
800
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-xing {
|
801
|
+
font-family: 'Font Awesome 7 Brands';
|
487
802
|
font-weight: 400;
|
488
803
|
}
|
489
|
-
.#{
|
490
|
-
font-family: 'Font Awesome
|
804
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-xing-square {
|
805
|
+
font-family: 'Font Awesome 7 Brands';
|
491
806
|
font-weight: 400;
|
492
807
|
}
|
493
|
-
.#{
|
494
|
-
|
495
|
-
|
808
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-xing-square {
|
809
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-xing }\"");
|
810
|
+
}
|
811
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-youtube-play {
|
812
|
+
font-family: 'Font Awesome 7 Brands';
|
496
813
|
font-weight: 400;
|
497
814
|
}
|
498
|
-
.#{
|
499
|
-
|
500
|
-
|
815
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-youtube-play {
|
816
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-youtube }\"");
|
817
|
+
}
|
818
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-dropbox {
|
819
|
+
font-family: 'Font Awesome 7 Brands';
|
501
820
|
font-weight: 400;
|
502
821
|
}
|
503
|
-
.#{
|
504
|
-
font-family: 'Font Awesome
|
822
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-stack-overflow {
|
823
|
+
font-family: 'Font Awesome 7 Brands';
|
505
824
|
font-weight: 400;
|
506
825
|
}
|
507
|
-
.#{
|
508
|
-
font-family: 'Font Awesome
|
826
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-instagram {
|
827
|
+
font-family: 'Font Awesome 7 Brands';
|
509
828
|
font-weight: 400;
|
510
829
|
}
|
511
|
-
.#{
|
512
|
-
font-family: 'Font Awesome
|
830
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-flickr {
|
831
|
+
font-family: 'Font Awesome 7 Brands';
|
513
832
|
font-weight: 400;
|
514
833
|
}
|
515
|
-
.#{
|
516
|
-
font-family: 'Font Awesome
|
834
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-adn {
|
835
|
+
font-family: 'Font Awesome 7 Brands';
|
517
836
|
font-weight: 400;
|
518
837
|
}
|
519
|
-
.#{
|
520
|
-
font-family: 'Font Awesome
|
838
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bitbucket {
|
839
|
+
font-family: 'Font Awesome 7 Brands';
|
521
840
|
font-weight: 400;
|
522
841
|
}
|
523
|
-
.#{
|
524
|
-
font-family: 'Font Awesome
|
842
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bitbucket-square {
|
843
|
+
font-family: 'Font Awesome 7 Brands';
|
525
844
|
font-weight: 400;
|
526
845
|
}
|
527
|
-
.#{
|
528
|
-
|
529
|
-
|
846
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bitbucket-square {
|
847
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-bitbucket }\"");
|
848
|
+
}
|
849
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-tumblr {
|
850
|
+
font-family: 'Font Awesome 7 Brands';
|
530
851
|
font-weight: 400;
|
531
852
|
}
|
532
|
-
.#{
|
533
|
-
font-family: 'Font Awesome
|
853
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-tumblr-square {
|
854
|
+
font-family: 'Font Awesome 7 Brands';
|
534
855
|
font-weight: 400;
|
535
856
|
}
|
536
|
-
.#{
|
537
|
-
|
538
|
-
|
539
|
-
.#{
|
540
|
-
|
541
|
-
|
542
|
-
|
857
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-tumblr-square {
|
858
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-tumblr }\"");
|
859
|
+
}
|
860
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-long-arrow-down {
|
861
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-down-long }\"");
|
862
|
+
}
|
863
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-long-arrow-up {
|
864
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-up-long }\"");
|
865
|
+
}
|
866
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-long-arrow-left {
|
867
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-left-long }\"");
|
868
|
+
}
|
869
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-long-arrow-right {
|
870
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-right-long }\"");
|
871
|
+
}
|
872
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-apple {
|
873
|
+
font-family: 'Font Awesome 7 Brands';
|
543
874
|
font-weight: 400;
|
544
875
|
}
|
545
|
-
.#{
|
546
|
-
font-family: 'Font Awesome
|
876
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-windows {
|
877
|
+
font-family: 'Font Awesome 7 Brands';
|
547
878
|
font-weight: 400;
|
548
879
|
}
|
549
|
-
.#{
|
550
|
-
font-family: 'Font Awesome
|
880
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-android {
|
881
|
+
font-family: 'Font Awesome 7 Brands';
|
551
882
|
font-weight: 400;
|
552
883
|
}
|
553
|
-
.#{
|
554
|
-
font-family: 'Font Awesome
|
884
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-linux {
|
885
|
+
font-family: 'Font Awesome 7 Brands';
|
555
886
|
font-weight: 400;
|
556
887
|
}
|
557
|
-
.#{
|
558
|
-
font-family: 'Font Awesome
|
888
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-dribbble {
|
889
|
+
font-family: 'Font Awesome 7 Brands';
|
559
890
|
font-weight: 400;
|
560
891
|
}
|
561
|
-
.#{
|
562
|
-
font-family: 'Font Awesome
|
892
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-skype {
|
893
|
+
font-family: 'Font Awesome 7 Brands';
|
563
894
|
font-weight: 400;
|
564
895
|
}
|
565
|
-
.#{
|
566
|
-
font-family: 'Font Awesome
|
896
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-foursquare {
|
897
|
+
font-family: 'Font Awesome 7 Brands';
|
567
898
|
font-weight: 400;
|
568
899
|
}
|
569
|
-
.#{
|
570
|
-
font-family: 'Font Awesome
|
900
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-trello {
|
901
|
+
font-family: 'Font Awesome 7 Brands';
|
571
902
|
font-weight: 400;
|
572
903
|
}
|
573
|
-
.#{
|
574
|
-
font-family: 'Font Awesome
|
904
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-gratipay {
|
905
|
+
font-family: 'Font Awesome 7 Brands';
|
575
906
|
font-weight: 400;
|
576
907
|
}
|
577
|
-
.#{
|
578
|
-
font-family: 'Font Awesome
|
908
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-gittip {
|
909
|
+
font-family: 'Font Awesome 7 Brands';
|
579
910
|
font-weight: 400;
|
580
911
|
}
|
581
|
-
.#{
|
582
|
-
|
583
|
-
|
912
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-gittip {
|
913
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-gratipay }\"");
|
914
|
+
}
|
915
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-sun-o {
|
916
|
+
font-family: 'Font Awesome 7 Pro';
|
584
917
|
font-weight: 400;
|
585
918
|
}
|
586
|
-
.#{
|
587
|
-
|
588
|
-
|
919
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-sun-o {
|
920
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-sun }\"");
|
921
|
+
}
|
922
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-moon-o {
|
923
|
+
font-family: 'Font Awesome 7 Pro';
|
589
924
|
font-weight: 400;
|
590
925
|
}
|
591
|
-
.#{
|
592
|
-
|
593
|
-
|
926
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-moon-o {
|
927
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-moon }\"");
|
928
|
+
}
|
929
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-vk {
|
930
|
+
font-family: 'Font Awesome 7 Brands';
|
594
931
|
font-weight: 400;
|
595
932
|
}
|
596
|
-
.#{
|
597
|
-
font-family: 'Font Awesome
|
933
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-weibo {
|
934
|
+
font-family: 'Font Awesome 7 Brands';
|
598
935
|
font-weight: 400;
|
599
936
|
}
|
600
|
-
.#{
|
601
|
-
font-family: 'Font Awesome
|
937
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-renren {
|
938
|
+
font-family: 'Font Awesome 7 Brands';
|
602
939
|
font-weight: 400;
|
603
940
|
}
|
604
|
-
.#{
|
605
|
-
font-family: 'Font Awesome
|
941
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-pagelines {
|
942
|
+
font-family: 'Font Awesome 7 Brands';
|
606
943
|
font-weight: 400;
|
607
944
|
}
|
608
|
-
.#{
|
609
|
-
font-family: 'Font Awesome
|
945
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-stack-exchange {
|
946
|
+
font-family: 'Font Awesome 7 Brands';
|
610
947
|
font-weight: 400;
|
611
948
|
}
|
612
|
-
.#{
|
613
|
-
font-family: 'Font Awesome
|
949
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-arrow-circle-o-right {
|
950
|
+
font-family: 'Font Awesome 7 Pro';
|
614
951
|
font-weight: 400;
|
615
952
|
}
|
616
|
-
.#{
|
617
|
-
|
618
|
-
|
953
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-arrow-circle-o-right {
|
954
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-circle-right }\"");
|
955
|
+
}
|
956
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-arrow-circle-o-left {
|
957
|
+
font-family: 'Font Awesome 7 Pro';
|
619
958
|
font-weight: 400;
|
620
959
|
}
|
621
|
-
.#{
|
622
|
-
|
623
|
-
|
960
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-arrow-circle-o-left {
|
961
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-circle-left }\"");
|
962
|
+
}
|
963
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-caret-square-o-left {
|
964
|
+
font-family: 'Font Awesome 7 Pro';
|
624
965
|
font-weight: 400;
|
625
966
|
}
|
626
|
-
.#{
|
627
|
-
|
628
|
-
|
967
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-caret-square-o-left {
|
968
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-caret-left }\"");
|
969
|
+
}
|
970
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-toggle-left {
|
971
|
+
font-family: 'Font Awesome 7 Pro';
|
629
972
|
font-weight: 400;
|
630
973
|
}
|
631
|
-
.#{
|
632
|
-
|
633
|
-
|
974
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-toggle-left {
|
975
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-caret-left }\"");
|
976
|
+
}
|
977
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-dot-circle-o {
|
978
|
+
font-family: 'Font Awesome 7 Pro';
|
634
979
|
font-weight: 400;
|
635
980
|
}
|
636
|
-
.#{
|
637
|
-
|
638
|
-
|
981
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-dot-circle-o {
|
982
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-circle-dot }\"");
|
983
|
+
}
|
984
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-vimeo-square {
|
985
|
+
font-family: 'Font Awesome 7 Brands';
|
639
986
|
font-weight: 400;
|
640
987
|
}
|
641
|
-
.#{
|
642
|
-
|
643
|
-
|
644
|
-
.#{
|
645
|
-
|
988
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-vimeo-square {
|
989
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-vimeo }\"");
|
990
|
+
}
|
991
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-try {
|
992
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-turkish-lira-sign }\"");
|
993
|
+
}
|
994
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-turkish-lira {
|
995
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-turkish-lira-sign }\"");
|
996
|
+
}
|
997
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-plus-square-o {
|
998
|
+
font-family: 'Font Awesome 7 Pro';
|
646
999
|
font-weight: 400;
|
647
1000
|
}
|
648
|
-
.#{
|
649
|
-
|
650
|
-
|
1001
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-plus-square-o {
|
1002
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-plus }\"");
|
1003
|
+
}
|
1004
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-slack {
|
1005
|
+
font-family: 'Font Awesome 7 Brands';
|
651
1006
|
font-weight: 400;
|
652
1007
|
}
|
653
|
-
.#{
|
654
|
-
font-family: 'Font Awesome
|
1008
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-wordpress {
|
1009
|
+
font-family: 'Font Awesome 7 Brands';
|
655
1010
|
font-weight: 400;
|
656
1011
|
}
|
657
|
-
.#{
|
658
|
-
font-family: 'Font Awesome
|
1012
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-openid {
|
1013
|
+
font-family: 'Font Awesome 7 Brands';
|
659
1014
|
font-weight: 400;
|
660
1015
|
}
|
661
|
-
.#{
|
662
|
-
|
663
|
-
|
664
|
-
.#{
|
665
|
-
|
1016
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-institution {
|
1017
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-building-columns }\"");
|
1018
|
+
}
|
1019
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bank {
|
1020
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-building-columns }\"");
|
1021
|
+
}
|
1022
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-mortar-board {
|
1023
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-graduation-cap }\"");
|
1024
|
+
}
|
1025
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-yahoo {
|
1026
|
+
font-family: 'Font Awesome 7 Brands';
|
666
1027
|
font-weight: 400;
|
667
1028
|
}
|
668
|
-
.#{
|
669
|
-
font-family: 'Font Awesome
|
1029
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-google {
|
1030
|
+
font-family: 'Font Awesome 7 Brands';
|
670
1031
|
font-weight: 400;
|
671
1032
|
}
|
672
|
-
.#{
|
673
|
-
font-family: 'Font Awesome
|
1033
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-reddit {
|
1034
|
+
font-family: 'Font Awesome 7 Brands';
|
674
1035
|
font-weight: 400;
|
675
1036
|
}
|
676
|
-
.#{
|
677
|
-
font-family: 'Font Awesome
|
1037
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-reddit-square {
|
1038
|
+
font-family: 'Font Awesome 7 Brands';
|
678
1039
|
font-weight: 400;
|
679
1040
|
}
|
680
|
-
.#{
|
681
|
-
|
682
|
-
|
1041
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-reddit-square {
|
1042
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-reddit }\"");
|
1043
|
+
}
|
1044
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-stumbleupon-circle {
|
1045
|
+
font-family: 'Font Awesome 7 Brands';
|
683
1046
|
font-weight: 400;
|
684
1047
|
}
|
685
|
-
.#{
|
686
|
-
font-family: 'Font Awesome
|
1048
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-stumbleupon {
|
1049
|
+
font-family: 'Font Awesome 7 Brands';
|
687
1050
|
font-weight: 400;
|
688
1051
|
}
|
689
|
-
.#{
|
690
|
-
font-family: 'Font Awesome
|
1052
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-delicious {
|
1053
|
+
font-family: 'Font Awesome 7 Brands';
|
691
1054
|
font-weight: 400;
|
692
1055
|
}
|
693
|
-
.#{
|
694
|
-
font-family: 'Font Awesome
|
1056
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-digg {
|
1057
|
+
font-family: 'Font Awesome 7 Brands';
|
695
1058
|
font-weight: 400;
|
696
1059
|
}
|
697
|
-
.#{
|
698
|
-
font-family: 'Font Awesome
|
1060
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-pied-piper-pp {
|
1061
|
+
font-family: 'Font Awesome 7 Brands';
|
699
1062
|
font-weight: 400;
|
700
1063
|
}
|
701
|
-
.#{
|
702
|
-
font-family: 'Font Awesome
|
1064
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-pied-piper-alt {
|
1065
|
+
font-family: 'Font Awesome 7 Brands';
|
703
1066
|
font-weight: 400;
|
704
1067
|
}
|
705
|
-
.#{
|
706
|
-
font-family: 'Font Awesome
|
1068
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-drupal {
|
1069
|
+
font-family: 'Font Awesome 7 Brands';
|
707
1070
|
font-weight: 400;
|
708
1071
|
}
|
709
|
-
.#{
|
710
|
-
font-family: 'Font Awesome
|
1072
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-joomla {
|
1073
|
+
font-family: 'Font Awesome 7 Brands';
|
711
1074
|
font-weight: 400;
|
712
1075
|
}
|
713
|
-
.#{
|
714
|
-
font-family: 'Font Awesome
|
1076
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-behance {
|
1077
|
+
font-family: 'Font Awesome 7 Brands';
|
715
1078
|
font-weight: 400;
|
716
1079
|
}
|
717
|
-
.#{
|
718
|
-
font-family: 'Font Awesome
|
1080
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-behance-square {
|
1081
|
+
font-family: 'Font Awesome 7 Brands';
|
719
1082
|
font-weight: 400;
|
720
1083
|
}
|
721
|
-
.#{
|
722
|
-
|
723
|
-
|
1084
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-behance-square {
|
1085
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-behance }\"");
|
1086
|
+
}
|
1087
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-steam {
|
1088
|
+
font-family: 'Font Awesome 7 Brands';
|
724
1089
|
font-weight: 400;
|
725
1090
|
}
|
726
|
-
.#{
|
727
|
-
font-family: 'Font Awesome
|
1091
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-steam-square {
|
1092
|
+
font-family: 'Font Awesome 7 Brands';
|
728
1093
|
font-weight: 400;
|
729
1094
|
}
|
730
|
-
.#{
|
731
|
-
|
732
|
-
|
733
|
-
.#{
|
734
|
-
|
1095
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-steam-square {
|
1096
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-steam }\"");
|
1097
|
+
}
|
1098
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-automobile {
|
1099
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-car }\"");
|
1100
|
+
}
|
1101
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-cab {
|
1102
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-taxi }\"");
|
1103
|
+
}
|
1104
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-spotify {
|
1105
|
+
font-family: 'Font Awesome 7 Brands';
|
735
1106
|
font-weight: 400;
|
736
1107
|
}
|
737
|
-
.#{
|
738
|
-
font-family: 'Font Awesome
|
1108
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-deviantart {
|
1109
|
+
font-family: 'Font Awesome 7 Brands';
|
739
1110
|
font-weight: 400;
|
740
1111
|
}
|
741
|
-
.#{
|
742
|
-
font-family: 'Font Awesome
|
1112
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-soundcloud {
|
1113
|
+
font-family: 'Font Awesome 7 Brands';
|
743
1114
|
font-weight: 400;
|
744
1115
|
}
|
745
|
-
.#{
|
746
|
-
font-family: 'Font Awesome
|
1116
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-pdf-o {
|
1117
|
+
font-family: 'Font Awesome 7 Pro';
|
747
1118
|
font-weight: 400;
|
748
1119
|
}
|
749
|
-
.#{
|
750
|
-
|
751
|
-
|
1120
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-pdf-o {
|
1121
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-file-pdf }\"");
|
1122
|
+
}
|
1123
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-word-o {
|
1124
|
+
font-family: 'Font Awesome 7 Pro';
|
752
1125
|
font-weight: 400;
|
753
1126
|
}
|
754
|
-
.#{
|
755
|
-
|
756
|
-
|
1127
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-word-o {
|
1128
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-file-word }\"");
|
1129
|
+
}
|
1130
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-excel-o {
|
1131
|
+
font-family: 'Font Awesome 7 Pro';
|
757
1132
|
font-weight: 400;
|
758
1133
|
}
|
759
|
-
.#{
|
760
|
-
|
761
|
-
|
1134
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-excel-o {
|
1135
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-file-excel }\"");
|
1136
|
+
}
|
1137
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-powerpoint-o {
|
1138
|
+
font-family: 'Font Awesome 7 Pro';
|
762
1139
|
font-weight: 400;
|
763
1140
|
}
|
764
|
-
.#{
|
765
|
-
|
766
|
-
|
1141
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-powerpoint-o {
|
1142
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-file-powerpoint }\"");
|
1143
|
+
}
|
1144
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-image-o {
|
1145
|
+
font-family: 'Font Awesome 7 Pro';
|
767
1146
|
font-weight: 400;
|
768
1147
|
}
|
769
|
-
.#{
|
770
|
-
|
771
|
-
|
1148
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-image-o {
|
1149
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-file-image }\"");
|
1150
|
+
}
|
1151
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-photo-o {
|
1152
|
+
font-family: 'Font Awesome 7 Pro';
|
772
1153
|
font-weight: 400;
|
773
1154
|
}
|
774
|
-
.#{
|
775
|
-
|
776
|
-
|
1155
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-photo-o {
|
1156
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-file-image }\"");
|
1157
|
+
}
|
1158
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-picture-o {
|
1159
|
+
font-family: 'Font Awesome 7 Pro';
|
777
1160
|
font-weight: 400;
|
778
1161
|
}
|
779
|
-
.#{
|
780
|
-
|
781
|
-
|
1162
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-picture-o {
|
1163
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-file-image }\"");
|
1164
|
+
}
|
1165
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-archive-o {
|
1166
|
+
font-family: 'Font Awesome 7 Pro';
|
782
1167
|
font-weight: 400;
|
783
1168
|
}
|
784
|
-
.#{
|
785
|
-
|
786
|
-
|
1169
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-archive-o {
|
1170
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-file-zipper }\"");
|
1171
|
+
}
|
1172
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-zip-o {
|
1173
|
+
font-family: 'Font Awesome 7 Pro';
|
787
1174
|
font-weight: 400;
|
788
1175
|
}
|
789
|
-
.#{
|
790
|
-
|
791
|
-
|
1176
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-zip-o {
|
1177
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-file-zipper }\"");
|
1178
|
+
}
|
1179
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-audio-o {
|
1180
|
+
font-family: 'Font Awesome 7 Pro';
|
792
1181
|
font-weight: 400;
|
793
1182
|
}
|
794
|
-
.#{
|
795
|
-
|
796
|
-
|
1183
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-audio-o {
|
1184
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-file-audio }\"");
|
1185
|
+
}
|
1186
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-sound-o {
|
1187
|
+
font-family: 'Font Awesome 7 Pro';
|
797
1188
|
font-weight: 400;
|
798
1189
|
}
|
799
|
-
.#{
|
800
|
-
|
801
|
-
|
1190
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-sound-o {
|
1191
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-file-audio }\"");
|
1192
|
+
}
|
1193
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-video-o {
|
1194
|
+
font-family: 'Font Awesome 7 Pro';
|
802
1195
|
font-weight: 400;
|
803
1196
|
}
|
804
|
-
.#{
|
805
|
-
|
806
|
-
|
1197
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-video-o {
|
1198
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-file-video }\"");
|
1199
|
+
}
|
1200
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-movie-o {
|
1201
|
+
font-family: 'Font Awesome 7 Pro';
|
807
1202
|
font-weight: 400;
|
808
1203
|
}
|
809
|
-
.#{
|
810
|
-
|
811
|
-
|
1204
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-movie-o {
|
1205
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-file-video }\"");
|
1206
|
+
}
|
1207
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-code-o {
|
1208
|
+
font-family: 'Font Awesome 7 Pro';
|
812
1209
|
font-weight: 400;
|
813
1210
|
}
|
814
|
-
.#{
|
815
|
-
|
816
|
-
|
1211
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-file-code-o {
|
1212
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-file-code }\"");
|
1213
|
+
}
|
1214
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-vine {
|
1215
|
+
font-family: 'Font Awesome 7 Brands';
|
817
1216
|
font-weight: 400;
|
818
1217
|
}
|
819
|
-
.#{
|
820
|
-
font-family: 'Font Awesome
|
1218
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-codepen {
|
1219
|
+
font-family: 'Font Awesome 7 Brands';
|
821
1220
|
font-weight: 400;
|
822
1221
|
}
|
823
|
-
.#{
|
824
|
-
font-family: 'Font Awesome
|
1222
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-jsfiddle {
|
1223
|
+
font-family: 'Font Awesome 7 Brands';
|
825
1224
|
font-weight: 400;
|
826
1225
|
}
|
827
|
-
.#{
|
828
|
-
|
829
|
-
|
830
|
-
.#{
|
831
|
-
|
832
|
-
|
833
|
-
|
1226
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-life-bouy {
|
1227
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-life-ring }\"");
|
1228
|
+
}
|
1229
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-life-buoy {
|
1230
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-life-ring }\"");
|
1231
|
+
}
|
1232
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-life-saver {
|
1233
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-life-ring }\"");
|
1234
|
+
}
|
1235
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-support {
|
1236
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-life-ring }\"");
|
1237
|
+
}
|
1238
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-circle-o-notch {
|
1239
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-circle-notch }\"");
|
1240
|
+
}
|
1241
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-rebel {
|
1242
|
+
font-family: 'Font Awesome 7 Brands';
|
834
1243
|
font-weight: 400;
|
835
1244
|
}
|
836
|
-
.#{
|
837
|
-
font-family: 'Font Awesome
|
1245
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-ra {
|
1246
|
+
font-family: 'Font Awesome 7 Brands';
|
838
1247
|
font-weight: 400;
|
839
1248
|
}
|
840
|
-
.#{
|
841
|
-
|
842
|
-
|
1249
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-ra {
|
1250
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-rebel }\"");
|
1251
|
+
}
|
1252
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-resistance {
|
1253
|
+
font-family: 'Font Awesome 7 Brands';
|
843
1254
|
font-weight: 400;
|
844
1255
|
}
|
845
|
-
.#{
|
846
|
-
|
847
|
-
|
1256
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-resistance {
|
1257
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-rebel }\"");
|
1258
|
+
}
|
1259
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-empire {
|
1260
|
+
font-family: 'Font Awesome 7 Brands';
|
848
1261
|
font-weight: 400;
|
849
1262
|
}
|
850
|
-
.#{
|
851
|
-
font-family: 'Font Awesome
|
1263
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-ge {
|
1264
|
+
font-family: 'Font Awesome 7 Brands';
|
852
1265
|
font-weight: 400;
|
853
1266
|
}
|
854
|
-
.#{
|
855
|
-
|
856
|
-
|
1267
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-ge {
|
1268
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-empire }\"");
|
1269
|
+
}
|
1270
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-git-square {
|
1271
|
+
font-family: 'Font Awesome 7 Brands';
|
857
1272
|
font-weight: 400;
|
858
1273
|
}
|
859
|
-
.#{
|
860
|
-
|
861
|
-
|
1274
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-git-square {
|
1275
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-git }\"");
|
1276
|
+
}
|
1277
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-git {
|
1278
|
+
font-family: 'Font Awesome 7 Brands';
|
862
1279
|
font-weight: 400;
|
863
1280
|
}
|
864
|
-
.#{
|
865
|
-
font-family: 'Font Awesome
|
1281
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hacker-news {
|
1282
|
+
font-family: 'Font Awesome 7 Brands';
|
866
1283
|
font-weight: 400;
|
867
1284
|
}
|
868
|
-
.#{
|
869
|
-
font-family: 'Font Awesome
|
1285
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-y-combinator-square {
|
1286
|
+
font-family: 'Font Awesome 7 Brands';
|
870
1287
|
font-weight: 400;
|
871
1288
|
}
|
872
|
-
.#{
|
873
|
-
|
874
|
-
|
1289
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-y-combinator-square {
|
1290
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hacker-news }\"");
|
1291
|
+
}
|
1292
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-yc-square {
|
1293
|
+
font-family: 'Font Awesome 7 Brands';
|
875
1294
|
font-weight: 400;
|
876
1295
|
}
|
877
|
-
.#{
|
878
|
-
|
879
|
-
|
1296
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-yc-square {
|
1297
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hacker-news }\"");
|
1298
|
+
}
|
1299
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-tencent-weibo {
|
1300
|
+
font-family: 'Font Awesome 7 Brands';
|
880
1301
|
font-weight: 400;
|
881
1302
|
}
|
882
|
-
.#{
|
883
|
-
font-family: 'Font Awesome
|
1303
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-qq {
|
1304
|
+
font-family: 'Font Awesome 7 Brands';
|
884
1305
|
font-weight: 400;
|
885
1306
|
}
|
886
|
-
.#{
|
887
|
-
font-family: 'Font Awesome
|
1307
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-weixin {
|
1308
|
+
font-family: 'Font Awesome 7 Brands';
|
888
1309
|
font-weight: 400;
|
889
1310
|
}
|
890
|
-
.#{
|
891
|
-
font-family: 'Font Awesome
|
1311
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-wechat {
|
1312
|
+
font-family: 'Font Awesome 7 Brands';
|
892
1313
|
font-weight: 400;
|
893
1314
|
}
|
894
|
-
.#{
|
895
|
-
|
896
|
-
|
897
|
-
|
1315
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-wechat {
|
1316
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-weixin }\"");
|
1317
|
+
}
|
1318
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-send {
|
1319
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-paper-plane }\"");
|
1320
|
+
}
|
1321
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-paper-plane-o {
|
1322
|
+
font-family: 'Font Awesome 7 Pro';
|
898
1323
|
font-weight: 400;
|
899
1324
|
}
|
900
|
-
.#{
|
901
|
-
|
902
|
-
|
1325
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-paper-plane-o {
|
1326
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-paper-plane }\"");
|
1327
|
+
}
|
1328
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-send-o {
|
1329
|
+
font-family: 'Font Awesome 7 Pro';
|
903
1330
|
font-weight: 400;
|
904
1331
|
}
|
905
|
-
.#{
|
906
|
-
|
907
|
-
|
1332
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-send-o {
|
1333
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-paper-plane }\"");
|
1334
|
+
}
|
1335
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-circle-thin {
|
1336
|
+
font-family: 'Font Awesome 7 Pro';
|
908
1337
|
font-weight: 400;
|
909
1338
|
}
|
910
|
-
.#{
|
911
|
-
|
912
|
-
|
913
|
-
|
1339
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-circle-thin {
|
1340
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-circle }\"");
|
1341
|
+
}
|
1342
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-header {
|
1343
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-heading }\"");
|
1344
|
+
}
|
1345
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-futbol-o {
|
1346
|
+
font-family: 'Font Awesome 7 Pro';
|
914
1347
|
font-weight: 400;
|
915
1348
|
}
|
916
|
-
.#{
|
917
|
-
|
918
|
-
|
1349
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-futbol-o {
|
1350
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-futbol }\"");
|
1351
|
+
}
|
1352
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-soccer-ball-o {
|
1353
|
+
font-family: 'Font Awesome 7 Pro';
|
919
1354
|
font-weight: 400;
|
920
1355
|
}
|
921
|
-
.#{
|
922
|
-
|
923
|
-
|
1356
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-soccer-ball-o {
|
1357
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-futbol }\"");
|
1358
|
+
}
|
1359
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-slideshare {
|
1360
|
+
font-family: 'Font Awesome 7 Brands';
|
924
1361
|
font-weight: 400;
|
925
1362
|
}
|
926
|
-
.#{
|
927
|
-
font-family: 'Font Awesome
|
1363
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-twitch {
|
1364
|
+
font-family: 'Font Awesome 7 Brands';
|
928
1365
|
font-weight: 400;
|
929
1366
|
}
|
930
|
-
.#{
|
931
|
-
font-family: 'Font Awesome
|
1367
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-yelp {
|
1368
|
+
font-family: 'Font Awesome 7 Brands';
|
932
1369
|
font-weight: 400;
|
933
1370
|
}
|
934
|
-
.#{
|
935
|
-
font-family: 'Font Awesome
|
1371
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-newspaper-o {
|
1372
|
+
font-family: 'Font Awesome 7 Pro';
|
936
1373
|
font-weight: 400;
|
937
1374
|
}
|
938
|
-
.#{
|
939
|
-
|
940
|
-
|
1375
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-newspaper-o {
|
1376
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-newspaper }\"");
|
1377
|
+
}
|
1378
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-paypal {
|
1379
|
+
font-family: 'Font Awesome 7 Brands';
|
941
1380
|
font-weight: 400;
|
942
1381
|
}
|
943
|
-
.#{
|
944
|
-
font-family: 'Font Awesome
|
1382
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-google-wallet {
|
1383
|
+
font-family: 'Font Awesome 7 Brands';
|
945
1384
|
font-weight: 400;
|
946
1385
|
}
|
947
|
-
.#{
|
948
|
-
font-family: 'Font Awesome
|
1386
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-cc-visa {
|
1387
|
+
font-family: 'Font Awesome 7 Brands';
|
949
1388
|
font-weight: 400;
|
950
1389
|
}
|
951
|
-
.#{
|
952
|
-
font-family: 'Font Awesome
|
1390
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-cc-mastercard {
|
1391
|
+
font-family: 'Font Awesome 7 Brands';
|
953
1392
|
font-weight: 400;
|
954
1393
|
}
|
955
|
-
.#{
|
956
|
-
font-family: 'Font Awesome
|
1394
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-cc-discover {
|
1395
|
+
font-family: 'Font Awesome 7 Brands';
|
957
1396
|
font-weight: 400;
|
958
1397
|
}
|
959
|
-
.#{
|
960
|
-
font-family: 'Font Awesome
|
1398
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-cc-amex {
|
1399
|
+
font-family: 'Font Awesome 7 Brands';
|
961
1400
|
font-weight: 400;
|
962
1401
|
}
|
963
|
-
.#{
|
964
|
-
font-family: 'Font Awesome
|
1402
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-cc-paypal {
|
1403
|
+
font-family: 'Font Awesome 7 Brands';
|
965
1404
|
font-weight: 400;
|
966
1405
|
}
|
967
|
-
.#{
|
968
|
-
font-family: 'Font Awesome
|
1406
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-cc-stripe {
|
1407
|
+
font-family: 'Font Awesome 7 Brands';
|
969
1408
|
font-weight: 400;
|
970
1409
|
}
|
971
|
-
.#{
|
972
|
-
font-family: 'Font Awesome
|
1410
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bell-slash-o {
|
1411
|
+
font-family: 'Font Awesome 7 Pro';
|
973
1412
|
font-weight: 400;
|
974
1413
|
}
|
975
|
-
.#{
|
976
|
-
|
977
|
-
|
978
|
-
|
1414
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bell-slash-o {
|
1415
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-bell-slash }\"");
|
1416
|
+
}
|
1417
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-trash {
|
1418
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-trash-can }\"");
|
1419
|
+
}
|
1420
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-copyright {
|
1421
|
+
font-family: 'Font Awesome 7 Pro';
|
979
1422
|
font-weight: 400;
|
980
1423
|
}
|
981
|
-
.#{
|
982
|
-
|
983
|
-
|
984
|
-
.#{
|
985
|
-
|
986
|
-
|
1424
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-eyedropper {
|
1425
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-eye-dropper }\"");
|
1426
|
+
}
|
1427
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-area-chart {
|
1428
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-chart-area }\"");
|
1429
|
+
}
|
1430
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-pie-chart {
|
1431
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-chart-pie }\"");
|
1432
|
+
}
|
1433
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-line-chart {
|
1434
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-chart-line }\"");
|
1435
|
+
}
|
1436
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-lastfm {
|
1437
|
+
font-family: 'Font Awesome 7 Brands';
|
987
1438
|
font-weight: 400;
|
988
1439
|
}
|
989
|
-
.#{
|
990
|
-
font-family: 'Font Awesome
|
1440
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-lastfm-square {
|
1441
|
+
font-family: 'Font Awesome 7 Brands';
|
991
1442
|
font-weight: 400;
|
992
1443
|
}
|
993
|
-
.#{
|
994
|
-
|
995
|
-
|
1444
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-lastfm-square {
|
1445
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-lastfm }\"");
|
1446
|
+
}
|
1447
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-ioxhost {
|
1448
|
+
font-family: 'Font Awesome 7 Brands';
|
996
1449
|
font-weight: 400;
|
997
1450
|
}
|
998
|
-
.#{
|
999
|
-
font-family: 'Font Awesome
|
1451
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-angellist {
|
1452
|
+
font-family: 'Font Awesome 7 Brands';
|
1000
1453
|
font-weight: 400;
|
1001
1454
|
}
|
1002
|
-
.#{
|
1003
|
-
font-family: 'Font Awesome
|
1455
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-cc {
|
1456
|
+
font-family: 'Font Awesome 7 Pro';
|
1004
1457
|
font-weight: 400;
|
1005
1458
|
}
|
1006
|
-
.#{
|
1007
|
-
|
1008
|
-
|
1009
|
-
.#{
|
1010
|
-
|
1011
|
-
|
1459
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-cc {
|
1460
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-closed-captioning }\"");
|
1461
|
+
}
|
1462
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-ils {
|
1463
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-shekel-sign }\"");
|
1464
|
+
}
|
1465
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-shekel {
|
1466
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-shekel-sign }\"");
|
1467
|
+
}
|
1468
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-sheqel {
|
1469
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-shekel-sign }\"");
|
1470
|
+
}
|
1471
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-buysellads {
|
1472
|
+
font-family: 'Font Awesome 7 Brands';
|
1012
1473
|
font-weight: 400;
|
1013
1474
|
}
|
1014
|
-
.#{
|
1015
|
-
font-family: 'Font Awesome
|
1475
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-connectdevelop {
|
1476
|
+
font-family: 'Font Awesome 7 Brands';
|
1016
1477
|
font-weight: 400;
|
1017
1478
|
}
|
1018
|
-
.#{
|
1019
|
-
font-family: 'Font Awesome
|
1479
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-dashcube {
|
1480
|
+
font-family: 'Font Awesome 7 Brands';
|
1020
1481
|
font-weight: 400;
|
1021
1482
|
}
|
1022
|
-
.#{
|
1023
|
-
font-family: 'Font Awesome
|
1483
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-forumbee {
|
1484
|
+
font-family: 'Font Awesome 7 Brands';
|
1024
1485
|
font-weight: 400;
|
1025
1486
|
}
|
1026
|
-
.#{
|
1027
|
-
font-family: 'Font Awesome
|
1487
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-leanpub {
|
1488
|
+
font-family: 'Font Awesome 7 Brands';
|
1028
1489
|
font-weight: 400;
|
1029
1490
|
}
|
1030
|
-
.#{
|
1031
|
-
font-family: 'Font Awesome
|
1491
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-sellsy {
|
1492
|
+
font-family: 'Font Awesome 7 Brands';
|
1032
1493
|
font-weight: 400;
|
1033
1494
|
}
|
1034
|
-
.#{
|
1035
|
-
font-family: 'Font Awesome
|
1495
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-shirtsinbulk {
|
1496
|
+
font-family: 'Font Awesome 7 Brands';
|
1036
1497
|
font-weight: 400;
|
1037
1498
|
}
|
1038
|
-
.#{
|
1039
|
-
font-family: 'Font Awesome
|
1499
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-simplybuilt {
|
1500
|
+
font-family: 'Font Awesome 7 Brands';
|
1040
1501
|
font-weight: 400;
|
1041
1502
|
}
|
1042
|
-
.#{
|
1043
|
-
font-family: 'Font Awesome
|
1503
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-skyatlas {
|
1504
|
+
font-family: 'Font Awesome 7 Brands';
|
1044
1505
|
font-weight: 400;
|
1045
1506
|
}
|
1046
|
-
.#{
|
1047
|
-
font-family: 'Font Awesome
|
1507
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-diamond {
|
1508
|
+
font-family: 'Font Awesome 7 Pro';
|
1048
1509
|
font-weight: 400;
|
1049
1510
|
}
|
1050
|
-
.#{
|
1051
|
-
|
1052
|
-
|
1053
|
-
.#{
|
1054
|
-
|
1055
|
-
|
1511
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-diamond {
|
1512
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-gem }\"");
|
1513
|
+
}
|
1514
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-transgender {
|
1515
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-mars-and-venus }\"");
|
1516
|
+
}
|
1517
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-intersex {
|
1518
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-mars-and-venus }\"");
|
1519
|
+
}
|
1520
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-transgender-alt {
|
1521
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-transgender }\"");
|
1522
|
+
}
|
1523
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-facebook-official {
|
1524
|
+
font-family: 'Font Awesome 7 Brands';
|
1056
1525
|
font-weight: 400;
|
1057
1526
|
}
|
1058
|
-
.#{
|
1059
|
-
|
1060
|
-
|
1527
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-facebook-official {
|
1528
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-facebook }\"");
|
1529
|
+
}
|
1530
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-pinterest-p {
|
1531
|
+
font-family: 'Font Awesome 7 Brands';
|
1061
1532
|
font-weight: 400;
|
1062
1533
|
}
|
1063
|
-
.#{
|
1064
|
-
font-family: 'Font Awesome
|
1534
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-whatsapp {
|
1535
|
+
font-family: 'Font Awesome 7 Brands';
|
1065
1536
|
font-weight: 400;
|
1066
1537
|
}
|
1067
|
-
.#{
|
1068
|
-
|
1069
|
-
|
1538
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hotel {
|
1539
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-bed }\"");
|
1540
|
+
}
|
1541
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-viacoin {
|
1542
|
+
font-family: 'Font Awesome 7 Brands';
|
1070
1543
|
font-weight: 400;
|
1071
1544
|
}
|
1072
|
-
.#{
|
1073
|
-
font-family: 'Font Awesome
|
1545
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-medium {
|
1546
|
+
font-family: 'Font Awesome 7 Brands';
|
1074
1547
|
font-weight: 400;
|
1075
1548
|
}
|
1076
|
-
.#{
|
1077
|
-
font-family: 'Font Awesome
|
1549
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-y-combinator {
|
1550
|
+
font-family: 'Font Awesome 7 Brands';
|
1078
1551
|
font-weight: 400;
|
1079
1552
|
}
|
1080
|
-
.#{
|
1081
|
-
font-family: 'Font Awesome
|
1553
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-yc {
|
1554
|
+
font-family: 'Font Awesome 7 Brands';
|
1082
1555
|
font-weight: 400;
|
1083
1556
|
}
|
1084
|
-
.#{
|
1085
|
-
|
1086
|
-
|
1557
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-yc {
|
1558
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-y-combinator }\"");
|
1559
|
+
}
|
1560
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-optin-monster {
|
1561
|
+
font-family: 'Font Awesome 7 Brands';
|
1087
1562
|
font-weight: 400;
|
1088
1563
|
}
|
1089
|
-
.#{
|
1090
|
-
font-family: 'Font Awesome
|
1564
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-opencart {
|
1565
|
+
font-family: 'Font Awesome 7 Brands';
|
1091
1566
|
font-weight: 400;
|
1092
1567
|
}
|
1093
|
-
.#{
|
1094
|
-
font-family: 'Font Awesome
|
1568
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-expeditedssl {
|
1569
|
+
font-family: 'Font Awesome 7 Brands';
|
1095
1570
|
font-weight: 400;
|
1096
1571
|
}
|
1097
|
-
.#{
|
1098
|
-
|
1099
|
-
|
1100
|
-
.#{
|
1101
|
-
|
1102
|
-
|
1103
|
-
.#{
|
1104
|
-
|
1572
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-battery-4 {
|
1573
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-battery-full }\"");
|
1574
|
+
}
|
1575
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-battery {
|
1576
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-battery-full }\"");
|
1577
|
+
}
|
1578
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-battery-3 {
|
1579
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-battery-three-quarters }\"");
|
1580
|
+
}
|
1581
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-battery-2 {
|
1582
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-battery-half }\"");
|
1583
|
+
}
|
1584
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-battery-1 {
|
1585
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-battery-quarter }\"");
|
1586
|
+
}
|
1587
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-battery-0 {
|
1588
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-battery-empty }\"");
|
1589
|
+
}
|
1590
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-object-group {
|
1591
|
+
font-family: 'Font Awesome 7 Pro';
|
1105
1592
|
font-weight: 400;
|
1106
1593
|
}
|
1107
|
-
.#{
|
1108
|
-
font-family: 'Font Awesome
|
1594
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-object-ungroup {
|
1595
|
+
font-family: 'Font Awesome 7 Pro';
|
1109
1596
|
font-weight: 400;
|
1110
1597
|
}
|
1111
|
-
.#{
|
1112
|
-
font-family: 'Font Awesome
|
1598
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-sticky-note-o {
|
1599
|
+
font-family: 'Font Awesome 7 Pro';
|
1113
1600
|
font-weight: 400;
|
1114
1601
|
}
|
1115
|
-
.#{
|
1116
|
-
|
1117
|
-
|
1602
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-sticky-note-o {
|
1603
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-note-sticky }\"");
|
1604
|
+
}
|
1605
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-cc-jcb {
|
1606
|
+
font-family: 'Font Awesome 7 Brands';
|
1118
1607
|
font-weight: 400;
|
1119
1608
|
}
|
1120
|
-
.#{
|
1121
|
-
font-family: 'Font Awesome
|
1609
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-cc-diners-club {
|
1610
|
+
font-family: 'Font Awesome 7 Brands';
|
1122
1611
|
font-weight: 400;
|
1123
1612
|
}
|
1124
|
-
.#{
|
1125
|
-
font-family: 'Font Awesome
|
1613
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-clone {
|
1614
|
+
font-family: 'Font Awesome 7 Pro';
|
1126
1615
|
font-weight: 400;
|
1127
1616
|
}
|
1128
|
-
.#{
|
1129
|
-
|
1130
|
-
|
1131
|
-
.#{
|
1132
|
-
|
1133
|
-
|
1617
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hourglass-o {
|
1618
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hourglass }\"");
|
1619
|
+
}
|
1620
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hourglass-1 {
|
1621
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hourglass-start }\"");
|
1622
|
+
}
|
1623
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hourglass-2 {
|
1624
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hourglass-half }\"");
|
1625
|
+
}
|
1626
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hourglass-3 {
|
1627
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hourglass-end }\"");
|
1628
|
+
}
|
1629
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-rock-o {
|
1630
|
+
font-family: 'Font Awesome 7 Pro';
|
1134
1631
|
font-weight: 400;
|
1135
1632
|
}
|
1136
|
-
.#{
|
1137
|
-
|
1138
|
-
|
1633
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-rock-o {
|
1634
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hand-back-fist }\"");
|
1635
|
+
}
|
1636
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-grab-o {
|
1637
|
+
font-family: 'Font Awesome 7 Pro';
|
1139
1638
|
font-weight: 400;
|
1140
1639
|
}
|
1141
|
-
.#{
|
1142
|
-
|
1143
|
-
|
1640
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-grab-o {
|
1641
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hand-back-fist }\"");
|
1642
|
+
}
|
1643
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-paper-o {
|
1644
|
+
font-family: 'Font Awesome 7 Pro';
|
1144
1645
|
font-weight: 400;
|
1145
1646
|
}
|
1146
|
-
.#{
|
1147
|
-
|
1148
|
-
|
1647
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-paper-o {
|
1648
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hand }\"");
|
1649
|
+
}
|
1650
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-stop-o {
|
1651
|
+
font-family: 'Font Awesome 7 Pro';
|
1149
1652
|
font-weight: 400;
|
1150
1653
|
}
|
1151
|
-
.#{
|
1152
|
-
|
1153
|
-
|
1654
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-stop-o {
|
1655
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hand }\"");
|
1656
|
+
}
|
1657
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-scissors-o {
|
1658
|
+
font-family: 'Font Awesome 7 Pro';
|
1154
1659
|
font-weight: 400;
|
1155
1660
|
}
|
1156
|
-
.#{
|
1157
|
-
|
1158
|
-
|
1661
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-scissors-o {
|
1662
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hand-scissors }\"");
|
1663
|
+
}
|
1664
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-lizard-o {
|
1665
|
+
font-family: 'Font Awesome 7 Pro';
|
1159
1666
|
font-weight: 400;
|
1160
1667
|
}
|
1161
|
-
.#{
|
1162
|
-
|
1163
|
-
|
1668
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-lizard-o {
|
1669
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hand-lizard }\"");
|
1670
|
+
}
|
1671
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-spock-o {
|
1672
|
+
font-family: 'Font Awesome 7 Pro';
|
1164
1673
|
font-weight: 400;
|
1165
1674
|
}
|
1166
|
-
.#{
|
1167
|
-
|
1168
|
-
|
1675
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-spock-o {
|
1676
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hand-spock }\"");
|
1677
|
+
}
|
1678
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-pointer-o {
|
1679
|
+
font-family: 'Font Awesome 7 Pro';
|
1169
1680
|
font-weight: 400;
|
1170
1681
|
}
|
1171
|
-
.#{
|
1172
|
-
|
1173
|
-
|
1682
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-pointer-o {
|
1683
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hand-pointer }\"");
|
1684
|
+
}
|
1685
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-peace-o {
|
1686
|
+
font-family: 'Font Awesome 7 Pro';
|
1174
1687
|
font-weight: 400;
|
1175
1688
|
}
|
1176
|
-
.#{
|
1177
|
-
|
1178
|
-
|
1689
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hand-peace-o {
|
1690
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hand-peace }\"");
|
1691
|
+
}
|
1692
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-registered {
|
1693
|
+
font-family: 'Font Awesome 7 Pro';
|
1179
1694
|
font-weight: 400;
|
1180
1695
|
}
|
1181
|
-
.#{
|
1182
|
-
font-family: 'Font Awesome
|
1696
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-creative-commons {
|
1697
|
+
font-family: 'Font Awesome 7 Brands';
|
1183
1698
|
font-weight: 400;
|
1184
1699
|
}
|
1185
|
-
.#{
|
1186
|
-
font-family: 'Font Awesome
|
1700
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-gg {
|
1701
|
+
font-family: 'Font Awesome 7 Brands';
|
1187
1702
|
font-weight: 400;
|
1188
1703
|
}
|
1189
|
-
.#{
|
1190
|
-
font-family: 'Font Awesome
|
1704
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-gg-circle {
|
1705
|
+
font-family: 'Font Awesome 7 Brands';
|
1191
1706
|
font-weight: 400;
|
1192
1707
|
}
|
1193
|
-
.#{
|
1194
|
-
font-family: 'Font Awesome
|
1708
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-odnoklassniki {
|
1709
|
+
font-family: 'Font Awesome 7 Brands';
|
1195
1710
|
font-weight: 400;
|
1196
1711
|
}
|
1197
|
-
.#{
|
1198
|
-
font-family: 'Font Awesome
|
1712
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-odnoklassniki-square {
|
1713
|
+
font-family: 'Font Awesome 7 Brands';
|
1199
1714
|
font-weight: 400;
|
1200
1715
|
}
|
1201
|
-
.#{
|
1202
|
-
|
1203
|
-
|
1716
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-odnoklassniki-square {
|
1717
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-odnoklassniki }\"");
|
1718
|
+
}
|
1719
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-get-pocket {
|
1720
|
+
font-family: 'Font Awesome 7 Brands';
|
1204
1721
|
font-weight: 400;
|
1205
1722
|
}
|
1206
|
-
.#{
|
1207
|
-
font-family: 'Font Awesome
|
1723
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-wikipedia-w {
|
1724
|
+
font-family: 'Font Awesome 7 Brands';
|
1208
1725
|
font-weight: 400;
|
1209
1726
|
}
|
1210
|
-
.#{
|
1211
|
-
font-family: 'Font Awesome
|
1727
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-safari {
|
1728
|
+
font-family: 'Font Awesome 7 Brands';
|
1212
1729
|
font-weight: 400;
|
1213
1730
|
}
|
1214
|
-
.#{
|
1215
|
-
font-family: 'Font Awesome
|
1731
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-chrome {
|
1732
|
+
font-family: 'Font Awesome 7 Brands';
|
1216
1733
|
font-weight: 400;
|
1217
1734
|
}
|
1218
|
-
.#{
|
1219
|
-
font-family: 'Font Awesome
|
1735
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-firefox {
|
1736
|
+
font-family: 'Font Awesome 7 Brands';
|
1220
1737
|
font-weight: 400;
|
1221
1738
|
}
|
1222
|
-
.#{
|
1223
|
-
font-family: 'Font Awesome
|
1739
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-opera {
|
1740
|
+
font-family: 'Font Awesome 7 Brands';
|
1224
1741
|
font-weight: 400;
|
1225
1742
|
}
|
1226
|
-
.#{
|
1227
|
-
font-family: 'Font Awesome
|
1743
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-internet-explorer {
|
1744
|
+
font-family: 'Font Awesome 7 Brands';
|
1228
1745
|
font-weight: 400;
|
1229
1746
|
}
|
1230
|
-
.#{
|
1231
|
-
|
1232
|
-
|
1747
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-television {
|
1748
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-tv }\"");
|
1749
|
+
}
|
1750
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-contao {
|
1751
|
+
font-family: 'Font Awesome 7 Brands';
|
1233
1752
|
font-weight: 400;
|
1234
1753
|
}
|
1235
|
-
.#{
|
1236
|
-
font-family: 'Font Awesome
|
1754
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-500px {
|
1755
|
+
font-family: 'Font Awesome 7 Brands';
|
1237
1756
|
font-weight: 400;
|
1238
1757
|
}
|
1239
|
-
.#{
|
1240
|
-
font-family: 'Font Awesome
|
1758
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-amazon {
|
1759
|
+
font-family: 'Font Awesome 7 Brands';
|
1241
1760
|
font-weight: 400;
|
1242
1761
|
}
|
1243
|
-
.#{
|
1244
|
-
font-family: 'Font Awesome
|
1762
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-calendar-plus-o {
|
1763
|
+
font-family: 'Font Awesome 7 Pro';
|
1245
1764
|
font-weight: 400;
|
1246
1765
|
}
|
1247
|
-
.#{
|
1248
|
-
|
1249
|
-
|
1766
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-calendar-plus-o {
|
1767
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-calendar-plus }\"");
|
1768
|
+
}
|
1769
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-calendar-minus-o {
|
1770
|
+
font-family: 'Font Awesome 7 Pro';
|
1250
1771
|
font-weight: 400;
|
1251
1772
|
}
|
1252
|
-
.#{
|
1253
|
-
|
1254
|
-
|
1773
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-calendar-minus-o {
|
1774
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-calendar-minus }\"");
|
1775
|
+
}
|
1776
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-calendar-times-o {
|
1777
|
+
font-family: 'Font Awesome 7 Pro';
|
1255
1778
|
font-weight: 400;
|
1256
1779
|
}
|
1257
|
-
.#{
|
1258
|
-
|
1259
|
-
|
1780
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-calendar-times-o {
|
1781
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-calendar-xmark }\"");
|
1782
|
+
}
|
1783
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-calendar-check-o {
|
1784
|
+
font-family: 'Font Awesome 7 Pro';
|
1260
1785
|
font-weight: 400;
|
1261
1786
|
}
|
1262
|
-
.#{
|
1263
|
-
|
1264
|
-
|
1787
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-calendar-check-o {
|
1788
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-calendar-check }\"");
|
1789
|
+
}
|
1790
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-map-o {
|
1791
|
+
font-family: 'Font Awesome 7 Pro';
|
1265
1792
|
font-weight: 400;
|
1266
1793
|
}
|
1267
|
-
.#{
|
1268
|
-
|
1269
|
-
|
1270
|
-
|
1794
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-map-o {
|
1795
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-map }\"");
|
1796
|
+
}
|
1797
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-commenting {
|
1798
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-comment-dots }\"");
|
1799
|
+
}
|
1800
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-commenting-o {
|
1801
|
+
font-family: 'Font Awesome 7 Pro';
|
1271
1802
|
font-weight: 400;
|
1272
1803
|
}
|
1273
|
-
.#{
|
1274
|
-
|
1275
|
-
|
1804
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-commenting-o {
|
1805
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-comment-dots }\"");
|
1806
|
+
}
|
1807
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-houzz {
|
1808
|
+
font-family: 'Font Awesome 7 Brands';
|
1276
1809
|
font-weight: 400;
|
1277
1810
|
}
|
1278
|
-
.#{
|
1279
|
-
font-family: 'Font Awesome
|
1811
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-vimeo {
|
1812
|
+
font-family: 'Font Awesome 7 Brands';
|
1280
1813
|
font-weight: 400;
|
1281
1814
|
}
|
1282
|
-
.#{
|
1283
|
-
|
1284
|
-
|
1815
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-vimeo {
|
1816
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-vimeo-v }\"");
|
1817
|
+
}
|
1818
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-black-tie {
|
1819
|
+
font-family: 'Font Awesome 7 Brands';
|
1285
1820
|
font-weight: 400;
|
1286
1821
|
}
|
1287
|
-
.#{
|
1288
|
-
font-family: 'Font Awesome
|
1822
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-fonticons {
|
1823
|
+
font-family: 'Font Awesome 7 Brands';
|
1289
1824
|
font-weight: 400;
|
1290
1825
|
}
|
1291
|
-
.#{
|
1292
|
-
font-family: 'Font Awesome
|
1826
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-reddit-alien {
|
1827
|
+
font-family: 'Font Awesome 7 Brands';
|
1293
1828
|
font-weight: 400;
|
1294
1829
|
}
|
1295
|
-
.#{
|
1296
|
-
font-family: 'Font Awesome
|
1830
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-edge {
|
1831
|
+
font-family: 'Font Awesome 7 Brands';
|
1297
1832
|
font-weight: 400;
|
1298
1833
|
}
|
1299
|
-
.#{
|
1300
|
-
|
1301
|
-
|
1834
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-credit-card-alt {
|
1835
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-credit-card }\"");
|
1836
|
+
}
|
1837
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-codiepie {
|
1838
|
+
font-family: 'Font Awesome 7 Brands';
|
1302
1839
|
font-weight: 400;
|
1303
1840
|
}
|
1304
|
-
.#{
|
1305
|
-
font-family: 'Font Awesome
|
1841
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-modx {
|
1842
|
+
font-family: 'Font Awesome 7 Brands';
|
1306
1843
|
font-weight: 400;
|
1307
1844
|
}
|
1308
|
-
.#{
|
1309
|
-
font-family: 'Font Awesome
|
1845
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-fort-awesome {
|
1846
|
+
font-family: 'Font Awesome 7 Brands';
|
1310
1847
|
font-weight: 400;
|
1311
1848
|
}
|
1312
|
-
.#{
|
1313
|
-
font-family: 'Font Awesome
|
1849
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-usb {
|
1850
|
+
font-family: 'Font Awesome 7 Brands';
|
1314
1851
|
font-weight: 400;
|
1315
1852
|
}
|
1316
|
-
.#{
|
1317
|
-
font-family: 'Font Awesome
|
1853
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-product-hunt {
|
1854
|
+
font-family: 'Font Awesome 7 Brands';
|
1318
1855
|
font-weight: 400;
|
1319
1856
|
}
|
1320
|
-
.#{
|
1321
|
-
font-family: 'Font Awesome
|
1857
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-mixcloud {
|
1858
|
+
font-family: 'Font Awesome 7 Brands';
|
1322
1859
|
font-weight: 400;
|
1323
1860
|
}
|
1324
|
-
.#{
|
1325
|
-
font-family: 'Font Awesome
|
1861
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-scribd {
|
1862
|
+
font-family: 'Font Awesome 7 Brands';
|
1326
1863
|
font-weight: 400;
|
1327
1864
|
}
|
1328
|
-
.#{
|
1329
|
-
font-family: 'Font Awesome
|
1865
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-pause-circle-o {
|
1866
|
+
font-family: 'Font Awesome 7 Pro';
|
1330
1867
|
font-weight: 400;
|
1331
1868
|
}
|
1332
|
-
.#{
|
1333
|
-
|
1334
|
-
|
1869
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-pause-circle-o {
|
1870
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-circle-pause }\"");
|
1871
|
+
}
|
1872
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-stop-circle-o {
|
1873
|
+
font-family: 'Font Awesome 7 Pro';
|
1335
1874
|
font-weight: 400;
|
1336
1875
|
}
|
1337
|
-
.#{
|
1338
|
-
|
1339
|
-
|
1876
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-stop-circle-o {
|
1877
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-circle-stop }\"");
|
1878
|
+
}
|
1879
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bluetooth {
|
1880
|
+
font-family: 'Font Awesome 7 Brands';
|
1340
1881
|
font-weight: 400;
|
1341
1882
|
}
|
1342
|
-
.#{
|
1343
|
-
font-family: 'Font Awesome
|
1883
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bluetooth-b {
|
1884
|
+
font-family: 'Font Awesome 7 Brands';
|
1344
1885
|
font-weight: 400;
|
1345
1886
|
}
|
1346
|
-
.#{
|
1347
|
-
font-family: 'Font Awesome
|
1887
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-gitlab {
|
1888
|
+
font-family: 'Font Awesome 7 Brands';
|
1348
1889
|
font-weight: 400;
|
1349
1890
|
}
|
1350
|
-
.#{
|
1351
|
-
font-family: 'Font Awesome
|
1891
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-wpbeginner {
|
1892
|
+
font-family: 'Font Awesome 7 Brands';
|
1352
1893
|
font-weight: 400;
|
1353
1894
|
}
|
1354
|
-
.#{
|
1355
|
-
font-family: 'Font Awesome
|
1895
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-wpforms {
|
1896
|
+
font-family: 'Font Awesome 7 Brands';
|
1356
1897
|
font-weight: 400;
|
1357
1898
|
}
|
1358
|
-
.#{
|
1359
|
-
font-family: 'Font Awesome
|
1899
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-envira {
|
1900
|
+
font-family: 'Font Awesome 7 Brands';
|
1360
1901
|
font-weight: 400;
|
1361
1902
|
}
|
1362
|
-
.#{
|
1363
|
-
font-family: 'Font Awesome
|
1903
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-wheelchair-alt {
|
1904
|
+
font-family: 'Font Awesome 7 Brands';
|
1364
1905
|
font-weight: 400;
|
1365
1906
|
}
|
1366
|
-
.#{
|
1367
|
-
|
1368
|
-
|
1907
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-wheelchair-alt {
|
1908
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-accessible-icon }\"");
|
1909
|
+
}
|
1910
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-question-circle-o {
|
1911
|
+
font-family: 'Font Awesome 7 Pro';
|
1369
1912
|
font-weight: 400;
|
1370
1913
|
}
|
1371
|
-
.#{
|
1372
|
-
|
1373
|
-
|
1374
|
-
.#{
|
1375
|
-
|
1376
|
-
|
1377
|
-
|
1914
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-question-circle-o {
|
1915
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-circle-question }\"");
|
1916
|
+
}
|
1917
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-volume-control-phone {
|
1918
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-phone-volume }\"");
|
1919
|
+
}
|
1920
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-asl-interpreting {
|
1921
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hands-asl-interpreting }\"");
|
1922
|
+
}
|
1923
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-deafness {
|
1924
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-ear-deaf }\"");
|
1925
|
+
}
|
1926
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-hard-of-hearing {
|
1927
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-ear-deaf }\"");
|
1928
|
+
}
|
1929
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-glide {
|
1930
|
+
font-family: 'Font Awesome 7 Brands';
|
1378
1931
|
font-weight: 400;
|
1379
1932
|
}
|
1380
|
-
.#{
|
1381
|
-
font-family: 'Font Awesome
|
1933
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-glide-g {
|
1934
|
+
font-family: 'Font Awesome 7 Brands';
|
1382
1935
|
font-weight: 400;
|
1383
1936
|
}
|
1384
|
-
.#{
|
1385
|
-
|
1386
|
-
|
1937
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-signing {
|
1938
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-hands }\"");
|
1939
|
+
}
|
1940
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-viadeo {
|
1941
|
+
font-family: 'Font Awesome 7 Brands';
|
1387
1942
|
font-weight: 400;
|
1388
1943
|
}
|
1389
|
-
.#{
|
1390
|
-
font-family: 'Font Awesome
|
1944
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-viadeo-square {
|
1945
|
+
font-family: 'Font Awesome 7 Brands';
|
1391
1946
|
font-weight: 400;
|
1392
1947
|
}
|
1393
|
-
.#{
|
1394
|
-
|
1395
|
-
|
1948
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-viadeo-square {
|
1949
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-viadeo }\"");
|
1950
|
+
}
|
1951
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-snapchat {
|
1952
|
+
font-family: 'Font Awesome 7 Brands';
|
1396
1953
|
font-weight: 400;
|
1397
1954
|
}
|
1398
|
-
.#{
|
1399
|
-
font-family: 'Font Awesome
|
1955
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-snapchat-ghost {
|
1956
|
+
font-family: 'Font Awesome 7 Brands';
|
1400
1957
|
font-weight: 400;
|
1401
1958
|
}
|
1402
|
-
.#{
|
1403
|
-
|
1404
|
-
|
1959
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-snapchat-ghost {
|
1960
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-snapchat }\"");
|
1961
|
+
}
|
1962
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-snapchat-square {
|
1963
|
+
font-family: 'Font Awesome 7 Brands';
|
1405
1964
|
font-weight: 400;
|
1406
1965
|
}
|
1407
|
-
.#{
|
1408
|
-
|
1409
|
-
|
1966
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-snapchat-square {
|
1967
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-square-snapchat }\"");
|
1968
|
+
}
|
1969
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-pied-piper {
|
1970
|
+
font-family: 'Font Awesome 7 Brands';
|
1410
1971
|
font-weight: 400;
|
1411
1972
|
}
|
1412
|
-
.#{
|
1413
|
-
font-family: 'Font Awesome
|
1973
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-first-order {
|
1974
|
+
font-family: 'Font Awesome 7 Brands';
|
1414
1975
|
font-weight: 400;
|
1415
1976
|
}
|
1416
|
-
.#{
|
1417
|
-
font-family: 'Font Awesome
|
1977
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-yoast {
|
1978
|
+
font-family: 'Font Awesome 7 Brands';
|
1418
1979
|
font-weight: 400;
|
1419
1980
|
}
|
1420
|
-
.#{
|
1421
|
-
font-family: 'Font Awesome
|
1981
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-themeisle {
|
1982
|
+
font-family: 'Font Awesome 7 Brands';
|
1422
1983
|
font-weight: 400;
|
1423
1984
|
}
|
1424
|
-
.#{
|
1425
|
-
font-family: 'Font Awesome
|
1985
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-google-plus-official {
|
1986
|
+
font-family: 'Font Awesome 7 Brands';
|
1426
1987
|
font-weight: 400;
|
1427
1988
|
}
|
1428
|
-
.#{
|
1429
|
-
|
1430
|
-
|
1989
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-google-plus-official {
|
1990
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-google-plus }\"");
|
1991
|
+
}
|
1992
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-google-plus-circle {
|
1993
|
+
font-family: 'Font Awesome 7 Brands';
|
1431
1994
|
font-weight: 400;
|
1432
1995
|
}
|
1433
|
-
.#{
|
1434
|
-
|
1435
|
-
|
1996
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-google-plus-circle {
|
1997
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-google-plus }\"");
|
1998
|
+
}
|
1999
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-font-awesome {
|
2000
|
+
font-family: 'Font Awesome 7 Brands';
|
1436
2001
|
font-weight: 400;
|
1437
2002
|
}
|
1438
|
-
.#{
|
1439
|
-
font-family: 'Font Awesome
|
2003
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-fa {
|
2004
|
+
font-family: 'Font Awesome 7 Brands';
|
1440
2005
|
font-weight: 400;
|
1441
2006
|
}
|
1442
|
-
.#{
|
1443
|
-
|
1444
|
-
|
2007
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-fa {
|
2008
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-font-awesome }\"");
|
2009
|
+
}
|
2010
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-handshake-o {
|
2011
|
+
font-family: 'Font Awesome 7 Pro';
|
1445
2012
|
font-weight: 400;
|
1446
2013
|
}
|
1447
|
-
.#{
|
1448
|
-
|
1449
|
-
|
2014
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-handshake-o {
|
2015
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-handshake }\"");
|
2016
|
+
}
|
2017
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-envelope-open-o {
|
2018
|
+
font-family: 'Font Awesome 7 Pro';
|
1450
2019
|
font-weight: 400;
|
1451
2020
|
}
|
1452
|
-
.#{
|
1453
|
-
|
1454
|
-
|
2021
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-envelope-open-o {
|
2022
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-envelope-open }\"");
|
2023
|
+
}
|
2024
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-linode {
|
2025
|
+
font-family: 'Font Awesome 7 Brands';
|
1455
2026
|
font-weight: 400;
|
1456
2027
|
}
|
1457
|
-
.#{
|
1458
|
-
font-family: 'Font Awesome
|
2028
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-address-book-o {
|
2029
|
+
font-family: 'Font Awesome 7 Pro';
|
1459
2030
|
font-weight: 400;
|
1460
2031
|
}
|
1461
|
-
.#{
|
1462
|
-
|
1463
|
-
|
1464
|
-
|
2032
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-address-book-o {
|
2033
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-address-book }\"");
|
2034
|
+
}
|
2035
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-vcard {
|
2036
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-address-card }\"");
|
2037
|
+
}
|
2038
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-address-card-o {
|
2039
|
+
font-family: 'Font Awesome 7 Pro';
|
1465
2040
|
font-weight: 400;
|
1466
2041
|
}
|
1467
|
-
.#{
|
1468
|
-
|
1469
|
-
|
2042
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-address-card-o {
|
2043
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-address-card }\"");
|
2044
|
+
}
|
2045
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-vcard-o {
|
2046
|
+
font-family: 'Font Awesome 7 Pro';
|
1470
2047
|
font-weight: 400;
|
1471
2048
|
}
|
1472
|
-
.#{
|
1473
|
-
|
1474
|
-
|
2049
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-vcard-o {
|
2050
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-address-card }\"");
|
2051
|
+
}
|
2052
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-user-circle-o {
|
2053
|
+
font-family: 'Font Awesome 7 Pro';
|
1475
2054
|
font-weight: 400;
|
1476
2055
|
}
|
1477
|
-
.#{
|
1478
|
-
|
1479
|
-
|
2056
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-user-circle-o {
|
2057
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-circle-user }\"");
|
2058
|
+
}
|
2059
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-user-o {
|
2060
|
+
font-family: 'Font Awesome 7 Pro';
|
1480
2061
|
font-weight: 400;
|
1481
2062
|
}
|
1482
|
-
.#{
|
1483
|
-
|
1484
|
-
|
2063
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-user-o {
|
2064
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-user }\"");
|
2065
|
+
}
|
2066
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-id-badge {
|
2067
|
+
font-family: 'Font Awesome 7 Pro';
|
1485
2068
|
font-weight: 400;
|
1486
2069
|
}
|
1487
|
-
.#{
|
1488
|
-
|
1489
|
-
|
2070
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-drivers-license {
|
2071
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-id-card }\"");
|
2072
|
+
}
|
2073
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-id-card-o {
|
2074
|
+
font-family: 'Font Awesome 7 Pro';
|
1490
2075
|
font-weight: 400;
|
1491
2076
|
}
|
1492
|
-
.#{
|
1493
|
-
|
1494
|
-
|
2077
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-id-card-o {
|
2078
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-id-card }\"");
|
2079
|
+
}
|
2080
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-drivers-license-o {
|
2081
|
+
font-family: 'Font Awesome 7 Pro';
|
1495
2082
|
font-weight: 400;
|
1496
2083
|
}
|
1497
|
-
.#{
|
1498
|
-
|
1499
|
-
|
2084
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-drivers-license-o {
|
2085
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-id-card }\"");
|
2086
|
+
}
|
2087
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-quora {
|
2088
|
+
font-family: 'Font Awesome 7 Brands';
|
1500
2089
|
font-weight: 400;
|
1501
2090
|
}
|
1502
|
-
.#{
|
1503
|
-
font-family: 'Font Awesome
|
2091
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-free-code-camp {
|
2092
|
+
font-family: 'Font Awesome 7 Brands';
|
1504
2093
|
font-weight: 400;
|
1505
2094
|
}
|
1506
|
-
.#{
|
1507
|
-
font-family: 'Font Awesome
|
2095
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-telegram {
|
2096
|
+
font-family: 'Font Awesome 7 Brands';
|
1508
2097
|
font-weight: 400;
|
1509
2098
|
}
|
1510
|
-
.#{
|
1511
|
-
|
1512
|
-
|
1513
|
-
.#{
|
1514
|
-
|
1515
|
-
|
1516
|
-
.#{
|
1517
|
-
|
1518
|
-
|
1519
|
-
|
2099
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-thermometer-4 {
|
2100
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-temperature-full }\"");
|
2101
|
+
}
|
2102
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-thermometer {
|
2103
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-temperature-full }\"");
|
2104
|
+
}
|
2105
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-thermometer-3 {
|
2106
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-temperature-three-quarters }\"");
|
2107
|
+
}
|
2108
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-thermometer-2 {
|
2109
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-temperature-half }\"");
|
2110
|
+
}
|
2111
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-thermometer-1 {
|
2112
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-temperature-quarter }\"");
|
2113
|
+
}
|
2114
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-thermometer-0 {
|
2115
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-temperature-empty }\"");
|
2116
|
+
}
|
2117
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bathtub {
|
2118
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-bath }\"");
|
2119
|
+
}
|
2120
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-s15 {
|
2121
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-bath }\"");
|
2122
|
+
}
|
2123
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-window-maximize {
|
2124
|
+
font-family: 'Font Awesome 7 Pro';
|
1520
2125
|
font-weight: 400;
|
1521
2126
|
}
|
1522
|
-
.#{
|
1523
|
-
font-family: 'Font Awesome
|
2127
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-window-restore {
|
2128
|
+
font-family: 'Font Awesome 7 Pro';
|
1524
2129
|
font-weight: 400;
|
1525
2130
|
}
|
1526
|
-
.#{
|
1527
|
-
|
1528
|
-
|
2131
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-times-rectangle {
|
2132
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-rectangle-xmark }\"");
|
2133
|
+
}
|
2134
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-window-close-o {
|
2135
|
+
font-family: 'Font Awesome 7 Pro';
|
1529
2136
|
font-weight: 400;
|
1530
2137
|
}
|
1531
|
-
.#{
|
1532
|
-
|
1533
|
-
|
2138
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-window-close-o {
|
2139
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-rectangle-xmark }\"");
|
2140
|
+
}
|
2141
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-times-rectangle-o {
|
2142
|
+
font-family: 'Font Awesome 7 Pro';
|
1534
2143
|
font-weight: 400;
|
1535
2144
|
}
|
1536
|
-
.#{
|
1537
|
-
|
1538
|
-
|
2145
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-times-rectangle-o {
|
2146
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-rectangle-xmark }\"");
|
2147
|
+
}
|
2148
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-bandcamp {
|
2149
|
+
font-family: 'Font Awesome 7 Brands';
|
1539
2150
|
font-weight: 400;
|
1540
2151
|
}
|
1541
|
-
.#{
|
1542
|
-
font-family: 'Font Awesome
|
2152
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-grav {
|
2153
|
+
font-family: 'Font Awesome 7 Brands';
|
1543
2154
|
font-weight: 400;
|
1544
2155
|
}
|
1545
|
-
.#{
|
1546
|
-
font-family: 'Font Awesome
|
2156
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-etsy {
|
2157
|
+
font-family: 'Font Awesome 7 Brands';
|
1547
2158
|
font-weight: 400;
|
1548
2159
|
}
|
1549
|
-
.#{
|
1550
|
-
font-family: 'Font Awesome
|
2160
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-imdb {
|
2161
|
+
font-family: 'Font Awesome 7 Brands';
|
1551
2162
|
font-weight: 400;
|
1552
2163
|
}
|
1553
|
-
.#{
|
1554
|
-
font-family: 'Font Awesome
|
2164
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-ravelry {
|
2165
|
+
font-family: 'Font Awesome 7 Brands';
|
1555
2166
|
font-weight: 400;
|
1556
2167
|
}
|
1557
|
-
.#{
|
1558
|
-
font-family: 'Font Awesome
|
2168
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-eercast {
|
2169
|
+
font-family: 'Font Awesome 7 Brands';
|
1559
2170
|
font-weight: 400;
|
1560
2171
|
}
|
1561
|
-
.#{
|
1562
|
-
|
1563
|
-
|
2172
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-eercast {
|
2173
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-sellcast }\"");
|
2174
|
+
}
|
2175
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-snowflake-o {
|
2176
|
+
font-family: 'Font Awesome 7 Pro';
|
1564
2177
|
font-weight: 400;
|
1565
2178
|
}
|
1566
|
-
.#{
|
1567
|
-
|
1568
|
-
|
2179
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-snowflake-o {
|
2180
|
+
#{v.$icon-property}: string.unquote("\"#{ v.$var-snowflake }\"");
|
2181
|
+
}
|
2182
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-superpowers {
|
2183
|
+
font-family: 'Font Awesome 7 Brands';
|
1569
2184
|
font-weight: 400;
|
1570
2185
|
}
|
1571
|
-
.#{
|
1572
|
-
font-family: 'Font Awesome
|
2186
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-wpexplorer {
|
2187
|
+
font-family: 'Font Awesome 7 Brands';
|
1573
2188
|
font-weight: 400;
|
1574
2189
|
}
|
1575
|
-
.#{
|
1576
|
-
font-family: 'Font Awesome
|
2190
|
+
.#{v.$css-prefix}.#{v.$css-prefix}-meetup {
|
2191
|
+
font-family: 'Font Awesome 7 Brands';
|
1577
2192
|
font-weight: 400;
|
1578
2193
|
}
|