sempli-website-lib 5.2.4 → 5.2.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/package.json
CHANGED
|
@@ -13994,7 +13994,7 @@ header#main-header {
|
|
|
13994
13994
|
|
|
13995
13995
|
a {
|
|
13996
13996
|
display: block;
|
|
13997
|
-
background: url("/assets/swl/interface/sempli-logo
|
|
13997
|
+
background: url("/assets/swl/interface/sempli-logo.svg") no-repeat 50% 50%;
|
|
13998
13998
|
background-size: 100px 26px;
|
|
13999
13999
|
height: 0;
|
|
14000
14000
|
width: 100px;
|
|
@@ -15909,10 +15909,6 @@ section.hero-wrapper {
|
|
|
15909
15909
|
padding: 100px 0;
|
|
15910
15910
|
}
|
|
15911
15911
|
|
|
15912
|
-
// @include responsive($breakpoint-xmedium) {
|
|
15913
|
-
// padding: 200px 0;
|
|
15914
|
-
// }
|
|
15915
|
-
|
|
15916
15912
|
// Compact Layout Option
|
|
15917
15913
|
&.compact {
|
|
15918
15914
|
@include background-image(linear-gradient(#ffffff, #f5f6fa));
|
|
@@ -33,7 +33,7 @@ header#main-header {
|
|
|
33
33
|
|
|
34
34
|
a {
|
|
35
35
|
display: block;
|
|
36
|
-
background: url("/assets/swl/interface/sempli-logo
|
|
36
|
+
background: url("/assets/swl/interface/sempli-logo.svg") no-repeat 50% 50%;
|
|
37
37
|
background-size: 100px 26px;
|
|
38
38
|
height: 0;
|
|
39
39
|
width: 100px;
|