sempli-website-lib 5.4.0 → 5.4.2
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
|
@@ -16035,16 +16035,17 @@ section.hero-wrapper {
|
|
|
16035
16035
|
// SECTION SPECIFIC HERO WRAPPERS
|
|
16036
16036
|
.webp body#landing section.hero-wrapper {
|
|
16037
16037
|
&.home.index {
|
|
16038
|
-
background: url("/assets/swl/interface/sempli-home-small.webp") no-repeat 100% 0%;
|
|
16038
|
+
background: url("/assets/swl/interface/sempli-home-new-small.webp") no-repeat 100% 0%;
|
|
16039
16039
|
background-size: cover;
|
|
16040
|
+
background-position-x: center;
|
|
16040
16041
|
|
|
16041
16042
|
@include responsive($breakpoint-medium) {
|
|
16042
|
-
background: url("/assets/swl/interface/sempli-home-medium.webp") no-repeat 50%;
|
|
16043
|
+
background: url("/assets/swl/interface/sempli-home-new-medium.webp") no-repeat 50%;
|
|
16043
16044
|
background-size: cover;
|
|
16044
16045
|
}
|
|
16045
16046
|
|
|
16046
16047
|
@include responsive($breakpoint-xxlarge) {
|
|
16047
|
-
background: url("/assets/swl/interface/sempli-home-large.webp") no-repeat;
|
|
16048
|
+
background: url("/assets/swl/interface/sempli-home-new-large.webp") no-repeat;
|
|
16048
16049
|
background-size: cover;
|
|
16049
16050
|
}
|
|
16050
16051
|
}
|
|
@@ -16248,16 +16249,16 @@ section.hero-wrapper {
|
|
|
16248
16249
|
|
|
16249
16250
|
.no-webp body#landing section.hero-wrapper {
|
|
16250
16251
|
&.home.index {
|
|
16251
|
-
background: url("/assets/swl/interface/sempli-home-small.jpg") no-repeat 100% 0%;
|
|
16252
|
+
background: url("/assets/swl/interface/sempli-home-new-small.jpg") no-repeat 100% 0%;
|
|
16252
16253
|
background-size: cover;
|
|
16253
16254
|
|
|
16254
16255
|
@include responsive($breakpoint-medium) {
|
|
16255
|
-
background: url("/assets/swl/interface/sempli-home-medium.jpg") no-repeat 50%;
|
|
16256
|
+
background: url("/assets/swl/interface/sempli-home-new-medium.jpg") no-repeat 50%;
|
|
16256
16257
|
background-size: cover;
|
|
16257
16258
|
}
|
|
16258
16259
|
|
|
16259
16260
|
@include responsive($breakpoint-xxlarge) {
|
|
16260
|
-
background: url("/assets/swl/interface/sempli-home-large.jpg") no-repeat;
|
|
16261
|
+
background: url("/assets/swl/interface/sempli-home-new-large.jpg") no-repeat;
|
|
16261
16262
|
background-size: cover;
|
|
16262
16263
|
}
|
|
16263
16264
|
}
|
|
@@ -138,16 +138,17 @@ section.hero-wrapper {
|
|
|
138
138
|
// SECTION SPECIFIC HERO WRAPPERS
|
|
139
139
|
.webp body#landing section.hero-wrapper {
|
|
140
140
|
&.home.index {
|
|
141
|
-
background: url("/assets/swl/interface/sempli-home-small.webp") no-repeat 100% 0%;
|
|
141
|
+
background: url("/assets/swl/interface/sempli-home-new-small.webp") no-repeat 100% 0%;
|
|
142
142
|
background-size: cover;
|
|
143
|
+
background-position-x: center;
|
|
143
144
|
|
|
144
145
|
@include responsive($breakpoint-medium) {
|
|
145
|
-
background: url("/assets/swl/interface/sempli-home-medium.webp") no-repeat 50%;
|
|
146
|
+
background: url("/assets/swl/interface/sempli-home-new-medium.webp") no-repeat 50%;
|
|
146
147
|
background-size: cover;
|
|
147
148
|
}
|
|
148
149
|
|
|
149
150
|
@include responsive($breakpoint-xxlarge) {
|
|
150
|
-
background: url("/assets/swl/interface/sempli-home-large.webp") no-repeat;
|
|
151
|
+
background: url("/assets/swl/interface/sempli-home-new-large.webp") no-repeat;
|
|
151
152
|
background-size: cover;
|
|
152
153
|
}
|
|
153
154
|
}
|
|
@@ -351,16 +352,16 @@ section.hero-wrapper {
|
|
|
351
352
|
|
|
352
353
|
.no-webp body#landing section.hero-wrapper {
|
|
353
354
|
&.home.index {
|
|
354
|
-
background: url("/assets/swl/interface/sempli-home-small.jpg") no-repeat 100% 0%;
|
|
355
|
+
background: url("/assets/swl/interface/sempli-home-new-small.jpg") no-repeat 100% 0%;
|
|
355
356
|
background-size: cover;
|
|
356
357
|
|
|
357
358
|
@include responsive($breakpoint-medium) {
|
|
358
|
-
background: url("/assets/swl/interface/sempli-home-medium.jpg") no-repeat 50%;
|
|
359
|
+
background: url("/assets/swl/interface/sempli-home-new-medium.jpg") no-repeat 50%;
|
|
359
360
|
background-size: cover;
|
|
360
361
|
}
|
|
361
362
|
|
|
362
363
|
@include responsive($breakpoint-xxlarge) {
|
|
363
|
-
background: url("/assets/swl/interface/sempli-home-large.jpg") no-repeat;
|
|
364
|
+
background: url("/assets/swl/interface/sempli-home-new-large.jpg") no-repeat;
|
|
364
365
|
background-size: cover;
|
|
365
366
|
}
|
|
366
367
|
}
|