optimized-react-component-library-xyz123 0.1.148 → 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 +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/mobileView.css +5 -6
- package/src/css/styles.css +25 -13
package/package.json
CHANGED
package/src/css/mobileView.css
CHANGED
|
@@ -39,6 +39,11 @@
|
|
|
39
39
|
.pts-footer-container .pts-footer-linkList ul li:not(:last-child)::after {
|
|
40
40
|
display: none;
|
|
41
41
|
}
|
|
42
|
+
|
|
43
|
+
.unsetMargin-Padding {
|
|
44
|
+
margin: 0;
|
|
45
|
+
padding: 0;
|
|
46
|
+
}
|
|
42
47
|
}
|
|
43
48
|
|
|
44
49
|
/********************************************/
|
|
@@ -161,11 +166,6 @@
|
|
|
161
166
|
margin-top: 1.6rem;
|
|
162
167
|
}
|
|
163
168
|
|
|
164
|
-
.pts-radioMultiple-container,
|
|
165
|
-
.pts-multipleCheckboxes-container {
|
|
166
|
-
padding-bottom: 1.6rem;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
169
|
.pts-textArea-container textarea {
|
|
170
170
|
width: 100%;
|
|
171
171
|
box-sizing: border-box;
|
|
@@ -177,7 +177,6 @@
|
|
|
177
177
|
|
|
178
178
|
.fileItem {
|
|
179
179
|
display: grid !important;
|
|
180
|
-
grid-template-columns: 26px 75% 60px;
|
|
181
180
|
margin: 0;
|
|
182
181
|
}
|
|
183
182
|
|
package/src/css/styles.css
CHANGED
|
@@ -166,7 +166,6 @@ fieldset {
|
|
|
166
166
|
.pts-root-question {
|
|
167
167
|
display: flex;
|
|
168
168
|
flex-direction: column;
|
|
169
|
-
margin-bottom: 1.6rem;
|
|
170
169
|
max-width: 624px;
|
|
171
170
|
}
|
|
172
171
|
|
|
@@ -180,12 +179,20 @@ div.pts-root-question:last-child{
|
|
|
180
179
|
margin-bottom: 3.6rem;
|
|
181
180
|
}
|
|
182
181
|
|
|
182
|
+
.pts-root-question{
|
|
183
|
+
margin-bottom: 3.6rem;
|
|
184
|
+
}
|
|
185
|
+
|
|
183
186
|
.pts-root-question legend,
|
|
184
187
|
.pts-root-question label,
|
|
185
188
|
.pts-radio-option {
|
|
186
189
|
display: flex;
|
|
187
190
|
align-items: flex-start;
|
|
188
191
|
cursor: pointer;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.pts-radio-option,
|
|
195
|
+
.pts-root-question legend {
|
|
189
196
|
margin-bottom: 0.8rem;
|
|
190
197
|
}
|
|
191
198
|
|
|
@@ -195,9 +202,10 @@ div.pts-root-question:last-child{
|
|
|
195
202
|
font-style: normal;
|
|
196
203
|
font-weight: 400;
|
|
197
204
|
line-height: 20px;
|
|
198
|
-
margin: 0.8rem 0 0.8rem 0;
|
|
199
205
|
}
|
|
200
206
|
|
|
207
|
+
|
|
208
|
+
|
|
201
209
|
.pts-root-about {
|
|
202
210
|
font-size: 1.4rem;
|
|
203
211
|
color: var(--info);
|
|
@@ -284,11 +292,6 @@ textarea:focus-visible,
|
|
|
284
292
|
box-shadow: 0 0 0 0px #000 !important;
|
|
285
293
|
}
|
|
286
294
|
|
|
287
|
-
.pts-radioMultiple-container,
|
|
288
|
-
.pts-multipleCheckboxes-container {
|
|
289
|
-
padding-bottom: 2rem;
|
|
290
|
-
}
|
|
291
|
-
|
|
292
295
|
.pts-root-question input[type='text'],
|
|
293
296
|
.pts-root-question input[type='email'],
|
|
294
297
|
.pts-root-question input[type='tel'] {
|
|
@@ -421,7 +424,6 @@ textarea:focus-visible,
|
|
|
421
424
|
.pts-stepper-container {
|
|
422
425
|
display: flex;
|
|
423
426
|
width: 100%;
|
|
424
|
-
margin-top: 2rem;
|
|
425
427
|
}
|
|
426
428
|
|
|
427
429
|
.pts-stepper-step {
|
|
@@ -689,8 +691,10 @@ textarea:focus-visible,
|
|
|
689
691
|
|
|
690
692
|
/* ---------- TEXTFIELD / TEXTAREA ABOUT ---------- */
|
|
691
693
|
|
|
692
|
-
.pts-
|
|
693
|
-
|
|
694
|
+
.pts-textField-container
|
|
695
|
+
|
|
696
|
+
.pts-textField-container{
|
|
697
|
+
margin-top: 8px;
|
|
694
698
|
}
|
|
695
699
|
|
|
696
700
|
.pts-about {
|
|
@@ -800,6 +804,14 @@ textarea:focus-visible,
|
|
|
800
804
|
margin-bottom: 36px;
|
|
801
805
|
}
|
|
802
806
|
|
|
807
|
+
.pts-edit-step-button{
|
|
808
|
+
text-decoration: none;
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
.pts-edit-step-text{
|
|
812
|
+
padding-left: 5px;
|
|
813
|
+
}
|
|
814
|
+
|
|
803
815
|
.h3andPreviewLink {
|
|
804
816
|
display: flex;
|
|
805
817
|
align-items: center;
|
|
@@ -813,7 +825,7 @@ textarea:focus-visible,
|
|
|
813
825
|
|
|
814
826
|
.pts-legend {
|
|
815
827
|
display: block;
|
|
816
|
-
margin-bottom:
|
|
828
|
+
margin-bottom: 2.8rem;
|
|
817
829
|
}
|
|
818
830
|
|
|
819
831
|
.multipleCheckboxes-legend {
|
|
@@ -847,7 +859,8 @@ textarea:focus-visible,
|
|
|
847
859
|
margin-inline-start: 0px;
|
|
848
860
|
border-bottom: 1px solid #ddd;
|
|
849
861
|
line-height: 2.4rem;
|
|
850
|
-
margin: 0
|
|
862
|
+
margin: 0;
|
|
863
|
+
width: auto;
|
|
851
864
|
}
|
|
852
865
|
|
|
853
866
|
.pts-preview-page dt {
|
|
@@ -937,7 +950,6 @@ textarea:focus-visible,
|
|
|
937
950
|
|
|
938
951
|
.pts-errorSummary-container {
|
|
939
952
|
padding: 1.6rem 2.4rem 1.6rem 2.4rem;
|
|
940
|
-
margin-top: 3.6rem;
|
|
941
953
|
border-radius: 0.8rem;
|
|
942
954
|
border: 0.1rem solid var(--error);
|
|
943
955
|
border-left: 4rem solid var(--error);
|