matcha-icons 1.0.23 → 1.0.26
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 +143 -3
- package/fonts/matcha-icons.eot +0 -0
- package/fonts/matcha-icons.svg +12 -2
- package/fonts/matcha-icons.ttf +0 -0
- package/fonts/matcha-icons.woff +0 -0
- package/matcha-icons.css +36 -6
- package/package.json +1 -1
- package/selection.json +1 -1
- package/style.css +36 -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?cm1h0e');
|
|
4
|
+
src: url('fonts/matcha-icons.eot?cm1h0e#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/matcha-icons.ttf?cm1h0e') format('truetype'),
|
|
6
|
+
url('fonts/matcha-icons.woff?cm1h0e') format('woff'),
|
|
7
|
+
url('fonts/matcha-icons.svg?cm1h0e#matcha-icons') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -262,12 +262,21 @@
|
|
|
262
262
|
.i-matcha-bank:before {
|
|
263
263
|
content: "\e976";
|
|
264
264
|
}
|
|
265
|
+
.i-matcha-bank1:before {
|
|
266
|
+
content: "\eb15";
|
|
267
|
+
}
|
|
268
|
+
.i-matcha-bank-circle:before {
|
|
269
|
+
content: "\eb16";
|
|
270
|
+
}
|
|
265
271
|
.i-matcha-visitor:before {
|
|
266
272
|
content: "\e983";
|
|
267
273
|
}
|
|
268
274
|
.i-matcha-participant:before {
|
|
269
275
|
content: "\e97f";
|
|
270
276
|
}
|
|
277
|
+
.i-matcha-kids:before {
|
|
278
|
+
content: "\ea20";
|
|
279
|
+
}
|
|
271
280
|
.i-matcha-arrow-left:before {
|
|
272
281
|
content: "\e973";
|
|
273
282
|
}
|
|
@@ -1214,7 +1223,7 @@
|
|
|
1214
1223
|
content: "\ea1f";
|
|
1215
1224
|
}
|
|
1216
1225
|
.i-matcha-kid-boy:before {
|
|
1217
|
-
content: "\
|
|
1226
|
+
content: "\eb17";
|
|
1218
1227
|
}
|
|
1219
1228
|
.i-matcha-people:before {
|
|
1220
1229
|
content: "\ea21";
|
|
@@ -1264,6 +1273,12 @@
|
|
|
1264
1273
|
.i-matcha-twitter:before {
|
|
1265
1274
|
content: "\e9f1";
|
|
1266
1275
|
}
|
|
1276
|
+
.i-matcha-circle-x:before {
|
|
1277
|
+
content: "\eb18";
|
|
1278
|
+
}
|
|
1279
|
+
.i-matcha-x:before {
|
|
1280
|
+
content: "\eb19";
|
|
1281
|
+
}
|
|
1267
1282
|
.i-matcha-circle-whatsapp:before {
|
|
1268
1283
|
content: "\e9f2";
|
|
1269
1284
|
}
|
|
@@ -1318,6 +1333,21 @@
|
|
|
1318
1333
|
.i-matcha-cookie-out-2:before {
|
|
1319
1334
|
content: "\ea90";
|
|
1320
1335
|
}
|
|
1336
|
+
.i-matcha-safetopay:before {
|
|
1337
|
+
content: "\eb1b";
|
|
1338
|
+
}
|
|
1339
|
+
.i-matcha-granito:before {
|
|
1340
|
+
content: "\eb1c";
|
|
1341
|
+
}
|
|
1342
|
+
.i-matcha-iugu:before {
|
|
1343
|
+
content: "\eb1d";
|
|
1344
|
+
}
|
|
1345
|
+
.i-matcha-stripe:before {
|
|
1346
|
+
content: "\eb1e";
|
|
1347
|
+
}
|
|
1348
|
+
.i-matcha-emoji-happy-alt:before {
|
|
1349
|
+
content: "\eb1a";
|
|
1350
|
+
}
|
|
1321
1351
|
.i-matcha-emoji-happy:before {
|
|
1322
1352
|
content: "\ea25";
|
|
1323
1353
|
}
|