mod-base 1.0.71-beta.1 → 1.0.71
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
|
@@ -60,8 +60,8 @@ $contact-us-blue-light: #8498E7;
|
|
|
60
60
|
$foreground: $color-grey-300,
|
|
61
61
|
$form-focus-border-color: $color-grey-400,
|
|
62
62
|
$hero-content-box-shadow-mobile: null,
|
|
63
|
-
$
|
|
64
|
-
$
|
|
63
|
+
$hero-wave-accent: null,
|
|
64
|
+
$hero-wave-base: null,
|
|
65
65
|
$interactive-text-color: $color-grey-500,
|
|
66
66
|
$interactive-text-color-hover: lighten($interactive-text-color, 20%),
|
|
67
67
|
$logo-filter: invert(1) hue-rotate(180deg),
|
|
@@ -121,12 +121,12 @@ $contact-us-blue-light: #8498E7;
|
|
|
121
121
|
$theme: $base-color !global;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
@if $
|
|
125
|
-
$
|
|
124
|
+
@if $hero-wave-accent == null {
|
|
125
|
+
$hero-wave-accent: $accent-color;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
@if $
|
|
129
|
-
$
|
|
128
|
+
@if $hero-wave-base == null {
|
|
129
|
+
$hero-wave-base: $background;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
@if $reviews-card-active-star-color == null {
|
|
@@ -545,11 +545,11 @@ $contact-us-blue-light: #8498E7;
|
|
|
545
545
|
}
|
|
546
546
|
|
|
547
547
|
.hero__wave-accent {
|
|
548
|
-
fill: $
|
|
548
|
+
fill: $hero-wave-accent;
|
|
549
549
|
}
|
|
550
550
|
|
|
551
551
|
.hero__wave-base {
|
|
552
|
-
fill: $
|
|
552
|
+
fill: $hero-wave-base;
|
|
553
553
|
}
|
|
554
554
|
|
|
555
555
|
@if $color-btn != null {
|