optimized-react-component-library-xyz123 0.19.7 → 0.19.9
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/dist/index.d.mts +0 -2
- package/dist/index.d.ts +0 -2
- package/dist/index.js +71 -76
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +71 -76
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/mobileView.css +1 -2
- package/src/css/styles.css +2 -33
package/package.json
CHANGED
package/src/css/mobileView.css
CHANGED
package/src/css/styles.css
CHANGED
|
@@ -727,49 +727,18 @@ textarea:focus-visible,
|
|
|
727
727
|
line-height: 25px;
|
|
728
728
|
}
|
|
729
729
|
|
|
730
|
-
.pts-footer-linkList
|
|
731
|
-
clear: unset;
|
|
732
|
-
background-color: transparent;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
.pts-footer-linkList a,
|
|
736
|
-
.pts-footer-linkList button {
|
|
730
|
+
.pts-footer-linkList a {
|
|
737
731
|
color: var(--main);
|
|
738
732
|
text-underline-offset: 3px;
|
|
739
733
|
white-space: nowrap;
|
|
740
734
|
}
|
|
741
735
|
|
|
742
|
-
.pts-footer-linkList
|
|
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 {
|
|
736
|
+
.pts-footer-linkList a span {
|
|
759
737
|
padding-left: 36px;
|
|
760
738
|
padding-right: 36px;
|
|
761
739
|
color: var(--main);
|
|
762
740
|
}
|
|
763
741
|
|
|
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
|
-
|
|
773
742
|
.pts-footer-container .pts-footer-linkList ul li:not(:last-child)::after {
|
|
774
743
|
content: '';
|
|
775
744
|
width: 1px;
|