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
|
@@ -525,7 +525,7 @@ $contact-us-blue-light: #8498E7;
|
|
|
525
525
|
}
|
|
526
526
|
}
|
|
527
527
|
|
|
528
|
-
.
|
|
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
|
-
.
|
|
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
|
-
|
|
1037
|
-
|
|
1036
|
+
.reviews-card__review,
|
|
1037
|
+
.reviews-card__author {
|
|
1038
1038
|
color: $reviews-card-inactive-text-color;
|
|
1039
1039
|
}
|
|
1040
1040
|
|
|
1041
|
-
|
|
1041
|
+
.reviews-card__author-name {
|
|
1042
1042
|
border-color: $reviews-card-inactive-author-border-color;
|
|
1043
1043
|
}
|
|
1044
1044
|
|
|
1045
|
-
|
|
1045
|
+
.reviews-card__verified {
|
|
1046
1046
|
color: $reviews-card-inactive-verified-color;
|
|
1047
1047
|
}
|
|
1048
1048
|
|