matcha-icons 1.0.19 → 1.0.21
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/README.md +13 -0
- package/demo.html +197 -85
- package/fonts/matcha-icons.eot +0 -0
- package/fonts/matcha-icons.svg +10 -2
- package/fonts/matcha-icons.ttf +0 -0
- package/fonts/matcha-icons.woff +0 -0
- package/matcha-icons.css +42 -18
- package/package.json +1 -1
- package/selection.json +1 -1
- package/style.css +47 -23
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?pvqwlj');
|
|
4
|
+
src: url('fonts/matcha-icons.eot?pvqwlj#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/matcha-icons.ttf?pvqwlj') format('truetype'),
|
|
6
|
+
url('fonts/matcha-icons.woff?pvqwlj') format('woff'),
|
|
7
|
+
url('fonts/matcha-icons.svg?pvqwlj#matcha-icons') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -235,6 +235,12 @@
|
|
|
235
235
|
.i-matcha-print-out:before {
|
|
236
236
|
content: "\e9fa";
|
|
237
237
|
}
|
|
238
|
+
.i-matcha-print2:before {
|
|
239
|
+
content: "\eae7";
|
|
240
|
+
}
|
|
241
|
+
.i-matcha-print-out2:before {
|
|
242
|
+
content: "\eae8";
|
|
243
|
+
}
|
|
238
244
|
.i-matcha-smile:before {
|
|
239
245
|
content: "\e9fb";
|
|
240
246
|
}
|
|
@@ -310,9 +316,6 @@
|
|
|
310
316
|
.i-matcha-contact-us:before {
|
|
311
317
|
content: "\e979";
|
|
312
318
|
}
|
|
313
|
-
.i-matcha-header-panel:before {
|
|
314
|
-
content: "\e97d";
|
|
315
|
-
}
|
|
316
319
|
.i-matcha-audio:before {
|
|
317
320
|
content: "\e984";
|
|
318
321
|
}
|
|
@@ -424,6 +427,9 @@
|
|
|
424
427
|
.i-matcha-testimony-out:before {
|
|
425
428
|
content: "\ea06";
|
|
426
429
|
}
|
|
430
|
+
.i-matcha-management:before {
|
|
431
|
+
content: "\eae1";
|
|
432
|
+
}
|
|
427
433
|
.i-matcha-pdf:before {
|
|
428
434
|
content: "\e9e6";
|
|
429
435
|
}
|
|
@@ -481,6 +487,12 @@
|
|
|
481
487
|
.i-matcha-new-note-out1:before {
|
|
482
488
|
content: "\e9ce";
|
|
483
489
|
}
|
|
490
|
+
.i-matcha-start-presentation:before {
|
|
491
|
+
content: "\eb0f";
|
|
492
|
+
}
|
|
493
|
+
.i-matcha-cancel-presentation:before {
|
|
494
|
+
content: "\eb10";
|
|
495
|
+
}
|
|
484
496
|
.i-matcha-text:before {
|
|
485
497
|
content: "\e9dc";
|
|
486
498
|
}
|
|
@@ -526,6 +538,12 @@
|
|
|
526
538
|
.i-matcha-filter-out:before {
|
|
527
539
|
content: "\e916";
|
|
528
540
|
}
|
|
541
|
+
.i-matcha-rocket:before {
|
|
542
|
+
content: "\ea91";
|
|
543
|
+
}
|
|
544
|
+
.i-matcha-rocket-out:before {
|
|
545
|
+
content: "\eae6";
|
|
546
|
+
}
|
|
529
547
|
.i-matcha-filter-bars:before {
|
|
530
548
|
content: "\e903";
|
|
531
549
|
}
|
|
@@ -1018,9 +1036,18 @@
|
|
|
1018
1036
|
.i-matcha-plugin:before {
|
|
1019
1037
|
content: "\ea1b";
|
|
1020
1038
|
}
|
|
1039
|
+
.i-matcha-header-panel:before {
|
|
1040
|
+
content: "\e97d";
|
|
1041
|
+
}
|
|
1021
1042
|
.i-matcha-modules:before {
|
|
1022
1043
|
content: "\ea1c";
|
|
1023
1044
|
}
|
|
1045
|
+
.i-matcha-view-row:before {
|
|
1046
|
+
content: "\eb11";
|
|
1047
|
+
}
|
|
1048
|
+
.i-matcha-view-column:before {
|
|
1049
|
+
content: "\eb12";
|
|
1050
|
+
}
|
|
1024
1051
|
.i-matcha-platform:before {
|
|
1025
1052
|
content: "\ea1d";
|
|
1026
1053
|
}
|
|
@@ -1102,9 +1129,6 @@
|
|
|
1102
1129
|
.i-matcha-wallet-out:before {
|
|
1103
1130
|
content: "\eae0";
|
|
1104
1131
|
}
|
|
1105
|
-
.i-matcha-management:before {
|
|
1106
|
-
content: "\eae1";
|
|
1107
|
-
}
|
|
1108
1132
|
.i-matcha-business-unit:before {
|
|
1109
1133
|
content: "\eae2";
|
|
1110
1134
|
}
|
|
@@ -1258,6 +1282,18 @@
|
|
|
1258
1282
|
.i-matcha-share1:before {
|
|
1259
1283
|
content: "\ea22";
|
|
1260
1284
|
}
|
|
1285
|
+
.i-matcha-circle-deezer:before {
|
|
1286
|
+
content: "\eb0b";
|
|
1287
|
+
}
|
|
1288
|
+
.i-matcha-deezer:before {
|
|
1289
|
+
content: "\eb0c";
|
|
1290
|
+
}
|
|
1291
|
+
.i-matcha-circle-beacons:before {
|
|
1292
|
+
content: "\eb0d";
|
|
1293
|
+
}
|
|
1294
|
+
.i-matcha-beacons:before {
|
|
1295
|
+
content: "\eb0e";
|
|
1296
|
+
}
|
|
1261
1297
|
.i-matcha-opened-lock:before {
|
|
1262
1298
|
content: "\ea23";
|
|
1263
1299
|
}
|
|
@@ -1741,18 +1777,6 @@
|
|
|
1741
1777
|
margin-left: -1em;
|
|
1742
1778
|
color: rgb(34, 55, 68);
|
|
1743
1779
|
}
|
|
1744
|
-
.i-matcha-rocket:before {
|
|
1745
|
-
content: "\ea91";
|
|
1746
|
-
}
|
|
1747
|
-
.i-matcha-rocket-out:before {
|
|
1748
|
-
content: "\eae6";
|
|
1749
|
-
}
|
|
1750
|
-
.i-matcha-flickr-02:before {
|
|
1751
|
-
content: "\eae7";
|
|
1752
|
-
}
|
|
1753
|
-
.i-matcha-flickr-04:before {
|
|
1754
|
-
content: "\eae8";
|
|
1755
|
-
}
|
|
1756
1780
|
.i-matcha-nu:before {
|
|
1757
1781
|
content: "\eae9";
|
|
1758
1782
|
}
|