optimized-react-component-library-xyz123 0.1.145 → 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/dist/index.js +4 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -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 +21 -11
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,11 @@ textarea:focus-visible,
|
|
|
800
804
|
margin-bottom: 36px;
|
|
801
805
|
}
|
|
802
806
|
|
|
807
|
+
.pts-edit-step-text{
|
|
808
|
+
text-decoration: none;
|
|
809
|
+
padding-left: 5px;
|
|
810
|
+
}
|
|
811
|
+
|
|
803
812
|
.h3andPreviewLink {
|
|
804
813
|
display: flex;
|
|
805
814
|
align-items: center;
|
|
@@ -847,7 +856,8 @@ textarea:focus-visible,
|
|
|
847
856
|
margin-inline-start: 0px;
|
|
848
857
|
border-bottom: 1px solid #ddd;
|
|
849
858
|
line-height: 2.4rem;
|
|
850
|
-
margin: 0
|
|
859
|
+
margin: 0;
|
|
860
|
+
width: auto;
|
|
851
861
|
}
|
|
852
862
|
|
|
853
863
|
.pts-preview-page dt {
|