mod-base 1.0.65-beta.4 → 1.0.65-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.65-beta.4",
3
+ "version": "1.0.65-beta.6",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -61,7 +61,7 @@ $contact-us-blue-light: #8498E7;
61
61
  $radio-btn-checked-border-color: null,
62
62
  $radio-btn-checked-icon-background-color: null,
63
63
  $radio-btn-checked-icon-color: $color-grey-300,
64
- $radio-btn-checked-text-color: $color-grey-300,
64
+ $radio-btn-checked-text-color: $color-white,
65
65
  $radio-btn-hover-background-color: $radio-btn-background-color,
66
66
  $radio-btn-hover-border-color: $radio-btn-border-color,
67
67
  $radio-btn-hover-icon-background-color: null,
@@ -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,
@@ -235,10 +236,10 @@ $contact-us-blue-light: #8498E7;
235
236
  .secure-text,
236
237
  .step__secure-text,
237
238
  .modal-subtitle {
238
- color: $color-grey-500;
239
+ color: $color-grey-300;
239
240
 
240
241
  svg {
241
- fill: $color-grey-500;
242
+ fill: $color-grey-300;
242
243
  }
243
244
  }
244
245
 
@@ -498,8 +499,8 @@ $contact-us-blue-light: #8498E7;
498
499
  }
499
500
 
500
501
  .reviews-card {
501
- background-color: $background;
502
- border-color: $color-grey-700;
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
  }