mod-base 1.0.42 → 1.0.43-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
CHANGED
package/package.json
CHANGED
|
@@ -52,7 +52,7 @@ $contact-us-blue-light: #8498E7;
|
|
|
52
52
|
$form-focus-border-color: $color-grey-400,
|
|
53
53
|
$hero-content-box-shadow-mobile: null,
|
|
54
54
|
$interactive-text-color: $color-grey-500,
|
|
55
|
-
$interactive-text-color-hover:
|
|
55
|
+
$interactive-text-color-hover: lighten($interactive-text-color, 20%),
|
|
56
56
|
$logo-filter: invert(1) hue-rotate(180deg),
|
|
57
57
|
$partners-logo-filter: grayscale(1) invert(.9),
|
|
58
58
|
$radio-btn-background-color: $background,
|
|
@@ -246,14 +246,16 @@ $contact-us-blue-light: #8498E7;
|
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
&:not(.has-error) {
|
|
249
|
-
.form-group__label-input
|
|
249
|
+
.form-group__label-input,
|
|
250
|
+
.select {
|
|
250
251
|
color: $color-grey-500;
|
|
251
252
|
z-index: 1;
|
|
252
253
|
}
|
|
253
254
|
|
|
254
255
|
.form-input,
|
|
255
256
|
.form-input-group--icon,
|
|
256
|
-
.form-radio label
|
|
257
|
+
.form-radio label,
|
|
258
|
+
.select {
|
|
257
259
|
border-color: $color-grey-500;
|
|
258
260
|
}
|
|
259
261
|
|
|
@@ -293,6 +295,7 @@ $contact-us-blue-light: #8498E7;
|
|
|
293
295
|
|
|
294
296
|
.has-error {
|
|
295
297
|
.form-input,
|
|
298
|
+
.select,
|
|
296
299
|
.form-input:-webkit-autofill {
|
|
297
300
|
border-color: $color-salmon-500;
|
|
298
301
|
color: $color-salmon-500;
|
|
@@ -586,7 +589,7 @@ $contact-us-blue-light: #8498E7;
|
|
|
586
589
|
.zip-control__button {
|
|
587
590
|
&:hover,
|
|
588
591
|
&:focus {
|
|
589
|
-
|
|
592
|
+
color: $color-white;
|
|
590
593
|
outline-color: $color-grey-500;
|
|
591
594
|
|
|
592
595
|
.zip-control__location,
|