mod-base 1.0.65-beta.11 → 1.0.65-beta.12

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.65-beta.11",
3
+ "version": "1.0.65-beta.12",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -525,7 +525,7 @@ $contact-us-blue-light: #8498E7;
525
525
  }
526
526
  }
527
527
 
528
- .review-stacked-card {
528
+ .swiper--stacked-cards {
529
529
  .reviews-card {
530
530
  &.swiper-slide-active {
531
531
  background-color: $reviews-card-active-background;
@@ -1028,7 +1028,7 @@ $contact-us-blue-light: #8498E7;
1028
1028
  }
1029
1029
 
1030
1030
  @include breakpoint-lg {
1031
- .review-stacked-card {
1031
+ .swiper--stacked-cards {
1032
1032
  .reviews-card {
1033
1033
  &:not(.swiper-slide-active) {
1034
1034
  background-color: $reviews-card-inactive-background;