matcha-icons 1.0.28 → 1.0.30
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 +71 -1
- package/fonts/matcha-icons.eot +0 -0
- package/fonts/matcha-icons.svg +5 -0
- package/fonts/matcha-icons.ttf +0 -0
- package/fonts/matcha-icons.woff +0 -0
- package/matcha-icons.css +15 -0
- package/package.json +1 -1
- package/selection.json +1 -1
- package/style.css +20 -5
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?k8jwen');
|
|
4
|
+
src: url('fonts/matcha-icons.eot?k8jwen#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/matcha-icons.ttf?k8jwen') format('truetype'),
|
|
6
|
+
url('fonts/matcha-icons.woff?k8jwen') format('woff'),
|
|
7
|
+
url('fonts/matcha-icons.svg?k8jwen#matcha-icons') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -241,6 +241,18 @@
|
|
|
241
241
|
.i-matcha-print-out2:before {
|
|
242
242
|
content: "\eae8";
|
|
243
243
|
}
|
|
244
|
+
.i-matcha-thumb-up-out:before {
|
|
245
|
+
content: "\eb22";
|
|
246
|
+
}
|
|
247
|
+
.i-matcha-thumb-up-down:before {
|
|
248
|
+
content: "\eb23";
|
|
249
|
+
}
|
|
250
|
+
.i-matcha-thumb-up:before {
|
|
251
|
+
content: "\eb24";
|
|
252
|
+
}
|
|
253
|
+
.i-matcha-thumb-down:before {
|
|
254
|
+
content: "\eb25";
|
|
255
|
+
}
|
|
244
256
|
.i-matcha-smile:before {
|
|
245
257
|
content: "\e9fb";
|
|
246
258
|
}
|
|
@@ -1014,6 +1026,9 @@
|
|
|
1014
1026
|
.i-matcha-transfer:before {
|
|
1015
1027
|
content: "\eacf";
|
|
1016
1028
|
}
|
|
1029
|
+
.i-matcha-export:before {
|
|
1030
|
+
content: "\eb21";
|
|
1031
|
+
}
|
|
1017
1032
|
.i-matcha-cost-center:before {
|
|
1018
1033
|
content: "\ead0";
|
|
1019
1034
|
}
|