mod-base 1.0.65-beta.9 → 1.0.65

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.9",
3
+ "version": "1.0.65",
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,21 +1028,21 @@ $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;
1035
1035
 
1036
- &__review,
1037
- &__author {
1036
+ .reviews-card__review,
1037
+ .reviews-card__author {
1038
1038
  color: $reviews-card-inactive-text-color;
1039
1039
  }
1040
1040
 
1041
- &__author-name {
1041
+ .reviews-card__author-name {
1042
1042
  border-color: $reviews-card-inactive-author-border-color;
1043
1043
  }
1044
1044
 
1045
- &__verified {
1045
+ .reviews-card__verified {
1046
1046
  color: $reviews-card-inactive-verified-color;
1047
1047
  }
1048
1048