mod-base 1.0.23-beta.4 → 1.0.23-beta.5
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/package.json
CHANGED
|
@@ -49,11 +49,12 @@ $contact-us-blue-light: #8498E7;
|
|
|
49
49
|
$interactive-text-color-hover: darken($interactive-text-color, 10%),
|
|
50
50
|
$bbb-img-filter: grayscale(1) invert(.9) brightness(2),
|
|
51
51
|
$logo-filter: invert(1) hue-rotate(180deg),
|
|
52
|
+
$hero-content-box-shadow-mobile: null,
|
|
52
53
|
$value-props-background: null,
|
|
53
54
|
$radio-btn-background-color: $background,
|
|
54
55
|
$radio-btn-text-color: $color-white,
|
|
55
56
|
$radio-btn-icon-color: $color-white,
|
|
56
|
-
$radio-btn-border-color:
|
|
57
|
+
$radio-btn-border-color: $color-white,
|
|
57
58
|
$radio-btn-icon-background: transparent,
|
|
58
59
|
$radio-btn-checked-background-color: null,
|
|
59
60
|
$radio-btn-checked-border-color: null,
|
|
@@ -192,6 +193,10 @@ $contact-us-blue-light: #8498E7;
|
|
|
192
193
|
+ label {
|
|
193
194
|
color: $form-focus-border-color;
|
|
194
195
|
}
|
|
196
|
+
|
|
197
|
+
~ .form-input-group__icon {
|
|
198
|
+
color: $form-focus-border-color;
|
|
199
|
+
}
|
|
195
200
|
}
|
|
196
201
|
}
|
|
197
202
|
}
|
|
@@ -213,8 +218,10 @@ $contact-us-blue-light: #8498E7;
|
|
|
213
218
|
}
|
|
214
219
|
|
|
215
220
|
.has-error {
|
|
216
|
-
.form-input
|
|
221
|
+
.form-input,
|
|
222
|
+
.form-input:-webkit-autofill {
|
|
217
223
|
border-color: $color-red4;
|
|
224
|
+
color: $color-red4;
|
|
218
225
|
}
|
|
219
226
|
|
|
220
227
|
.form-input-group__icon,
|
|
@@ -606,6 +613,10 @@ $contact-us-blue-light: #8498E7;
|
|
|
606
613
|
background-color: $background;
|
|
607
614
|
}
|
|
608
615
|
|
|
616
|
+
.hero__content {
|
|
617
|
+
box-shadow: $hero-content-box-shadow-mobile;
|
|
618
|
+
}
|
|
619
|
+
|
|
609
620
|
.form--inverted {
|
|
610
621
|
box-shadow: none;
|
|
611
622
|
}
|