sempli-website-lib 5.2.2 → 5.2.3

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.2",
3
+ "version": "5.2.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~13.3.4",
6
6
  "@angular/core": "~13.3.4",
@@ -15833,20 +15833,20 @@ span.results-table-item-value {
15833
15833
  }
15834
15834
 
15835
15835
  .calculator-wrapper {
15836
- @include responsive-max($breakpoint-xmedium) {
15837
- display: none;
15838
- }
15839
-
15840
15836
  padding: 20px 40px;
15841
15837
  background-color: rgba(255, 255, 255, 1);
15842
15838
  border-radius: 5px;
15843
15839
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
15844
15840
  opacity: 0.9;
15845
15841
 
15846
- @include responsive($breakpoint-xlarge) {
15842
+ @include responsive-max($breakpoint-xlarge) {
15847
15843
  margin-right: 40px;
15848
15844
  }
15849
15845
 
15846
+ @include responsive-max($breakpoint-xmedium) {
15847
+ display: none;
15848
+ }
15849
+
15850
15850
  header {
15851
15851
  margin: 0 0 20px;
15852
15852
 
@@ -15909,9 +15909,9 @@ section.hero-wrapper {
15909
15909
  padding: 100px 0;
15910
15910
  }
15911
15911
 
15912
- @include responsive($breakpoint-xmedium) {
15913
- padding: 200px 0;
15914
- }
15912
+ // @include responsive($breakpoint-xmedium) {
15913
+ // padding: 200px 0;
15914
+ // }
15915
15915
 
15916
15916
  // Compact Layout Option
15917
15917
  &.compact {
@@ -1322,20 +1322,20 @@ span.results-table-item-value {
1322
1322
  }
1323
1323
 
1324
1324
  .calculator-wrapper {
1325
- @include responsive-max($breakpoint-xmedium) {
1326
- display: none;
1327
- }
1328
-
1329
1325
  padding: 20px 40px;
1330
1326
  background-color: rgba(255, 255, 255, 1);
1331
1327
  border-radius: 5px;
1332
1328
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
1333
1329
  opacity: 0.9;
1334
1330
 
1335
- @include responsive($breakpoint-xlarge) {
1331
+ @include responsive-max($breakpoint-xlarge) {
1336
1332
  margin-right: 40px;
1337
1333
  }
1338
1334
 
1335
+ @include responsive-max($breakpoint-xmedium) {
1336
+ display: none;
1337
+ }
1338
+
1339
1339
  header {
1340
1340
  margin: 0 0 20px;
1341
1341
 
@@ -12,9 +12,9 @@ section.hero-wrapper {
12
12
  padding: 100px 0;
13
13
  }
14
14
 
15
- @include responsive($breakpoint-xmedium) {
16
- padding: 200px 0;
17
- }
15
+ // @include responsive($breakpoint-xmedium) {
16
+ // padding: 200px 0;
17
+ // }
18
18
 
19
19
  // Compact Layout Option
20
20
  &.compact {