matcha-icons 1.0.20 → 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/demo.html +145 -89
- package/fonts/matcha-icons.eot +0 -0
- package/fonts/matcha-icons.svg +8 -4
- package/fonts/matcha-icons.ttf +0 -0
- package/fonts/matcha-icons.woff +0 -0
- package/matcha-icons.css +32 -20
- package/package.json +1 -1
- package/selection.json +1 -1
- package/style.css +37 -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?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
|
}
|
|
@@ -1264,10 +1288,10 @@
|
|
|
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
|
}
|
|
1273
1297
|
.i-matcha-opened-lock:before {
|
|
@@ -1753,18 +1777,6 @@
|
|
|
1753
1777
|
margin-left: -1em;
|
|
1754
1778
|
color: rgb(34, 55, 68);
|
|
1755
1779
|
}
|
|
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
1780
|
.i-matcha-nu:before {
|
|
1769
1781
|
content: "\eae9";
|
|
1770
1782
|
}
|