sempli-website-lib 6.2.1-beta.5 → 6.2.1-beta.7

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": "6.2.1-beta.5",
3
+ "version": "6.2.1-beta.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.0.5",
6
6
  "@angular/core": "^16.0.5"
@@ -12487,7 +12487,7 @@ button.cursor-pointer {
12487
12487
  position: fixed;
12488
12488
  width: 60px;
12489
12489
  height: 60px;
12490
- bottom: 120px;
12490
+ bottom: 30px;
12491
12491
  right: 20px;
12492
12492
  background-color: #25d366;
12493
12493
  color: #FFF;
@@ -12267,7 +12267,7 @@ button.cursor-pointer {
12267
12267
  position: fixed;
12268
12268
  width: 60px;
12269
12269
  height: 60px;
12270
- bottom: 120px;
12270
+ bottom: 30px;
12271
12271
  right: 20px;
12272
12272
  background-color: #25d366;
12273
12273
  color: #FFF;
@@ -16752,7 +16752,6 @@ span.results-table-item-value {
16752
16752
  }
16753
16753
 
16754
16754
  @media screen and (max-width: 600px) {
16755
- display: flex;
16756
16755
  margin: 0px;
16757
16756
  display: none;
16758
16757
  }
@@ -16767,7 +16766,6 @@ span.results-table-item-value {
16767
16766
  @media screen and (max-width: 600px) {
16768
16767
  display: flex;
16769
16768
  margin: 0px;
16770
- display: unset;
16771
16769
  }
16772
16770
  }
16773
16771
 
@@ -17641,10 +17639,14 @@ span.results-table-item-value {
17641
17639
  justify-content: space-between;
17642
17640
  }
17643
17641
 
17644
- .section-h3-title-job-to-be-done {
17642
+ .position-title-job-to-be-done {
17645
17643
  width: 50%;
17646
- margin-left: 55% !important;
17647
- margin-bottom: 10% !important;
17644
+ margin-left: 55%;
17645
+ margin-bottom: 10%;
17646
+
17647
+ @media screen and (max-width: 795px) {
17648
+ margin-left: 65%;
17649
+ }
17648
17650
  }
17649
17651
  /*=============== END MAIN SECTIONS ===============*/
17650
17652
 
@@ -205,7 +205,7 @@ button.cursor-pointer {
205
205
  position: fixed;
206
206
  width: 60px;
207
207
  height: 60px;
208
- bottom: 120px;
208
+ bottom: 30px;
209
209
  right: 20px;
210
210
  background-color: #25d366;
211
211
  color: #FFF;
@@ -1509,7 +1509,6 @@ span.results-table-item-value {
1509
1509
  }
1510
1510
 
1511
1511
  @media screen and (max-width: 600px) {
1512
- display: flex;
1513
1512
  margin: 0px;
1514
1513
  display: none;
1515
1514
  }
@@ -1524,7 +1523,6 @@ span.results-table-item-value {
1524
1523
  @media screen and (max-width: 600px) {
1525
1524
  display: flex;
1526
1525
  margin: 0px;
1527
- display: unset;
1528
1526
  }
1529
1527
  }
1530
1528
 
@@ -2398,10 +2396,14 @@ span.results-table-item-value {
2398
2396
  justify-content: space-between;
2399
2397
  }
2400
2398
 
2401
- .section-h3-title-job-to-be-done {
2399
+ .position-title-job-to-be-done {
2402
2400
  width: 50%;
2403
- margin-left: 55% !important;
2404
- margin-bottom: 10% !important;
2401
+ margin-left: 55%;
2402
+ margin-bottom: 10%;
2403
+
2404
+ @media screen and (max-width: 795px) {
2405
+ margin-left: 65%;
2406
+ }
2405
2407
  }
2406
2408
  /*=============== END MAIN SECTIONS ===============*/
2407
2409