mod-base 1.0.23-beta.2 → 1.0.23-beta.3
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
|
@@ -25,13 +25,13 @@ $contact-us-blue-light: #8498E7;
|
|
|
25
25
|
.btn__text {
|
|
26
26
|
color: $color-btn-text;
|
|
27
27
|
}
|
|
28
|
-
|
|
28
|
+
|
|
29
29
|
&:hover,
|
|
30
30
|
&:active,
|
|
31
31
|
&:focus {
|
|
32
32
|
background-color: darken($color-btn, 10%);
|
|
33
33
|
color: $color-btn-text;
|
|
34
|
-
|
|
34
|
+
|
|
35
35
|
.btn__text {
|
|
36
36
|
color: $color-btn-text;
|
|
37
37
|
}
|
|
@@ -53,6 +53,7 @@ $contact-us-blue-light: #8498E7;
|
|
|
53
53
|
$radio-btn-background-color: $background,
|
|
54
54
|
$radio-btn-text-color: $color-white,
|
|
55
55
|
$radio-btn-icon-color: $color-white,
|
|
56
|
+
$radio-btn-border-color: null,
|
|
56
57
|
$radio-btn-icon-background: transparent,
|
|
57
58
|
$radio-btn-checked-background-color: null,
|
|
58
59
|
$radio-btn-checked-border-color: null,
|
|
@@ -82,7 +83,7 @@ $contact-us-blue-light: #8498E7;
|
|
|
82
83
|
|
|
83
84
|
// Most common selectors list
|
|
84
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';
|
|
85
|
-
$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';
|
|
86
|
+
$background-selectors: '.hero--full,.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';
|
|
86
87
|
|
|
87
88
|
@media (prefers-color-scheme: dark){
|
|
88
89
|
body[data-color-scheme='system'] {
|
|
@@ -551,7 +552,7 @@ $contact-us-blue-light: #8498E7;
|
|
|
551
552
|
|
|
552
553
|
&::before {
|
|
553
554
|
background-color: $background;
|
|
554
|
-
border-color: $radio-btn-
|
|
555
|
+
border-color: $radio-btn-border-color;
|
|
555
556
|
}
|
|
556
557
|
|
|
557
558
|
// Icon
|