sempli-website-lib 5.2.0 → 5.2.1
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
|
@@ -16031,12 +16031,12 @@ section.hero-wrapper {
|
|
|
16031
16031
|
.webp body#landing section.hero-wrapper {
|
|
16032
16032
|
&.home.index {
|
|
16033
16033
|
@include responsive($breakpoint-xmedium) {
|
|
16034
|
-
background: url("/assets/swl/interface/sempli-home-new.webp") no-repeat
|
|
16034
|
+
background: url("/assets/swl/interface/sempli-home-new.webp") no-repeat 50%;
|
|
16035
16035
|
background-size: cover;
|
|
16036
16036
|
}
|
|
16037
16037
|
|
|
16038
16038
|
@include responsive($breakpoint-xxlarge) {
|
|
16039
|
-
background: url("/assets/swl/interface/sempli-home-new.webp") no-repeat
|
|
16039
|
+
background: url("/assets/swl/interface/sempli-home-new.webp") no-repeat;
|
|
16040
16040
|
background-size: cover;
|
|
16041
16041
|
}
|
|
16042
16042
|
}
|
|
@@ -16226,12 +16226,12 @@ section.hero-wrapper {
|
|
|
16226
16226
|
.no-webp body#landing section.hero-wrapper {
|
|
16227
16227
|
&.home.index {
|
|
16228
16228
|
@include responsive($breakpoint-xmedium) {
|
|
16229
|
-
background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat
|
|
16229
|
+
background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat 50%;
|
|
16230
16230
|
background-size: cover;
|
|
16231
16231
|
}
|
|
16232
16232
|
|
|
16233
16233
|
@include responsive($breakpoint-xxlarge) {
|
|
16234
|
-
background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat
|
|
16234
|
+
background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat;
|
|
16235
16235
|
background-size: cover;
|
|
16236
16236
|
}
|
|
16237
16237
|
}
|
|
@@ -143,12 +143,12 @@ section.hero-wrapper {
|
|
|
143
143
|
.webp body#landing section.hero-wrapper {
|
|
144
144
|
&.home.index {
|
|
145
145
|
@include responsive($breakpoint-xmedium) {
|
|
146
|
-
background: url("/assets/swl/interface/sempli-home-new.webp") no-repeat
|
|
146
|
+
background: url("/assets/swl/interface/sempli-home-new.webp") no-repeat 50%;
|
|
147
147
|
background-size: cover;
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
@include responsive($breakpoint-xxlarge) {
|
|
151
|
-
background: url("/assets/swl/interface/sempli-home-new.webp") no-repeat
|
|
151
|
+
background: url("/assets/swl/interface/sempli-home-new.webp") no-repeat;
|
|
152
152
|
background-size: cover;
|
|
153
153
|
}
|
|
154
154
|
}
|
|
@@ -338,12 +338,12 @@ section.hero-wrapper {
|
|
|
338
338
|
.no-webp body#landing section.hero-wrapper {
|
|
339
339
|
&.home.index {
|
|
340
340
|
@include responsive($breakpoint-xmedium) {
|
|
341
|
-
background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat
|
|
341
|
+
background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat 50%;
|
|
342
342
|
background-size: cover;
|
|
343
343
|
}
|
|
344
344
|
|
|
345
345
|
@include responsive($breakpoint-xxlarge) {
|
|
346
|
-
background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat
|
|
346
|
+
background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat;
|
|
347
347
|
background-size: cover;
|
|
348
348
|
}
|
|
349
349
|
}
|