mod-base 1.0.73-beta.1 → 1.0.73-beta.2
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
|
@@ -46,6 +46,7 @@ $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-overlay-background-desktop: $banner-overlay-background,
|
|
49
50
|
$banner-callout-background: $color-charcoal8,
|
|
50
51
|
$banner-callout-border-color: $color-grey-700,
|
|
51
52
|
$banner-callout-text-color: null,
|
|
@@ -254,6 +255,14 @@ $contact-us-blue-light: #8498E7;
|
|
|
254
255
|
}
|
|
255
256
|
}
|
|
256
257
|
|
|
258
|
+
@include breakpoint-md {
|
|
259
|
+
.banner {
|
|
260
|
+
&__background-overlay {
|
|
261
|
+
background: $banner-overlay-background-desktop;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
|
|
257
266
|
.checkbox {
|
|
258
267
|
color: $checkbox-label-color;
|
|
259
268
|
}
|