mod-base 1.0.73-beta.3 → 1.0.73-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/CHANGELOG.md CHANGED
@@ -1,7 +1,8 @@
1
1
  # Changelog
2
2
 
3
3
  ## 1.0.73
4
- - Fix hero content box-shadow not being removed in dark mode when form-in-progress is active on mobile, and adding featured block image box shadow in dark mode styles
4
+
5
+ - Updated review cards dark mode styles, to fix issues in tablet device
5
6
 
6
7
  ## 1.0.72
7
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.73-beta.3",
3
+ "version": "1.0.73-beta.5",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -46,7 +46,6 @@ $contact-us-blue-light: #8498E7;
46
46
  $bbb-img-filter: grayscale(1) invert(.915) brightness(1.5),
47
47
  // Banner
48
48
  $banner-overlay-background: linear-gradient(90deg, $background 17%, rgba($background, .5) 100%),
49
- $banner-overlay-background-desktop: $banner-overlay-background,
50
49
  $banner-callout-background: $color-charcoal8,
51
50
  $banner-callout-border-color: $color-grey-700,
52
51
  $banner-callout-text-color: null,
@@ -57,8 +56,6 @@ $contact-us-blue-light: #8498E7;
57
56
  $color-btn: null,
58
57
  $color-btn-text: null,
59
58
  $checkbox-label-color: null,
60
- // featured block
61
- $featured-block-img-box-shadow: null,
62
59
  $footer-background: $color-charcoal9,
63
60
  $foreground: $color-grey-300,
64
61
  $form-input-border-color: null,
@@ -257,14 +254,6 @@ $contact-us-blue-light: #8498E7;
257
254
  }
258
255
  }
259
256
 
260
- @include breakpoint-md {
261
- .banner {
262
- &__background-overlay {
263
- background: $banner-overlay-background-desktop;
264
- }
265
- }
266
- }
267
-
268
257
  .checkbox {
269
258
  color: $checkbox-label-color;
270
259
  }
@@ -343,12 +332,6 @@ $contact-us-blue-light: #8498E7;
343
332
  filter: $background-img-brightness;
344
333
  }
345
334
 
346
- @if $featured-block-img-box-shadow != null {
347
- .featured-block__media img {
348
- box-shadow: $featured-block-img-box-shadow;
349
- }
350
- }
351
-
352
335
  .header__logo img,
353
336
  .header__logo svg {
354
337
  filter: $logo-filter;
@@ -684,24 +667,22 @@ $contact-us-blue-light: #8498E7;
684
667
 
685
668
  .swiper--stacked-cards {
686
669
  .reviews-card {
687
- &.swiper-slide-active {
688
- background-color: $reviews-card-active-background;
689
- border-color: $reviews-card-active-background;
690
- box-shadow: none;
670
+ background-color: $reviews-card-active-background;
671
+ border-color: $reviews-card-active-background;
672
+ box-shadow: none;
691
673
 
692
- .reviews-card__author-name {
693
- border-color: $reviews-card-active-author-border-color;
694
- }
674
+ .reviews-card__author-name {
675
+ border-color: $reviews-card-active-author-border-color;
676
+ }
695
677
 
696
- .star-rating__icons {
697
- .stars-filled {
698
- color: $reviews-card-active-star-color;
699
- }
678
+ .star-rating__icons {
679
+ .stars-filled {
680
+ color: $reviews-card-active-star-color;
700
681
  }
682
+ }
701
683
 
702
- .reviews-card__verified {
703
- color: $reviews-card-active-verified-color;
704
- }
684
+ .reviews-card__verified {
685
+ color: $reviews-card-active-verified-color;
705
686
  }
706
687
  }
707
688
  }
@@ -1189,16 +1170,12 @@ $contact-us-blue-light: #8498E7;
1189
1170
  box-shadow: none;
1190
1171
  }
1191
1172
 
1192
- &.form-in-progress {
1193
- .hero {
1194
- background-color: $background-color;
1195
- }
1196
-
1197
- .hero__content {
1198
- box-shadow: none;
1173
+ &.form-in-progress {
1174
+ .hero {
1175
+ background-color: $background-color;
1176
+ }
1199
1177
  }
1200
1178
  }
1201
- }
1202
1179
 
1203
1180
  @include breakpoint-lg {
1204
1181
  .swiper--stacked-cards {