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
|
@@ -525,24 +525,26 @@ $contact-us-blue-light: #8498E7;
|
|
|
525
525
|
}
|
|
526
526
|
}
|
|
527
527
|
|
|
528
|
-
.
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
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
|
-
|
|
535
|
-
|
|
536
|
-
|
|
535
|
+
&__author-name {
|
|
536
|
+
border-color: $reviews-card-active-author-border-color;
|
|
537
|
+
}
|
|
537
538
|
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
539
|
+
.star-rating__icons {
|
|
540
|
+
.stars-filled {
|
|
541
|
+
color: $reviews-card-active-star-color;
|
|
542
|
+
}
|
|
541
543
|
}
|
|
542
|
-
}
|
|
543
544
|
|
|
544
|
-
|
|
545
|
-
|
|
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
|
-
.
|
|
1030
|
-
|
|
1031
|
+
.swiper--stacked-cards {
|
|
1032
|
+
.reviews-card {
|
|
1031
1033
|
&:not(.swiper-slide-active) {
|
|
1032
1034
|
background-color: $reviews-card-inactive-background;
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
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;
|