mod-base 1.0.23-beta.3 → 1.0.23-beta.4
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
|
@@ -83,7 +83,7 @@ $contact-us-blue-light: #8498E7;
|
|
|
83
83
|
|
|
84
84
|
// Most common selectors list
|
|
85
85
|
$content-selectors: 'input,.toggle-wrapper,.step__header-title,.step__title,[class^="information__"],[class^="featured-block__"],[class^="partners__"],.form-group__label,[class^="abandonment__"],.modal-header--close,.modal-phone,legend,[class^="loader__"], table tr';
|
|
86
|
-
$background-selectors: '.
|
|
86
|
+
$background-selectors: '.form,.header,.partners,.guarantee,.information,.modal-content,.matched-steps,.loader,.information__header,.hero__background,.hero__content,.form-input,.form-input-group__icon,.form-input:focus,.expand-collapse__icon,.featured-block,table tr';
|
|
87
87
|
|
|
88
88
|
@media (prefers-color-scheme: dark){
|
|
89
89
|
body[data-color-scheme='system'] {
|
|
@@ -493,7 +493,9 @@ $contact-us-blue-light: #8498E7;
|
|
|
493
493
|
.zip-control__icon {
|
|
494
494
|
color: $interactive-text-color-hover;
|
|
495
495
|
}
|
|
496
|
+
}
|
|
496
497
|
|
|
498
|
+
&:focus {
|
|
497
499
|
background-color: rgba($color-charcoal2, 9%);
|
|
498
500
|
outline-color: $color-charcoal2;
|
|
499
501
|
}
|
|
@@ -600,6 +602,10 @@ $contact-us-blue-light: #8498E7;
|
|
|
600
602
|
}
|
|
601
603
|
|
|
602
604
|
@include breakpoint-phone {
|
|
605
|
+
.hero--full {
|
|
606
|
+
background-color: $background;
|
|
607
|
+
}
|
|
608
|
+
|
|
603
609
|
.form--inverted {
|
|
604
610
|
box-shadow: none;
|
|
605
611
|
}
|