mod-base 1.0.68-beta.8 → 1.0.68

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.68-beta.8",
3
+ "version": "1.0.68",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -46,13 +46,13 @@ $contact-us-blue-light: #8498E7;
46
46
  $bbb-img-filter: grayscale(1) invert(.915) brightness(1.5),
47
47
  // Banner
48
48
  $banner-overlay-background: linear-gradient(90deg, $background 17%, rgba($background, .5) 100%),
49
- $banner-callout-background: $color-grey-300,
49
+ $banner-callout-background: $color-charcoal8,
50
50
  $banner-callout-border-color: $color-grey-700,
51
- $banner-callout-text-color: $text-color,
52
- $banner-has-background-title-color: $text-color,
53
- $banner-has-background-subtitle-color: $text-color,
54
- $banner-has-background-description-color: $text-color,
55
- $banner-has-background-callout-text-color: $text-color,
51
+ $banner-callout-text-color: null,
52
+ $banner-has-background-title-color: null,
53
+ $banner-has-background-subtitle-color: null,
54
+ $banner-has-background-description-color: null,
55
+ $banner-has-background-callout-text-color: null,
56
56
  $color-btn: null,
57
57
  $color-btn-text: null,
58
58
  $checkbox-label-color: null,
@@ -152,6 +152,26 @@ $contact-us-blue-light: #8498E7;
152
152
  $radio-btn-standard-hover-select-background-color: lighten($radio-btn-checked-border-color, 5%);
153
153
  }
154
154
 
155
+ @if ($banner-callout-text-color == null) {
156
+ $banner-callout-text-color: $foreground;
157
+ }
158
+
159
+ @if ($banner-has-background-title-color == null) {
160
+ $banner-has-background-title-color: $foreground;
161
+ }
162
+
163
+ @if ($banner-has-background-subtitle-color == null) {
164
+ $banner-has-background-subtitle-color: $foreground;
165
+ }
166
+
167
+ @if ($banner-has-background-description-color == null) {
168
+ $banner-has-background-description-color: $foreground;
169
+ }
170
+
171
+ @if ($banner-has-background-callout-text-color == null) {
172
+ $banner-has-background-callout-text-color: $foreground;
173
+ }
174
+
155
175
  // Most common selectors list
156
176
  $content-selectors: '.hero__title,.hero__subtitle,input,.toggle-wrapper,.step__title,[class^="information__"],[class^="featured-block__"],[class^="partners__"],.form-group__label,[class^="abandonment__"],.modal-header--close,.modal-phone,.modal-body p,legend,[class^="loader__"],table tr,.tile__text,.select,.hiw-block__title,.hiw-card__title,.hiw-card__description,.banner__title,.banner__description,.accordion__title,.reviews__title,.accordion .expand-collapse__toggle,.accordion__content p,.accordion__content li,.result__title,.result__subtitle,.result__call-text';
157
177
  $background-selectors: '.form,.header,.guarantee,.information,.modal-content,.matched-steps,.loader,.information__header,.hero__background,.hero__content,&.form-in-progress:not(.fixed-width-desktop) .hero__content,.form-input,.form-input:focus,.expand-collapse__icon,.featured-block,table tr,.form-control,.accordion,.hiw-block,.reviews';