mod-base 1.0.73-beta.2 → 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 +2 -1
- package/package.json +1 -1
- package/src/styles/templates/_dark-mode.scss +16 -31
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -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,
|
|
@@ -255,14 +254,6 @@ $contact-us-blue-light: #8498E7;
|
|
|
255
254
|
}
|
|
256
255
|
}
|
|
257
256
|
|
|
258
|
-
@include breakpoint-md {
|
|
259
|
-
.banner {
|
|
260
|
-
&__background-overlay {
|
|
261
|
-
background: $banner-overlay-background-desktop;
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
|
|
266
257
|
.checkbox {
|
|
267
258
|
color: $checkbox-label-color;
|
|
268
259
|
}
|
|
@@ -676,24 +667,22 @@ $contact-us-blue-light: #8498E7;
|
|
|
676
667
|
|
|
677
668
|
.swiper--stacked-cards {
|
|
678
669
|
.reviews-card {
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
box-shadow: none;
|
|
670
|
+
background-color: $reviews-card-active-background;
|
|
671
|
+
border-color: $reviews-card-active-background;
|
|
672
|
+
box-shadow: none;
|
|
683
673
|
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
674
|
+
.reviews-card__author-name {
|
|
675
|
+
border-color: $reviews-card-active-author-border-color;
|
|
676
|
+
}
|
|
687
677
|
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
}
|
|
678
|
+
.star-rating__icons {
|
|
679
|
+
.stars-filled {
|
|
680
|
+
color: $reviews-card-active-star-color;
|
|
692
681
|
}
|
|
682
|
+
}
|
|
693
683
|
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
}
|
|
684
|
+
.reviews-card__verified {
|
|
685
|
+
color: $reviews-card-active-verified-color;
|
|
697
686
|
}
|
|
698
687
|
}
|
|
699
688
|
}
|
|
@@ -1181,16 +1170,12 @@ $contact-us-blue-light: #8498E7;
|
|
|
1181
1170
|
box-shadow: none;
|
|
1182
1171
|
}
|
|
1183
1172
|
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
.hero__content {
|
|
1190
|
-
box-shadow: none;
|
|
1173
|
+
&.form-in-progress {
|
|
1174
|
+
.hero {
|
|
1175
|
+
background-color: $background-color;
|
|
1176
|
+
}
|
|
1191
1177
|
}
|
|
1192
1178
|
}
|
|
1193
|
-
}
|
|
1194
1179
|
|
|
1195
1180
|
@include breakpoint-lg {
|
|
1196
1181
|
.swiper--stacked-cards {
|