mod-base 1.0.62 → 1.0.64-beta.1
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 +8 -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 -5
- package/src/styles/icons/_icon-classes-stroke.scss +47 -5
- package/src/styles/templates/_dark-mode.scss +23 -0
|
@@ -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;
|
|
@@ -295,3 +295,24 @@
|
|
|
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";
|
|
318
|
+
}
|
|
@@ -521,30 +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
534
|
.icon-stroke-deck {
|
|
535
535
|
&::before {
|
|
536
|
-
content:
|
|
536
|
+
content: '\e955';
|
|
537
537
|
}
|
|
538
538
|
}
|
|
539
539
|
|
|
540
540
|
.icon-stroke-award {
|
|
541
|
-
|
|
541
|
+
&::before {
|
|
542
542
|
content: '\e958';
|
|
543
543
|
}
|
|
544
544
|
}
|
|
545
545
|
|
|
546
546
|
.icon-stroke-generator {
|
|
547
|
-
|
|
547
|
+
&::before {
|
|
548
548
|
content: '\e959';
|
|
549
549
|
}
|
|
550
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
|
+
}
|
|
@@ -128,6 +128,29 @@ $contact-us-blue-light: #8498E7;
|
|
|
128
128
|
color: $checkbox-label-color;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
+
.checkbox--multi-select-options {
|
|
132
|
+
.checkbox__label-text {
|
|
133
|
+
color: $color-grey-300;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
label {
|
|
137
|
+
input[type="checkbox"] {
|
|
138
|
+
&:not(:checked) {
|
|
139
|
+
&::before {
|
|
140
|
+
background: transparent;
|
|
141
|
+
border: 1px solid $color-grey-500;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
~ .checkbox__label-text {
|
|
145
|
+
&::before {
|
|
146
|
+
border: 1px solid $color-grey-500;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
131
154
|
.partners {
|
|
132
155
|
background-color: darken($background, 2%);
|
|
133
156
|
|