matcha-icons 1.0.30 → 1.0.32
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 +31 -3
- package/fonts/matcha-icons.eot +0 -0
- package/fonts/matcha-icons.svg +3 -1
- package/fonts/matcha-icons.ttf +0 -0
- package/fonts/matcha-icons.woff +0 -0
- package/matcha-icons.css +7 -1
- package/package.json +1 -1
- package/selection.json +1 -1
- package/style.css +12 -6
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?cdj1rk');
|
|
4
|
+
src: url('fonts/matcha-icons.eot?cdj1rk#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/matcha-icons.ttf?cdj1rk') format('truetype'),
|
|
6
|
+
url('fonts/matcha-icons.woff?cdj1rk') format('woff'),
|
|
7
|
+
url('fonts/matcha-icons.svg?cdj1rk#matcha-icons') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
.i-matcha-thumb-up-out:before {
|
|
245
245
|
content: "\eb22";
|
|
246
246
|
}
|
|
247
|
-
.i-matcha-thumb-
|
|
247
|
+
.i-matcha-thumb-down-out:before {
|
|
248
248
|
content: "\eb23";
|
|
249
249
|
}
|
|
250
250
|
.i-matcha-thumb-up:before {
|
|
@@ -1044,6 +1044,9 @@
|
|
|
1044
1044
|
.i-matcha-action_options:before {
|
|
1045
1045
|
content: "\e931";
|
|
1046
1046
|
}
|
|
1047
|
+
.i-matcha-ellipsis:before {
|
|
1048
|
+
content: "\eb26";
|
|
1049
|
+
}
|
|
1047
1050
|
.i-matcha-historic:before {
|
|
1048
1051
|
content: "\ea18";
|
|
1049
1052
|
}
|
|
@@ -1243,6 +1246,9 @@
|
|
|
1243
1246
|
.i-matcha-people:before {
|
|
1244
1247
|
content: "\ea21";
|
|
1245
1248
|
}
|
|
1249
|
+
.i-matcha-remember:before {
|
|
1250
|
+
content: "\eb27";
|
|
1251
|
+
}
|
|
1246
1252
|
.i-matcha-circle-code:before {
|
|
1247
1253
|
content: "\e9c4";
|
|
1248
1254
|
}
|