mod-base 1.0.65-beta.7 → 1.0.65-beta.8

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.7",
3
+ "version": "1.0.65-beta.8",
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-card {
528
+ .reviews-card {
529
529
  &.review-stacked-card {
530
530
  background-color: $reviews-card-active-background;
531
531
  border-color: $reviews-card-active-background;
@@ -1026,7 +1026,7 @@ $contact-us-blue-light: #8498E7;
1026
1026
  }
1027
1027
 
1028
1028
  @include breakpoint-lg {
1029
- .review-card {
1029
+ .reviews-card {
1030
1030
  &.review-stacked-card {
1031
1031
  &:not(.swiper-slide-active) {
1032
1032
  background-color: $reviews-card-inactive-background;