mod-base 1.0.60 → 1.0.61-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 +5 -0
- package/package.json +1 -1
- package/src/styles/templates/_dark-mode.scss +31 -0
- package/.idea/mod-base.iml +0 -12
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -6
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -134,6 +134,12 @@ $contact-us-blue-light: #8498E7;
|
|
|
134
134
|
&__logo img {
|
|
135
135
|
filter: $partners-logo-filter;
|
|
136
136
|
}
|
|
137
|
+
|
|
138
|
+
&__more-brands {
|
|
139
|
+
svg {
|
|
140
|
+
fill: $text-color;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
137
143
|
}
|
|
138
144
|
|
|
139
145
|
.featured-block__image img,
|
|
@@ -158,6 +164,10 @@ $contact-us-blue-light: #8498E7;
|
|
|
158
164
|
.step__secure-text,
|
|
159
165
|
.modal-subtitle {
|
|
160
166
|
color: $color-grey-500;
|
|
167
|
+
|
|
168
|
+
svg {
|
|
169
|
+
fill: $color-grey-500;
|
|
170
|
+
}
|
|
161
171
|
}
|
|
162
172
|
|
|
163
173
|
.tcpa{
|
|
@@ -280,6 +290,10 @@ $contact-us-blue-light: #8498E7;
|
|
|
280
290
|
|
|
281
291
|
~ .form-input-group__icon {
|
|
282
292
|
color: $form-focus-border-color;
|
|
293
|
+
|
|
294
|
+
svg {
|
|
295
|
+
fill: $form-focus-border-color;
|
|
296
|
+
}
|
|
283
297
|
}
|
|
284
298
|
}
|
|
285
299
|
}
|
|
@@ -312,6 +326,10 @@ $contact-us-blue-light: #8498E7;
|
|
|
312
326
|
.form-input-group__icon,
|
|
313
327
|
.form-group__label-input {
|
|
314
328
|
color: $color-salmon-500;
|
|
329
|
+
|
|
330
|
+
svg {
|
|
331
|
+
fill: $color-salmon-500;
|
|
332
|
+
}
|
|
315
333
|
}
|
|
316
334
|
|
|
317
335
|
.form-input-group {
|
|
@@ -320,6 +338,10 @@ $contact-us-blue-light: #8498E7;
|
|
|
320
338
|
.form-input:not(:placeholder-shown) {
|
|
321
339
|
~ .form-input-group__icon {
|
|
322
340
|
color: $color-salmon-500;
|
|
341
|
+
|
|
342
|
+
svg {
|
|
343
|
+
fill: $color-salmon-500;
|
|
344
|
+
}
|
|
323
345
|
}
|
|
324
346
|
|
|
325
347
|
+ label {
|
|
@@ -606,6 +628,10 @@ $contact-us-blue-light: #8498E7;
|
|
|
606
628
|
.zip-control__location,
|
|
607
629
|
.zip-control__icon {
|
|
608
630
|
color: $interactive-text-color;
|
|
631
|
+
|
|
632
|
+
svg {
|
|
633
|
+
fill: $interactive-text-color;
|
|
634
|
+
}
|
|
609
635
|
}
|
|
610
636
|
|
|
611
637
|
.back-btn,
|
|
@@ -616,9 +642,14 @@ $contact-us-blue-light: #8498E7;
|
|
|
616
642
|
color: $color-white;
|
|
617
643
|
outline-color: $color-grey-500;
|
|
618
644
|
|
|
645
|
+
svg {
|
|
646
|
+
fill: $color-white;
|
|
647
|
+
}
|
|
648
|
+
|
|
619
649
|
.zip-control__location,
|
|
620
650
|
.zip-control__icon {
|
|
621
651
|
color: $interactive-text-color-hover;
|
|
652
|
+
fill: $interactive-text-color-hover;
|
|
622
653
|
}
|
|
623
654
|
}
|
|
624
655
|
}
|
package/.idea/mod-base.iml
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="WEB_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager">
|
|
4
|
-
<content url="file://$MODULE_DIR$">
|
|
5
|
-
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
|
6
|
-
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
|
7
|
-
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
|
8
|
-
</content>
|
|
9
|
-
<orderEntry type="inheritedJdk" />
|
|
10
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
11
|
-
</component>
|
|
12
|
-
</module>
|
package/.idea/modules.xml
DELETED