sempli-website-lib 6.2.1-beta.3 → 6.2.1-beta.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": "6.2.1-beta.3",
3
+ "version": "6.2.1-beta.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.0.5",
6
6
  "@angular/core": "^16.0.5"
@@ -14857,7 +14857,7 @@ header#main-header {
14857
14857
 
14858
14858
  .nav-button-link {
14859
14859
  display: inline-block;
14860
- color: #4335f9;
14860
+ color: #4335f9 !important;
14861
14861
 
14862
14862
  @media screen and (max-width: 1023px) {
14863
14863
  width: 100%;
@@ -16754,6 +16754,20 @@ span.results-table-item-value {
16754
16754
  @media screen and (max-width: 600px) {
16755
16755
  display: flex;
16756
16756
  margin: 0px;
16757
+ display: none;
16758
+ }
16759
+ }
16760
+
16761
+ .section-home-title-hide {
16762
+ font-size: 36px;
16763
+ line-height: 1.2em;
16764
+ width: 100%;
16765
+ display: none;
16766
+
16767
+ @media screen and (max-width: 600px) {
16768
+ display: flex;
16769
+ margin: 0px;
16770
+ display: unset;
16757
16771
  }
16758
16772
  }
16759
16773
 
@@ -16811,7 +16825,7 @@ span.results-table-item-value {
16811
16825
  .cta {
16812
16826
  display: inline-block;
16813
16827
  background: #4335f9;
16814
- color: #fff;
16828
+ color: #fff !important;
16815
16829
  text-decoration: none;
16816
16830
  min-width: 180px;
16817
16831
  padding: 5px 16px;
@@ -17219,7 +17233,7 @@ span.results-table-item-value {
17219
17233
  width: 100%;
17220
17234
  padding: 20px;
17221
17235
  box-sizing: border-box;
17222
- background-image: url('../../assets/images/sempli_2.0/7-financia-tu-capital-de-trabajo.png');
17236
+ background-image: url("/assets/swl/interface/sempli_2.0/7-financia-tu-capital-de-trabajo.png");
17223
17237
  background-repeat: no-repeat;
17224
17238
  background-position: center;
17225
17239
  background-size: cover;
@@ -17233,7 +17247,7 @@ span.results-table-item-value {
17233
17247
  width: 100%;
17234
17248
  padding: 20px;
17235
17249
  box-sizing: border-box;
17236
- background-image: url('../../assets/images/sempli_2.0/5-seguridad-y-control.png');
17250
+ background-image: url("/assets/swl/interface/sempli_2.0/5-seguridad-y-control.png");
17237
17251
  background-repeat: no-repeat;
17238
17252
  background-position: center;
17239
17253
  background-size: cover;
@@ -17247,7 +17261,7 @@ span.results-table-item-value {
17247
17261
  width: 100%;
17248
17262
  padding: 20px;
17249
17263
  box-sizing: border-box;
17250
- background-image: url('../../assets/images/sempli_2.0/10-pago-de-facturas-y-proveedores-v2.png');
17264
+ background-image: url("/assets/swl/interface/sempli_2.0/10-pago-de-facturas-y-proveedores-v2.png");
17251
17265
  background-repeat: no-repeat;
17252
17266
  background-size: contain;
17253
17267
  max-height: 663px;
@@ -17255,11 +17269,11 @@ span.results-table-item-value {
17255
17269
  border-radius: 50px;
17256
17270
 
17257
17271
  @media screen and (max-width: 1100px) {
17258
- background-image: url('../../assets/images/sempli_2.0/10-pago-de-facturas-y-proveedores-v1.png');
17272
+ background-image: url("/assets/swl/interface/sempli_2.0/10-pago-de-facturas-y-proveedores-v1.png");
17259
17273
  }
17260
17274
 
17261
17275
  @media screen and (max-width: 768px) {
17262
- background-image: url('../../assets/images/sempli_2.0/10-pago-de-facturas-y-proveedores.png');
17276
+ background-image: url("/assets/swl/interface/sempli_2.0/10-pago-de-facturas-y-proveedores.png");
17263
17277
  height: 60vw;
17264
17278
  min-height: 400px;
17265
17279
  background-position: center;
@@ -1511,6 +1511,20 @@ span.results-table-item-value {
1511
1511
  @media screen and (max-width: 600px) {
1512
1512
  display: flex;
1513
1513
  margin: 0px;
1514
+ display: none;
1515
+ }
1516
+ }
1517
+
1518
+ .section-home-title-hide {
1519
+ font-size: 36px;
1520
+ line-height: 1.2em;
1521
+ width: 100%;
1522
+ display: none;
1523
+
1524
+ @media screen and (max-width: 600px) {
1525
+ display: flex;
1526
+ margin: 0px;
1527
+ display: unset;
1514
1528
  }
1515
1529
  }
1516
1530
 
@@ -1568,7 +1582,7 @@ span.results-table-item-value {
1568
1582
  .cta {
1569
1583
  display: inline-block;
1570
1584
  background: #4335f9;
1571
- color: #fff;
1585
+ color: #fff !important;
1572
1586
  text-decoration: none;
1573
1587
  min-width: 180px;
1574
1588
  padding: 5px 16px;
@@ -1976,7 +1990,7 @@ span.results-table-item-value {
1976
1990
  width: 100%;
1977
1991
  padding: 20px;
1978
1992
  box-sizing: border-box;
1979
- background-image: url('../../assets/images/sempli_2.0/7-financia-tu-capital-de-trabajo.png');
1993
+ background-image: url("/assets/swl/interface/sempli_2.0/7-financia-tu-capital-de-trabajo.png");
1980
1994
  background-repeat: no-repeat;
1981
1995
  background-position: center;
1982
1996
  background-size: cover;
@@ -1990,7 +2004,7 @@ span.results-table-item-value {
1990
2004
  width: 100%;
1991
2005
  padding: 20px;
1992
2006
  box-sizing: border-box;
1993
- background-image: url('../../assets/images/sempli_2.0/5-seguridad-y-control.png');
2007
+ background-image: url("/assets/swl/interface/sempli_2.0/5-seguridad-y-control.png");
1994
2008
  background-repeat: no-repeat;
1995
2009
  background-position: center;
1996
2010
  background-size: cover;
@@ -2004,7 +2018,7 @@ span.results-table-item-value {
2004
2018
  width: 100%;
2005
2019
  padding: 20px;
2006
2020
  box-sizing: border-box;
2007
- background-image: url('../../assets/images/sempli_2.0/10-pago-de-facturas-y-proveedores-v2.png');
2021
+ background-image: url("/assets/swl/interface/sempli_2.0/10-pago-de-facturas-y-proveedores-v2.png");
2008
2022
  background-repeat: no-repeat;
2009
2023
  background-size: contain;
2010
2024
  max-height: 663px;
@@ -2012,11 +2026,11 @@ span.results-table-item-value {
2012
2026
  border-radius: 50px;
2013
2027
 
2014
2028
  @media screen and (max-width: 1100px) {
2015
- background-image: url('../../assets/images/sempli_2.0/10-pago-de-facturas-y-proveedores-v1.png');
2029
+ background-image: url("/assets/swl/interface/sempli_2.0/10-pago-de-facturas-y-proveedores-v1.png");
2016
2030
  }
2017
2031
 
2018
2032
  @media screen and (max-width: 768px) {
2019
- background-image: url('../../assets/images/sempli_2.0/10-pago-de-facturas-y-proveedores.png');
2033
+ background-image: url("/assets/swl/interface/sempli_2.0/10-pago-de-facturas-y-proveedores.png");
2020
2034
  height: 60vw;
2021
2035
  min-height: 400px;
2022
2036
  background-position: center;
@@ -818,7 +818,7 @@ header#main-header {
818
818
 
819
819
  .nav-button-link {
820
820
  display: inline-block;
821
- color: #4335f9;
821
+ color: #4335f9 !important;
822
822
 
823
823
  @media screen and (max-width: 1023px) {
824
824
  width: 100%;