sempli-website-lib 6.2.1-beta.4 → 6.2.1-beta.6
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
package/styles/master-app.scss
CHANGED
|
@@ -12487,7 +12487,7 @@ button.cursor-pointer {
|
|
|
12487
12487
|
position: fixed;
|
|
12488
12488
|
width: 60px;
|
|
12489
12489
|
height: 60px;
|
|
12490
|
-
bottom:
|
|
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:
|
|
12270
|
+
bottom: 30px;
|
|
12271
12271
|
right: 20px;
|
|
12272
12272
|
background-color: #25d366;
|
|
12273
12273
|
color: #FFF;
|
|
@@ -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%;
|
|
@@ -16751,6 +16751,18 @@ span.results-table-item-value {
|
|
|
16751
16751
|
font-size: 36px;
|
|
16752
16752
|
}
|
|
16753
16753
|
|
|
16754
|
+
@media screen and (max-width: 600px) {
|
|
16755
|
+
margin: 0px;
|
|
16756
|
+
display: none;
|
|
16757
|
+
}
|
|
16758
|
+
}
|
|
16759
|
+
|
|
16760
|
+
.section-home-title-hide {
|
|
16761
|
+
font-size: 36px;
|
|
16762
|
+
line-height: 1.2em;
|
|
16763
|
+
width: 100%;
|
|
16764
|
+
display: none;
|
|
16765
|
+
|
|
16754
16766
|
@media screen and (max-width: 600px) {
|
|
16755
16767
|
display: flex;
|
|
16756
16768
|
margin: 0px;
|
|
@@ -16811,7 +16823,7 @@ span.results-table-item-value {
|
|
|
16811
16823
|
.cta {
|
|
16812
16824
|
display: inline-block;
|
|
16813
16825
|
background: #4335f9;
|
|
16814
|
-
color: #fff;
|
|
16826
|
+
color: #fff !important;
|
|
16815
16827
|
text-decoration: none;
|
|
16816
16828
|
min-width: 180px;
|
|
16817
16829
|
padding: 5px 16px;
|
|
@@ -17631,6 +17643,10 @@ span.results-table-item-value {
|
|
|
17631
17643
|
width: 50%;
|
|
17632
17644
|
margin-left: 55% !important;
|
|
17633
17645
|
margin-bottom: 10% !important;
|
|
17646
|
+
|
|
17647
|
+
@media screen and (max-width: 795px) {
|
|
17648
|
+
margin-left: 65% !important;
|
|
17649
|
+
}
|
|
17634
17650
|
}
|
|
17635
17651
|
/*=============== END MAIN SECTIONS ===============*/
|
|
17636
17652
|
|
|
@@ -1508,6 +1508,18 @@ span.results-table-item-value {
|
|
|
1508
1508
|
font-size: 36px;
|
|
1509
1509
|
}
|
|
1510
1510
|
|
|
1511
|
+
@media screen and (max-width: 600px) {
|
|
1512
|
+
margin: 0px;
|
|
1513
|
+
display: none;
|
|
1514
|
+
}
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
.section-home-title-hide {
|
|
1518
|
+
font-size: 36px;
|
|
1519
|
+
line-height: 1.2em;
|
|
1520
|
+
width: 100%;
|
|
1521
|
+
display: none;
|
|
1522
|
+
|
|
1511
1523
|
@media screen and (max-width: 600px) {
|
|
1512
1524
|
display: flex;
|
|
1513
1525
|
margin: 0px;
|
|
@@ -1568,7 +1580,7 @@ span.results-table-item-value {
|
|
|
1568
1580
|
.cta {
|
|
1569
1581
|
display: inline-block;
|
|
1570
1582
|
background: #4335f9;
|
|
1571
|
-
color: #fff;
|
|
1583
|
+
color: #fff !important;
|
|
1572
1584
|
text-decoration: none;
|
|
1573
1585
|
min-width: 180px;
|
|
1574
1586
|
padding: 5px 16px;
|
|
@@ -2388,6 +2400,10 @@ span.results-table-item-value {
|
|
|
2388
2400
|
width: 50%;
|
|
2389
2401
|
margin-left: 55% !important;
|
|
2390
2402
|
margin-bottom: 10% !important;
|
|
2403
|
+
|
|
2404
|
+
@media screen and (max-width: 795px) {
|
|
2405
|
+
margin-left: 65% !important;
|
|
2406
|
+
}
|
|
2391
2407
|
}
|
|
2392
2408
|
/*=============== END MAIN SECTIONS ===============*/
|
|
2393
2409
|
|