sempli-website-lib 5.3.1 → 5.3.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/assets/interface/{sempli-home-new.jpg → sempli-home-new-large.jpg} +0 -0
- package/assets/interface/{sempli-home-new.webp → sempli-home-new-large.webp} +0 -0
- package/assets/interface/sempli-home-new-medium.jpg +0 -0
- package/assets/interface/sempli-home-new-medium.webp +0 -0
- package/assets/interface/sempli-home-new-small.jpg +0 -0
- package/assets/interface/sempli-home-new-small.webp +0 -0
- package/package.json +1 -1
- package/styles/master-landing.scss +8 -8
- package/styles/partials/landing/_hero-wrappers.scss +8 -8
|
File without changes
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -16035,16 +16035,16 @@ 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-new.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
16040
|
|
|
16041
|
-
@include responsive($breakpoint-
|
|
16042
|
-
background: url("/assets/swl/interface/sempli-home-new.webp") no-repeat 50%;
|
|
16041
|
+
@include responsive($breakpoint-medium) {
|
|
16042
|
+
background: url("/assets/swl/interface/sempli-home-new-medium.webp") no-repeat 50%;
|
|
16043
16043
|
background-size: cover;
|
|
16044
16044
|
}
|
|
16045
16045
|
|
|
16046
16046
|
@include responsive($breakpoint-xxlarge) {
|
|
16047
|
-
background: url("/assets/swl/interface/sempli-home-new.webp") no-repeat;
|
|
16047
|
+
background: url("/assets/swl/interface/sempli-home-new-large.webp") no-repeat;
|
|
16048
16048
|
background-size: cover;
|
|
16049
16049
|
}
|
|
16050
16050
|
}
|
|
@@ -16248,16 +16248,16 @@ section.hero-wrapper {
|
|
|
16248
16248
|
|
|
16249
16249
|
.no-webp body#landing section.hero-wrapper {
|
|
16250
16250
|
&.home.index {
|
|
16251
|
-
background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat 100% 0%;
|
|
16251
|
+
background: url("/assets/swl/interface/sempli-home-new-small.jpg") no-repeat 100% 0%;
|
|
16252
16252
|
background-size: cover;
|
|
16253
16253
|
|
|
16254
|
-
@include responsive($breakpoint-
|
|
16255
|
-
background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat 50%;
|
|
16254
|
+
@include responsive($breakpoint-medium) {
|
|
16255
|
+
background: url("/assets/swl/interface/sempli-home-new-medium.jpg") no-repeat 50%;
|
|
16256
16256
|
background-size: cover;
|
|
16257
16257
|
}
|
|
16258
16258
|
|
|
16259
16259
|
@include responsive($breakpoint-xxlarge) {
|
|
16260
|
-
background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat;
|
|
16260
|
+
background: url("/assets/swl/interface/sempli-home-new-large.jpg") no-repeat;
|
|
16261
16261
|
background-size: cover;
|
|
16262
16262
|
}
|
|
16263
16263
|
}
|
|
@@ -138,16 +138,16 @@ 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-new.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
143
|
|
|
144
|
-
@include responsive($breakpoint-
|
|
145
|
-
background: url("/assets/swl/interface/sempli-home-new.webp") no-repeat 50%;
|
|
144
|
+
@include responsive($breakpoint-medium) {
|
|
145
|
+
background: url("/assets/swl/interface/sempli-home-new-medium.webp") no-repeat 50%;
|
|
146
146
|
background-size: cover;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
@include responsive($breakpoint-xxlarge) {
|
|
150
|
-
background: url("/assets/swl/interface/sempli-home-new.webp") no-repeat;
|
|
150
|
+
background: url("/assets/swl/interface/sempli-home-new-large.webp") no-repeat;
|
|
151
151
|
background-size: cover;
|
|
152
152
|
}
|
|
153
153
|
}
|
|
@@ -351,16 +351,16 @@ section.hero-wrapper {
|
|
|
351
351
|
|
|
352
352
|
.no-webp body#landing section.hero-wrapper {
|
|
353
353
|
&.home.index {
|
|
354
|
-
background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat 100% 0%;
|
|
354
|
+
background: url("/assets/swl/interface/sempli-home-new-small.jpg") no-repeat 100% 0%;
|
|
355
355
|
background-size: cover;
|
|
356
356
|
|
|
357
|
-
@include responsive($breakpoint-
|
|
358
|
-
background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat 50%;
|
|
357
|
+
@include responsive($breakpoint-medium) {
|
|
358
|
+
background: url("/assets/swl/interface/sempli-home-new-medium.jpg") no-repeat 50%;
|
|
359
359
|
background-size: cover;
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
@include responsive($breakpoint-xxlarge) {
|
|
363
|
-
background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat;
|
|
363
|
+
background: url("/assets/swl/interface/sempli-home-new-large.jpg") no-repeat;
|
|
364
364
|
background-size: cover;
|
|
365
365
|
}
|
|
366
366
|
}
|