optimized-react-component-library-xyz123 0.19.5 → 0.19.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 +1 -1
- package/src/css/mobileView.css +2 -1
- package/src/css/styles.css +33 -2
package/package.json
CHANGED
package/src/css/mobileView.css
CHANGED
package/src/css/styles.css
CHANGED
|
@@ -727,18 +727,49 @@ textarea:focus-visible,
|
|
|
727
727
|
line-height: 25px;
|
|
728
728
|
}
|
|
729
729
|
|
|
730
|
-
.pts-footer-linkList
|
|
730
|
+
.pts-footer-linkList button{
|
|
731
|
+
clear: unset;
|
|
732
|
+
background-color: transparent;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
.pts-footer-linkList a,
|
|
736
|
+
.pts-footer-linkList button {
|
|
731
737
|
color: var(--main);
|
|
732
738
|
text-underline-offset: 3px;
|
|
733
739
|
white-space: nowrap;
|
|
734
740
|
}
|
|
735
741
|
|
|
736
|
-
.pts-footer-linkList
|
|
742
|
+
.pts-footer-linkList button{
|
|
743
|
+
background: none;
|
|
744
|
+
border: none;
|
|
745
|
+
padding: 0;
|
|
746
|
+
margin: 0;
|
|
747
|
+
font: inherit;
|
|
748
|
+
color: inherit;
|
|
749
|
+
text-align: inherit;
|
|
750
|
+
line-height: normal;
|
|
751
|
+
cursor: pointer;
|
|
752
|
+
outline: none;
|
|
753
|
+
white-space: nowrap;
|
|
754
|
+
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
.pts-footer-linkList a span,
|
|
758
|
+
.pts-footer-linkList button span {
|
|
737
759
|
padding-left: 36px;
|
|
738
760
|
padding-right: 36px;
|
|
739
761
|
color: var(--main);
|
|
740
762
|
}
|
|
741
763
|
|
|
764
|
+
.pts-footer-linkList button span {
|
|
765
|
+
text-decoration: underline;
|
|
766
|
+
text-underline-offset: 3px;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
.pts-footer-linkList button:hover span {
|
|
770
|
+
text-decoration: underline 0.2rem;
|
|
771
|
+
}
|
|
772
|
+
|
|
742
773
|
.pts-footer-container .pts-footer-linkList ul li:not(:last-child)::after {
|
|
743
774
|
content: '';
|
|
744
775
|
width: 1px;
|