sempli-website-lib 5.0.2 → 5.0.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.0.2",
3
+ "version": "5.0.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~13.3.4",
6
6
  "@angular/core": "~13.3.4",
@@ -17380,9 +17380,9 @@ p.payment-simulation-result {
17380
17380
 
17381
17381
  .person-data {
17382
17382
  margin: 0 28px;
17383
+ font-size: rem-calc(12px);
17383
17384
  .name {
17384
17385
  font-weight: 600;
17385
- font-size: rem-calc(10px);
17386
17386
  font-family: 'Montserrat', serif;
17387
17387
  }
17388
17388
  }
@@ -17592,7 +17592,7 @@ p.payment-simulation-result {
17592
17592
  .credit-card-data {
17593
17593
  .person-data {
17594
17594
  margin: 0 10px;
17595
- font-size: rem-calc(14px);
17595
+ font-size: rem-calc(10px);
17596
17596
  }
17597
17597
  }
17598
17598
  }
@@ -17663,20 +17663,15 @@ p.payment-simulation-result {
17663
17663
  height: 40px;
17664
17664
  margin: 0 15px 0 24px;
17665
17665
  display: block;
17666
- font-family: arial;
17666
+ font-family: arial, serif;
17667
17667
  font-size: 1em;
17668
17668
  line-height: 1em;
17669
17669
  z-index: 0;
17670
17670
 
17671
- &:before,
17672
- &:after {
17673
- content: '';
17674
- position: absolute;
17675
- }
17676
-
17677
17671
  &:before {
17678
17672
  content: attr(data-label-closed);
17679
17673
  display: contents;
17674
+ position: relative;
17680
17675
  }
17681
17676
 
17682
17677
  &::after {
@@ -17686,6 +17681,7 @@ p.payment-simulation-result {
17686
17681
  height: 1em;
17687
17682
  text-align: center;
17688
17683
  transition: all 0.35s;
17684
+ position: absolute;
17689
17685
  }
17690
17686
  }
17691
17687
 
@@ -640,9 +640,9 @@ p.payment-simulation-result {
640
640
 
641
641
  .person-data {
642
642
  margin: 0 28px;
643
+ font-size: rem-calc(12px);
643
644
  .name {
644
645
  font-weight: 600;
645
- font-size: rem-calc(10px);
646
646
  font-family: 'Montserrat', serif;
647
647
  }
648
648
  }
@@ -852,7 +852,7 @@ p.payment-simulation-result {
852
852
  .credit-card-data {
853
853
  .person-data {
854
854
  margin: 0 10px;
855
- font-size: rem-calc(14px);
855
+ font-size: rem-calc(10px);
856
856
  }
857
857
  }
858
858
  }
@@ -923,20 +923,15 @@ p.payment-simulation-result {
923
923
  height: 40px;
924
924
  margin: 0 15px 0 24px;
925
925
  display: block;
926
- font-family: arial;
926
+ font-family: arial, serif;
927
927
  font-size: 1em;
928
928
  line-height: 1em;
929
929
  z-index: 0;
930
930
 
931
- &:before,
932
- &:after {
933
- content: '';
934
- position: absolute;
935
- }
936
-
937
931
  &:before {
938
932
  content: attr(data-label-closed);
939
933
  display: contents;
934
+ position: relative;
940
935
  }
941
936
 
942
937
  &::after {
@@ -946,6 +941,7 @@ p.payment-simulation-result {
946
941
  height: 1em;
947
942
  text-align: center;
948
943
  transition: all 0.35s;
944
+ position: absolute;
949
945
  }
950
946
  }
951
947