mod-base 1.0.65-beta.8 → 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.8",
3
+ "version": "1.0.65",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -525,24 +525,26 @@ $contact-us-blue-light: #8498E7;
525
525
  }
526
526
  }
527
527
 
528
- .reviews-card {
529
- &.review-stacked-card {
530
- background-color: $reviews-card-active-background;
531
- border-color: $reviews-card-active-background;
532
- box-shadow: none;
528
+ .swiper--stacked-cards {
529
+ .reviews-card {
530
+ &.swiper-slide-active {
531
+ background-color: $reviews-card-active-background;
532
+ border-color: $reviews-card-active-background;
533
+ box-shadow: none;
533
534
 
534
- &__author-name {
535
- border-color: $reviews-card-active-author-border-color;
536
- }
535
+ &__author-name {
536
+ border-color: $reviews-card-active-author-border-color;
537
+ }
537
538
 
538
- .star-rating__icons {
539
- .stars-filled {
540
- color: $reviews-card-active-star-color;
539
+ .star-rating__icons {
540
+ .stars-filled {
541
+ color: $reviews-card-active-star-color;
542
+ }
541
543
  }
542
- }
543
544
 
544
- &__verified {
545
- color: $reviews-card-active-verified-color;
545
+ &__verified {
546
+ color: $reviews-card-active-verified-color;
547
+ }
546
548
  }
547
549
  }
548
550
  }
@@ -1026,22 +1028,24 @@ $contact-us-blue-light: #8498E7;
1026
1028
  }
1027
1029
 
1028
1030
  @include breakpoint-lg {
1029
- .reviews-card {
1030
- &.review-stacked-card {
1031
+ .swiper--stacked-cards {
1032
+ .reviews-card {
1031
1033
  &:not(.swiper-slide-active) {
1032
1034
  background-color: $reviews-card-inactive-background;
1033
- .reviews-card {
1034
- &__review,
1035
- &__author {
1036
- color: $reviews-card-inactive-text-color;
1037
- }
1038
- &__author-name {
1039
- border-color: $reviews-card-inactive-author-border-color;
1040
- }
1041
- &__verified {
1042
- color: $reviews-card-inactive-verified-color;
1043
- }
1035
+
1036
+ .reviews-card__review,
1037
+ .reviews-card__author {
1038
+ color: $reviews-card-inactive-text-color;
1044
1039
  }
1040
+
1041
+ .reviews-card__author-name {
1042
+ border-color: $reviews-card-inactive-author-border-color;
1043
+ }
1044
+
1045
+ .reviews-card__verified {
1046
+ color: $reviews-card-inactive-verified-color;
1047
+ }
1048
+
1045
1049
  .star-rating__text,
1046
1050
  .star-rating__icons .stars .stars-filled {
1047
1051
  color: $reviews-card-inactive-star-color;