optimized-react-component-library-xyz123 0.19.21 → 0.19.23
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 +59 -51
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +59 -51
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/mobileView.css +1 -2
- package/src/css/styles.css +3 -30
package/package.json
CHANGED
package/src/css/mobileView.css
CHANGED
package/src/css/styles.css
CHANGED
|
@@ -64,8 +64,7 @@ main {
|
|
|
64
64
|
h1:focus:focus-visible,
|
|
65
65
|
h2:focus:focus-visible,
|
|
66
66
|
#pts-form-id-error-summary:focus:focus-visible,
|
|
67
|
-
#pts-error-summary:focus:focus-visible
|
|
68
|
-
#pts-cookie-banner-placeholder:focus:focus-visible {
|
|
67
|
+
#pts-error-summary:focus:focus-visible {
|
|
69
68
|
outline: none !important;
|
|
70
69
|
border: none;
|
|
71
70
|
}
|
|
@@ -728,44 +727,18 @@ textarea:focus-visible,
|
|
|
728
727
|
line-height: 25px;
|
|
729
728
|
}
|
|
730
729
|
|
|
731
|
-
.pts-footer-linkList a
|
|
732
|
-
.pts-footer-linkList button {
|
|
730
|
+
.pts-footer-linkList a {
|
|
733
731
|
color: var(--main);
|
|
734
732
|
text-underline-offset: 3px;
|
|
735
733
|
white-space: nowrap;
|
|
736
734
|
}
|
|
737
735
|
|
|
738
|
-
.pts-footer-linkList
|
|
739
|
-
background: none;
|
|
740
|
-
border: none;
|
|
741
|
-
padding: 0;
|
|
742
|
-
margin: 0;
|
|
743
|
-
font: inherit;
|
|
744
|
-
color: inherit;
|
|
745
|
-
text-align: inherit;
|
|
746
|
-
line-height: normal;
|
|
747
|
-
cursor: pointer;
|
|
748
|
-
outline: none;
|
|
749
|
-
white-space: nowrap;
|
|
750
|
-
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
.pts-footer-linkList a span,
|
|
754
|
-
.pts-footer-linkList button span {
|
|
736
|
+
.pts-footer-linkList a span {
|
|
755
737
|
padding-left: 36px;
|
|
756
738
|
padding-right: 36px;
|
|
757
739
|
color: var(--main);
|
|
758
740
|
}
|
|
759
741
|
|
|
760
|
-
.pts-footer-linkList button span {
|
|
761
|
-
text-decoration: underline;
|
|
762
|
-
text-underline-offset: 3px;
|
|
763
|
-
}
|
|
764
|
-
|
|
765
|
-
.pts-footer-linkList button:hover span {
|
|
766
|
-
text-decoration: underline 0.2rem;
|
|
767
|
-
}
|
|
768
|
-
|
|
769
742
|
.pts-footer-container .pts-footer-linkList ul li:not(:last-child)::after {
|
|
770
743
|
content: '';
|
|
771
744
|
width: 1px;
|