matcha-icons 19.89.0 → 19.92.0
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/demo.html +155 -57
- package/fonts/matcha-icons.eot +0 -0
- package/fonts/matcha-icons.svg +29 -22
- package/fonts/matcha-icons.ttf +0 -0
- package/fonts/matcha-icons.woff +0 -0
- package/matcha-icons.css +1138 -1117
- package/package.json +1 -1
- package/selection.json +1 -1
- package/style.css +50 -30
- package/source/matcha-icons-v32.0.zip +0 -0
package/style.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'matcha-icons';
|
|
3
|
-
src: url('fonts/matcha-icons.eot?
|
|
4
|
-
src: url('fonts/matcha-icons.eot?
|
|
5
|
-
url('fonts/matcha-icons.ttf?
|
|
6
|
-
url('fonts/matcha-icons.woff?
|
|
7
|
-
url('fonts/matcha-icons.svg?
|
|
3
|
+
src: url('fonts/matcha-icons.eot?fi14ws');
|
|
4
|
+
src: url('fonts/matcha-icons.eot?fi14ws#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/matcha-icons.ttf?fi14ws') format('truetype'),
|
|
6
|
+
url('fonts/matcha-icons.woff?fi14ws') format('woff'),
|
|
7
|
+
url('fonts/matcha-icons.svg?fi14ws#matcha-icons') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -82,9 +82,12 @@
|
|
|
82
82
|
.i-matcha-church:before {
|
|
83
83
|
content: "\e940";
|
|
84
84
|
}
|
|
85
|
-
.i-matcha-
|
|
85
|
+
.i-matcha-trophy-out:before {
|
|
86
86
|
content: "\e95c";
|
|
87
87
|
}
|
|
88
|
+
.i-matcha-church-out:before {
|
|
89
|
+
content: "\e95d";
|
|
90
|
+
}
|
|
88
91
|
.i-matcha-download:before {
|
|
89
92
|
content: "\e943";
|
|
90
93
|
}
|
|
@@ -161,7 +164,7 @@
|
|
|
161
164
|
content: "\e941";
|
|
162
165
|
}
|
|
163
166
|
.i-matcha-contact-out:before {
|
|
164
|
-
content: "\
|
|
167
|
+
content: "\e967";
|
|
165
168
|
}
|
|
166
169
|
.i-matcha-store:before {
|
|
167
170
|
content: "\e953";
|
|
@@ -178,9 +181,12 @@
|
|
|
178
181
|
.i-matcha-profile:before {
|
|
179
182
|
content: "\e94f";
|
|
180
183
|
}
|
|
181
|
-
.i-matcha-
|
|
184
|
+
.i-matcha-flow-out:before {
|
|
182
185
|
content: "\e96b";
|
|
183
186
|
}
|
|
187
|
+
.i-matcha-profile-out:before {
|
|
188
|
+
content: "\eb29";
|
|
189
|
+
}
|
|
184
190
|
.i-matcha-bright:before {
|
|
185
191
|
content: "\e93b";
|
|
186
192
|
}
|
|
@@ -211,9 +217,12 @@
|
|
|
211
217
|
.i-matcha-contrast:before {
|
|
212
218
|
content: "\e99f";
|
|
213
219
|
}
|
|
214
|
-
.i-matcha-
|
|
220
|
+
.i-matcha-flow:before {
|
|
215
221
|
content: "\e933";
|
|
216
222
|
}
|
|
223
|
+
.i-matcha-check-in:before {
|
|
224
|
+
content: "\eb2a";
|
|
225
|
+
}
|
|
217
226
|
.i-matcha-check-out:before {
|
|
218
227
|
content: "\e9f5";
|
|
219
228
|
}
|
|
@@ -226,9 +235,12 @@
|
|
|
226
235
|
.i-matcha-notes:before {
|
|
227
236
|
content: "\e97e";
|
|
228
237
|
}
|
|
229
|
-
.i-matcha-
|
|
238
|
+
.i-matcha-push-out:before {
|
|
230
239
|
content: "\e9f8";
|
|
231
240
|
}
|
|
241
|
+
.i-matcha-notes-out:before {
|
|
242
|
+
content: "\eb2d";
|
|
243
|
+
}
|
|
232
244
|
.i-matcha-print:before {
|
|
233
245
|
content: "\e9f9";
|
|
234
246
|
}
|
|
@@ -265,9 +277,12 @@
|
|
|
265
277
|
.i-matcha-dark-mode:before {
|
|
266
278
|
content: "\e9e4";
|
|
267
279
|
}
|
|
268
|
-
.i-matcha-
|
|
280
|
+
.i-matcha-preferences:before {
|
|
269
281
|
content: "\e9e5";
|
|
270
282
|
}
|
|
283
|
+
.i-matcha-dark-mode-2:before {
|
|
284
|
+
content: "\eb2b";
|
|
285
|
+
}
|
|
271
286
|
.i-matcha-category:before {
|
|
272
287
|
content: "\e978";
|
|
273
288
|
}
|
|
@@ -286,10 +301,6 @@
|
|
|
286
301
|
.i-matcha-participant:before {
|
|
287
302
|
content: "\e97f";
|
|
288
303
|
}
|
|
289
|
-
.i-matcha-rooms:before {
|
|
290
|
-
content: "\e980";
|
|
291
|
-
color: #5a6a72;
|
|
292
|
-
}
|
|
293
304
|
.i-matcha-kids:before {
|
|
294
305
|
content: "\ea20";
|
|
295
306
|
}
|
|
@@ -323,9 +334,12 @@
|
|
|
323
334
|
.i-matcha-blocked:before {
|
|
324
335
|
content: "\e977";
|
|
325
336
|
}
|
|
326
|
-
.i-matcha-reports:before {
|
|
337
|
+
.i-matcha-reports-out:before {
|
|
327
338
|
content: "\e982";
|
|
328
339
|
}
|
|
340
|
+
.i-matcha-reports:before {
|
|
341
|
+
content: "\eb2e";
|
|
342
|
+
}
|
|
329
343
|
.i-matcha-dashboard:before {
|
|
330
344
|
content: "\e97a";
|
|
331
345
|
}
|
|
@@ -336,13 +350,13 @@
|
|
|
336
350
|
content: "\e97b";
|
|
337
351
|
}
|
|
338
352
|
.i-matcha-phone:before {
|
|
339
|
-
content: "\
|
|
353
|
+
content: "\e980";
|
|
340
354
|
}
|
|
341
355
|
.i-matcha-contact-us:before {
|
|
342
356
|
content: "\e979";
|
|
343
357
|
}
|
|
344
358
|
.i-matcha-audio:before {
|
|
345
|
-
content: "\
|
|
359
|
+
content: "\e984";
|
|
346
360
|
}
|
|
347
361
|
.i-matcha-audio-out:before {
|
|
348
362
|
content: "\e991";
|
|
@@ -417,10 +431,10 @@
|
|
|
417
431
|
content: "\ea92";
|
|
418
432
|
}
|
|
419
433
|
.i-matcha-bonus:before {
|
|
420
|
-
content: "\
|
|
434
|
+
content: "\e985";
|
|
421
435
|
}
|
|
422
436
|
.i-matcha-bonus-out:before {
|
|
423
|
-
content: "\
|
|
437
|
+
content: "\e992";
|
|
424
438
|
}
|
|
425
439
|
.i-matcha-save:before {
|
|
426
440
|
content: "\e9fd";
|
|
@@ -462,11 +476,14 @@
|
|
|
462
476
|
content: "\e9a0";
|
|
463
477
|
}
|
|
464
478
|
.i-matcha-net:before {
|
|
465
|
-
content: "\
|
|
479
|
+
content: "\e99e";
|
|
466
480
|
}
|
|
467
|
-
.i-matcha-
|
|
481
|
+
.i-matcha-push:before {
|
|
468
482
|
content: "\e9e7";
|
|
469
483
|
}
|
|
484
|
+
.i-matcha-contact1:before {
|
|
485
|
+
content: "\eb2f";
|
|
486
|
+
}
|
|
470
487
|
.i-matcha-copy-content:before {
|
|
471
488
|
content: "\ea07";
|
|
472
489
|
}
|
|
@@ -566,9 +583,12 @@
|
|
|
566
583
|
.i-matcha-rocket:before {
|
|
567
584
|
content: "\ea91";
|
|
568
585
|
}
|
|
569
|
-
.i-matcha-
|
|
586
|
+
.i-matcha-preferences-out:before {
|
|
570
587
|
content: "\eae6";
|
|
571
588
|
}
|
|
589
|
+
.i-matcha-rocket-out:before {
|
|
590
|
+
content: "\eb2c";
|
|
591
|
+
}
|
|
572
592
|
.i-matcha-filter-bars:before {
|
|
573
593
|
content: "\e903";
|
|
574
594
|
}
|
|
@@ -1083,13 +1103,13 @@
|
|
|
1083
1103
|
content: "\ea1d";
|
|
1084
1104
|
}
|
|
1085
1105
|
.i-matcha-barcode:before {
|
|
1086
|
-
content: "\
|
|
1106
|
+
content: "\e9a1";
|
|
1087
1107
|
}
|
|
1088
1108
|
.i-matcha-barcode-out:before {
|
|
1089
1109
|
content: "\e9aa";
|
|
1090
1110
|
}
|
|
1091
1111
|
.i-matcha-camera:before {
|
|
1092
|
-
content: "\
|
|
1112
|
+
content: "\e9a2";
|
|
1093
1113
|
}
|
|
1094
1114
|
.i-matcha-camera-out:before {
|
|
1095
1115
|
content: "\e9ab";
|
|
@@ -1113,7 +1133,7 @@
|
|
|
1113
1133
|
content: "\e9ae";
|
|
1114
1134
|
}
|
|
1115
1135
|
.i-matcha-card:before {
|
|
1116
|
-
content: "\
|
|
1136
|
+
content: "\e9a3";
|
|
1117
1137
|
}
|
|
1118
1138
|
.i-matcha-card-out:before {
|
|
1119
1139
|
content: "\e9ac";
|
|
@@ -1173,13 +1193,13 @@
|
|
|
1173
1193
|
content: "\e9c5";
|
|
1174
1194
|
}
|
|
1175
1195
|
.i-matcha-email:before {
|
|
1176
|
-
content: "\
|
|
1196
|
+
content: "\e9a6";
|
|
1177
1197
|
}
|
|
1178
1198
|
.i-matcha-email-out:before {
|
|
1179
1199
|
content: "\e9af";
|
|
1180
1200
|
}
|
|
1181
1201
|
.i-matcha-pix:before {
|
|
1182
|
-
content: "\
|
|
1202
|
+
content: "\e9a8";
|
|
1183
1203
|
}
|
|
1184
1204
|
.i-matcha-pix-out:before {
|
|
1185
1205
|
content: "\e9e8";
|
|
@@ -1188,7 +1208,7 @@
|
|
|
1188
1208
|
content: "\e9e9";
|
|
1189
1209
|
}
|
|
1190
1210
|
.i-matcha-location-cell-out:before {
|
|
1191
|
-
content: "\
|
|
1211
|
+
content: "\e9b3";
|
|
1192
1212
|
}
|
|
1193
1213
|
.i-matcha-image-rights:before {
|
|
1194
1214
|
content: "\e9bc";
|
|
@@ -1223,7 +1243,7 @@
|
|
|
1223
1243
|
.i-matcha-number:before {
|
|
1224
1244
|
content: "\e9b9";
|
|
1225
1245
|
}
|
|
1226
|
-
.i-matcha-
|
|
1246
|
+
.i-matcha-flow1:before {
|
|
1227
1247
|
content: "\e9ba";
|
|
1228
1248
|
}
|
|
1229
1249
|
.i-matcha-ibf-church:before {
|
|
Binary file
|