optimized-react-component-library-xyz123 0.1.146 → 0.1.147
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 +0 -1
- package/src/css/styles.css +8 -3
package/package.json
CHANGED
package/src/css/mobileView.css
CHANGED
package/src/css/styles.css
CHANGED
|
@@ -180,7 +180,7 @@ div.pts-root-question:last-child{
|
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
.pts-root-question{
|
|
183
|
-
margin-bottom:
|
|
183
|
+
margin-bottom: 3.6rem;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
.pts-root-question legend,
|
|
@@ -424,7 +424,6 @@ textarea:focus-visible,
|
|
|
424
424
|
.pts-stepper-container {
|
|
425
425
|
display: flex;
|
|
426
426
|
width: 100%;
|
|
427
|
-
margin-top: 2rem;
|
|
428
427
|
}
|
|
429
428
|
|
|
430
429
|
.pts-stepper-step {
|
|
@@ -805,6 +804,11 @@ textarea:focus-visible,
|
|
|
805
804
|
margin-bottom: 36px;
|
|
806
805
|
}
|
|
807
806
|
|
|
807
|
+
.pts-edit-step-text{
|
|
808
|
+
text-decoration: none;
|
|
809
|
+
padding-left: 5px;
|
|
810
|
+
}
|
|
811
|
+
|
|
808
812
|
.h3andPreviewLink {
|
|
809
813
|
display: flex;
|
|
810
814
|
align-items: center;
|
|
@@ -852,7 +856,8 @@ textarea:focus-visible,
|
|
|
852
856
|
margin-inline-start: 0px;
|
|
853
857
|
border-bottom: 1px solid #ddd;
|
|
854
858
|
line-height: 2.4rem;
|
|
855
|
-
margin: 0
|
|
859
|
+
margin: 0;
|
|
860
|
+
width: auto;
|
|
856
861
|
}
|
|
857
862
|
|
|
858
863
|
.pts-preview-page dt {
|