mod-base 1.0.68-beta.2 → 1.0.68-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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.68-beta.2",
3
+ "version": "1.0.68-beta.3",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -45,8 +45,8 @@ $contact-us-blue-light: #8498E7;
45
45
  $base-color: null,
46
46
  $bbb-img-filter: grayscale(1) invert(.915) brightness(1.5),
47
47
  // Banner
48
- $banner-overlay-bkg: linear-gradient(90deg, $color-charcoal8 17%, rgba($color-charcoal8, .5) 100%),
49
- $banner-callout-bkg: $color-grey-300,
48
+ $banner-overlay-background: linear-gradient(90deg, $background 17%, rgba($background, .5) 100%),
49
+ $banner-callout-background: $color-grey-300,
50
50
  $banner-callout-border-color: $color-grey-700,
51
51
  $banner-callout-text-color: $text-color,
52
52
  $color-btn: null,
@@ -170,11 +170,11 @@ $contact-us-blue-light: #8498E7;
170
170
 
171
171
  .banner {
172
172
  &__background-overlay {
173
- background: $banner-overlay-bkg;
173
+ background: $banner-overlay-background;
174
174
  }
175
175
 
176
176
  &__callout {
177
- background-color: $banner-callout-bkg;
177
+ background-color: $banner-callout-background;
178
178
  border-color: $banner-callout-border-color;
179
179
  color: $banner-callout-text-color;
180
180
  }