matcha-icons 19.91.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 +49 -7
- package/fonts/matcha-icons.eot +0 -0
- package/fonts/matcha-icons.svg +6 -3
- package/fonts/matcha-icons.ttf +0 -0
- package/fonts/matcha-icons.woff +0 -0
- package/matcha-icons.css +12 -5
- package/package.json +1 -1
- package/selection.json +1 -1
- package/style.css +17 -10
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;
|
|
@@ -84,7 +84,6 @@
|
|
|
84
84
|
}
|
|
85
85
|
.i-matcha-trophy-out:before {
|
|
86
86
|
content: "\e95c";
|
|
87
|
-
color: #5a6a72;
|
|
88
87
|
}
|
|
89
88
|
.i-matcha-church-out:before {
|
|
90
89
|
content: "\e95d";
|
|
@@ -236,9 +235,12 @@
|
|
|
236
235
|
.i-matcha-notes:before {
|
|
237
236
|
content: "\e97e";
|
|
238
237
|
}
|
|
239
|
-
.i-matcha-
|
|
238
|
+
.i-matcha-push-out:before {
|
|
240
239
|
content: "\e9f8";
|
|
241
240
|
}
|
|
241
|
+
.i-matcha-notes-out:before {
|
|
242
|
+
content: "\eb2d";
|
|
243
|
+
}
|
|
242
244
|
.i-matcha-print:before {
|
|
243
245
|
content: "\e9f9";
|
|
244
246
|
}
|
|
@@ -277,7 +279,6 @@
|
|
|
277
279
|
}
|
|
278
280
|
.i-matcha-preferences:before {
|
|
279
281
|
content: "\e9e5";
|
|
280
|
-
color: #5a6a72;
|
|
281
282
|
}
|
|
282
283
|
.i-matcha-dark-mode-2:before {
|
|
283
284
|
content: "\eb2b";
|
|
@@ -333,9 +334,12 @@
|
|
|
333
334
|
.i-matcha-blocked:before {
|
|
334
335
|
content: "\e977";
|
|
335
336
|
}
|
|
336
|
-
.i-matcha-reports:before {
|
|
337
|
+
.i-matcha-reports-out:before {
|
|
337
338
|
content: "\e982";
|
|
338
339
|
}
|
|
340
|
+
.i-matcha-reports:before {
|
|
341
|
+
content: "\eb2e";
|
|
342
|
+
}
|
|
339
343
|
.i-matcha-dashboard:before {
|
|
340
344
|
content: "\e97a";
|
|
341
345
|
}
|
|
@@ -474,9 +478,12 @@
|
|
|
474
478
|
.i-matcha-net:before {
|
|
475
479
|
content: "\e99e";
|
|
476
480
|
}
|
|
477
|
-
.i-matcha-
|
|
481
|
+
.i-matcha-push:before {
|
|
478
482
|
content: "\e9e7";
|
|
479
483
|
}
|
|
484
|
+
.i-matcha-contact1:before {
|
|
485
|
+
content: "\eb2f";
|
|
486
|
+
}
|
|
480
487
|
.i-matcha-copy-content:before {
|
|
481
488
|
content: "\ea07";
|
|
482
489
|
}
|