mod-base 1.0.68-beta.4 → 1.0.68-beta.6

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.68-beta.4",
3
+ "version": "1.0.68-beta.6",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -1080,10 +1080,17 @@ $contact-us-blue-light: #8498E7;
1080
1080
  color: $reviews-card-inactive-verified-color;
1081
1081
  }
1082
1082
 
1083
- .star-rating__text,
1083
+ .star-rating__text {
1084
+ color: $reviews-card-inactive-text-color;
1085
+ }
1086
+
1084
1087
  .star-rating__icons .stars .stars-filled {
1085
1088
  color: $reviews-card-inactive-star-color;
1086
1089
  }
1090
+
1091
+ .star-rating__icons .stars .stars-empty {
1092
+ color: $reviews-card-inactive-text-color;
1093
+ }
1087
1094
  }
1088
1095
  }
1089
1096
  }