mod-base 1.0.73 → 1.0.74-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/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.74
4
+
5
+ - Updates for stacked review cards on tablet to have desktop like coverflow design
6
+
3
7
  ## 1.0.73
8
+
4
9
  - Fix hero content box-shadow not being removed in dark mode when form-in-progress is active on mobile, and adding featured block image box shadow in dark mode styles
5
10
 
6
11
  ## 1.0.72
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.73",
3
+ "version": "1.0.74-beta.5",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -257,14 +257,6 @@ $contact-us-blue-light: #8498E7;
257
257
  }
258
258
  }
259
259
 
260
- @include breakpoint-md {
261
- .banner {
262
- &__background-overlay {
263
- background: $banner-overlay-background-desktop;
264
- }
265
- }
266
- }
267
-
268
260
  .checkbox {
269
261
  color: $checkbox-label-color;
270
262
  }
@@ -1200,7 +1192,13 @@ $contact-us-blue-light: #8498E7;
1200
1192
  }
1201
1193
  }
1202
1194
 
1203
- @include breakpoint-lg {
1195
+ @include breakpoint-md {
1196
+ .banner {
1197
+ &__background-overlay {
1198
+ background: $banner-overlay-background-desktop;
1199
+ }
1200
+ }
1201
+
1204
1202
  .swiper--stacked-cards {
1205
1203
  .reviews-card {
1206
1204
  &:not(.swiper-slide-active) {