sempli-website-lib 6.2.1-beta.4 → 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
|
@@ -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;
|
|
@@ -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;
|