optimized-react-component-library-xyz123 0.1.147 → 0.1.149
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.js +48 -36
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +48 -36
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/styles.css +5 -3
package/package.json
CHANGED
package/src/css/styles.css
CHANGED
|
@@ -804,8 +804,11 @@ textarea:focus-visible,
|
|
|
804
804
|
margin-bottom: 36px;
|
|
805
805
|
}
|
|
806
806
|
|
|
807
|
-
.pts-edit-step-
|
|
807
|
+
.pts-edit-step-button{
|
|
808
808
|
text-decoration: none;
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
.pts-edit-step-text{
|
|
809
812
|
padding-left: 5px;
|
|
810
813
|
}
|
|
811
814
|
|
|
@@ -822,7 +825,7 @@ textarea:focus-visible,
|
|
|
822
825
|
|
|
823
826
|
.pts-legend {
|
|
824
827
|
display: block;
|
|
825
|
-
margin-bottom:
|
|
828
|
+
margin-bottom: 2.8rem;
|
|
826
829
|
}
|
|
827
830
|
|
|
828
831
|
.multipleCheckboxes-legend {
|
|
@@ -947,7 +950,6 @@ textarea:focus-visible,
|
|
|
947
950
|
|
|
948
951
|
.pts-errorSummary-container {
|
|
949
952
|
padding: 1.6rem 2.4rem 1.6rem 2.4rem;
|
|
950
|
-
margin-top: 3.6rem;
|
|
951
953
|
border-radius: 0.8rem;
|
|
952
954
|
border: 0.1rem solid var(--error);
|
|
953
955
|
border-left: 4rem solid var(--error);
|