mod-base 1.0.62-beta.1 → 1.0.63
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/CHANGELOG.md +4 -0
- package/package.json +1 -1
- package/src/fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.eot +0 -0
- package/src/fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.svg +40 -33
- package/src/fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.ttf +0 -0
- package/src/fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.woff +0 -0
- package/src/fonts/modstyle-icons/modicons-stroke/selection.json +1 -1
- package/src/fonts/modstyle-icons/modicons-stroke/style.css +26 -6
- package/src/styles/icons/_icon-classes-stroke.scss +54 -5
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'modicons-stroke';
|
|
3
|
-
src: url('fonts/modicons-stroke.eot?
|
|
4
|
-
src: url('fonts/modicons-stroke.eot?
|
|
5
|
-
url('fonts/modicons-stroke.ttf?
|
|
6
|
-
url('fonts/modicons-stroke.woff?
|
|
7
|
-
url('fonts/modicons-stroke.svg?
|
|
3
|
+
src: url('fonts/modicons-stroke.eot?8oam89');
|
|
4
|
+
src: url('fonts/modicons-stroke.eot?8oam89#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/modicons-stroke.ttf?8oam89') format('truetype'),
|
|
6
|
+
url('fonts/modicons-stroke.woff?8oam89') format('woff'),
|
|
7
|
+
url('fonts/modicons-stroke.svg?8oam89#modicons-stroke') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -294,5 +294,25 @@
|
|
|
294
294
|
}
|
|
295
295
|
.icon-stroke-generator:before {
|
|
296
296
|
content: "\e959";
|
|
297
|
-
|
|
297
|
+
}
|
|
298
|
+
.icon-stroke-concrete-flatwork:before {
|
|
299
|
+
content: "\e95a";
|
|
300
|
+
}
|
|
301
|
+
.icon-stroke-electrical:before {
|
|
302
|
+
content: "\e95b";
|
|
303
|
+
}
|
|
304
|
+
.icon-stroke-lifting-leveling:before {
|
|
305
|
+
content: "\e95c";
|
|
306
|
+
}
|
|
307
|
+
.icon-stroke-paving:before {
|
|
308
|
+
content: "\e95d";
|
|
309
|
+
}
|
|
310
|
+
.icon-stroke-pest-control:before {
|
|
311
|
+
content: "\e95e";
|
|
312
|
+
}
|
|
313
|
+
.icon-stroke-repipe:before {
|
|
314
|
+
content: "\e95f";
|
|
315
|
+
}
|
|
316
|
+
.icon-stroke-sunrooms:before {
|
|
317
|
+
content: "\e960";
|
|
298
318
|
}
|
|
@@ -521,23 +521,72 @@
|
|
|
521
521
|
|
|
522
522
|
.icon-stroke-crawlspace {
|
|
523
523
|
&::before {
|
|
524
|
-
content:
|
|
524
|
+
content: '\e953';
|
|
525
525
|
}
|
|
526
526
|
}
|
|
527
527
|
|
|
528
528
|
.icon-stroke-fencing {
|
|
529
529
|
&::before {
|
|
530
|
-
content:
|
|
530
|
+
content: '\e954';
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
|
+
|
|
533
534
|
.icon-stroke-deck {
|
|
534
535
|
&::before {
|
|
535
|
-
content:
|
|
536
|
+
content: '\e955';
|
|
536
537
|
}
|
|
537
538
|
}
|
|
538
539
|
|
|
539
540
|
.icon-stroke-award {
|
|
540
|
-
|
|
541
|
+
&::before {
|
|
541
542
|
content: '\e958';
|
|
542
543
|
}
|
|
543
|
-
}
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
.icon-stroke-generator {
|
|
547
|
+
&::before {
|
|
548
|
+
content: '\e959';
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.icon-stroke-concrete-flatwork {
|
|
553
|
+
&::before {
|
|
554
|
+
content: '\e95a';
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
.icon-stroke-electrical {
|
|
559
|
+
&::before {
|
|
560
|
+
content: '\e95b';
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.icon-stroke-lifting-leveling {
|
|
565
|
+
&::before {
|
|
566
|
+
content: '\e95c';
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
.icon-stroke-paving {
|
|
571
|
+
&::before {
|
|
572
|
+
content: '\e95d';
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
.icon-stroke-pest-control {
|
|
577
|
+
&::before {
|
|
578
|
+
content: '\e95e';
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
.icon-stroke-repipe {
|
|
583
|
+
&::before {
|
|
584
|
+
content: '\e95f';
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
.icon-stroke-sunrooms {
|
|
589
|
+
&::before {
|
|
590
|
+
content: '\e960';
|
|
591
|
+
}
|
|
592
|
+
}
|