mod-base 1.0.60 → 1.0.61-beta.2
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 +32 -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,11 @@ $contact-us-blue-light: #8498E7;
|
|
|
606
628
|
.zip-control__location,
|
|
607
629
|
.zip-control__icon {
|
|
608
630
|
color: $interactive-text-color;
|
|
631
|
+
fill: $interactive-text-color;
|
|
632
|
+
|
|
633
|
+
svg {
|
|
634
|
+
fill: $interactive-text-color;
|
|
635
|
+
}
|
|
609
636
|
}
|
|
610
637
|
|
|
611
638
|
.back-btn,
|
|
@@ -616,9 +643,14 @@ $contact-us-blue-light: #8498E7;
|
|
|
616
643
|
color: $color-white;
|
|
617
644
|
outline-color: $color-grey-500;
|
|
618
645
|
|
|
646
|
+
svg {
|
|
647
|
+
fill: $color-white;
|
|
648
|
+
}
|
|
649
|
+
|
|
619
650
|
.zip-control__location,
|
|
620
651
|
.zip-control__icon {
|
|
621
652
|
color: $interactive-text-color-hover;
|
|
653
|
+
fill: $interactive-text-color-hover;
|
|
622
654
|
}
|
|
623
655
|
}
|
|
624
656
|
}
|
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