mod-base 1.0.65-beta.4 → 1.0.65-beta.5
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
|
@@ -72,6 +72,7 @@ $contact-us-blue-light: #8498E7;
|
|
|
72
72
|
$radio-btn-standard-checked-background-color: $background,
|
|
73
73
|
$radio-btn-standard-hover-select-background-color: null,
|
|
74
74
|
// Reviews — Active card
|
|
75
|
+
$reviews-card-active-background: #353535,
|
|
75
76
|
$reviews-card-active-author-border-color: null,
|
|
76
77
|
$reviews-card-active-star-color: null,
|
|
77
78
|
$reviews-card-active-verified-color: #54ADFF,
|
|
@@ -498,8 +499,8 @@ $contact-us-blue-light: #8498E7;
|
|
|
498
499
|
}
|
|
499
500
|
|
|
500
501
|
.reviews-card {
|
|
501
|
-
background-color: $background;
|
|
502
|
-
border-color: $
|
|
502
|
+
background-color: $reviews-card-active-background;
|
|
503
|
+
border-color: $reviews-card-active-background;
|
|
503
504
|
box-shadow: none;
|
|
504
505
|
color: $text-color;
|
|
505
506
|
|
|
@@ -535,7 +536,7 @@ $contact-us-blue-light: #8498E7;
|
|
|
535
536
|
}
|
|
536
537
|
|
|
537
538
|
@if $color-btn != null {
|
|
538
|
-
.swiper-controls {
|
|
539
|
+
.swiper--reviews .swiper-controls {
|
|
539
540
|
.icon {
|
|
540
541
|
@include btnStyles($color-btn, $color-btn-text);
|
|
541
542
|
}
|
|
@@ -1029,7 +1030,7 @@ $contact-us-blue-light: #8498E7;
|
|
|
1029
1030
|
}
|
|
1030
1031
|
}
|
|
1031
1032
|
.star-rating__text,
|
|
1032
|
-
.stars-filled {
|
|
1033
|
+
.star-rating__icons .stars .stars-filled {
|
|
1033
1034
|
color: $reviews-card-inactive-star-color;
|
|
1034
1035
|
}
|
|
1035
1036
|
}
|