matcha-icons 1.0.20 → 1.0.23
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/Read Me.txt +1 -1
- package/demo.html +173 -89
- package/fonts/matcha-icons.eot +0 -0
- package/fonts/matcha-icons.svg +10 -4
- package/fonts/matcha-icons.ttf +0 -0
- package/fonts/matcha-icons.woff +0 -0
- package/matcha-icons.css +38 -20
- package/package.json +1 -1
- package/selection.json +1 -1
- package/style.css +43 -25
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?f5s04');
|
|
4
|
+
src: url('fonts/matcha-icons.eot?f5s04#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/matcha-icons.ttf?f5s04') format('truetype'),
|
|
6
|
+
url('fonts/matcha-icons.woff?f5s04') format('woff'),
|
|
7
|
+
url('fonts/matcha-icons.svg?f5s04#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
|
}
|
|
@@ -1264,12 +1288,18 @@
|
|
|
1264
1288
|
.i-matcha-deezer:before {
|
|
1265
1289
|
content: "\eb0c";
|
|
1266
1290
|
}
|
|
1267
|
-
.i-matcha-circle-
|
|
1291
|
+
.i-matcha-circle-beacons:before {
|
|
1268
1292
|
content: "\eb0d";
|
|
1269
1293
|
}
|
|
1270
|
-
.i-matcha-
|
|
1294
|
+
.i-matcha-beacons:before {
|
|
1271
1295
|
content: "\eb0e";
|
|
1272
1296
|
}
|
|
1297
|
+
.i-matcha-circle-threads:before {
|
|
1298
|
+
content: "\eb13";
|
|
1299
|
+
}
|
|
1300
|
+
.i-matcha-threads:before {
|
|
1301
|
+
content: "\eb14";
|
|
1302
|
+
}
|
|
1273
1303
|
.i-matcha-opened-lock:before {
|
|
1274
1304
|
content: "\ea23";
|
|
1275
1305
|
}
|
|
@@ -1753,18 +1783,6 @@
|
|
|
1753
1783
|
margin-left: -1em;
|
|
1754
1784
|
color: rgb(34, 55, 68);
|
|
1755
1785
|
}
|
|
1756
|
-
.i-matcha-rocket:before {
|
|
1757
|
-
content: "\ea91";
|
|
1758
|
-
}
|
|
1759
|
-
.i-matcha-rocket-out:before {
|
|
1760
|
-
content: "\eae6";
|
|
1761
|
-
}
|
|
1762
|
-
.i-matcha-flickr-02:before {
|
|
1763
|
-
content: "\eae7";
|
|
1764
|
-
}
|
|
1765
|
-
.i-matcha-flickr-04:before {
|
|
1766
|
-
content: "\eae8";
|
|
1767
|
-
}
|
|
1768
1786
|
.i-matcha-nu:before {
|
|
1769
1787
|
content: "\eae9";
|
|
1770
1788
|
}
|