mod-base 1.0.23-beta.3 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.23-beta.3",
3
+ "version": "1.0.23-beta.5",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -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: null,
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,
@@ -83,7 +84,7 @@ $contact-us-blue-light: #8498E7;
83
84
 
84
85
  // Most common selectors list
85
86
  $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: '.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';
87
+ $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
88
 
88
89
  @media (prefers-color-scheme: dark){
89
90
  body[data-color-scheme='system'] {
@@ -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,
@@ -493,7 +500,9 @@ $contact-us-blue-light: #8498E7;
493
500
  .zip-control__icon {
494
501
  color: $interactive-text-color-hover;
495
502
  }
503
+ }
496
504
 
505
+ &:focus {
497
506
  background-color: rgba($color-charcoal2, 9%);
498
507
  outline-color: $color-charcoal2;
499
508
  }
@@ -600,6 +609,14 @@ $contact-us-blue-light: #8498E7;
600
609
  }
601
610
 
602
611
  @include breakpoint-phone {
612
+ .hero--full {
613
+ background-color: $background;
614
+ }
615
+
616
+ .hero__content {
617
+ box-shadow: $hero-content-box-shadow-mobile;
618
+ }
619
+
603
620
  .form--inverted {
604
621
  box-shadow: none;
605
622
  }