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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sempli-website-lib",
3
- "version": "5.2.4",
3
+ "version": "5.2.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~13.3.4",
6
6
  "@angular/core": "~13.3.4",
@@ -13994,7 +13994,7 @@ header#main-header {
13994
13994
 
13995
13995
  a {
13996
13996
  display: block;
13997
- background: url("/assets/swl/interface/sempli-logo-black.svg") no-repeat 50% 50%;
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-black.svg") no-repeat 50% 50%;
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;
@@ -12,10 +12,6 @@ section.hero-wrapper {
12
12
  padding: 100px 0;
13
13
  }
14
14
 
15
- // @include responsive($breakpoint-xmedium) {
16
- // padding: 200px 0;
17
- // }
18
-
19
15
  // Compact Layout Option
20
16
  &.compact {
21
17
  @include background-image(linear-gradient(#ffffff, #f5f6fa));