optimized-react-component-library-xyz123 2.3.0 → 2.3.2
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 +63 -61
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +63 -61
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/styles.css +11 -3
package/package.json
CHANGED
package/src/css/styles.css
CHANGED
|
@@ -248,9 +248,12 @@ input:focus-visible:-webkit-autofill {
|
|
|
248
248
|
}
|
|
249
249
|
|
|
250
250
|
/* ---------- TextBODY ---------- */
|
|
251
|
-
|
|
251
|
+
.pts-textBody-container {
|
|
252
|
+
margin: 0;
|
|
253
|
+
}
|
|
252
254
|
.pts-textBody-container p {
|
|
253
255
|
margin-bottom: 1.6rem;
|
|
256
|
+
margin-top: 0;
|
|
254
257
|
}
|
|
255
258
|
|
|
256
259
|
.MoreInfoIcon {
|
|
@@ -286,6 +289,12 @@ input:focus-visible:-webkit-autofill {
|
|
|
286
289
|
flex-shrink: 0;
|
|
287
290
|
margin-right: 1.6rem;
|
|
288
291
|
}
|
|
292
|
+
.pts-textbody-alerttext {
|
|
293
|
+
margin-top: 0;
|
|
294
|
+
}
|
|
295
|
+
.pts-textbody-createspace {
|
|
296
|
+
margin-bottom: 3.6rem;
|
|
297
|
+
}
|
|
289
298
|
|
|
290
299
|
/* ---------- TEXT HEADLINE AND BODY ---------- */
|
|
291
300
|
|
|
@@ -699,7 +708,6 @@ input:focus-visible:-webkit-autofill {
|
|
|
699
708
|
display: flex;
|
|
700
709
|
width: 100%;
|
|
701
710
|
justify-content: flex-start;
|
|
702
|
-
margin-top: 3.2rem;
|
|
703
711
|
}
|
|
704
712
|
.pts-alertInText-left {
|
|
705
713
|
display: flex;
|
|
@@ -716,7 +724,7 @@ input:focus-visible:-webkit-autofill {
|
|
|
716
724
|
}
|
|
717
725
|
.pts-alertInText-right {
|
|
718
726
|
display: flex;
|
|
719
|
-
padding:
|
|
727
|
+
padding: 1.6rem;
|
|
720
728
|
justify-content: flex-start;
|
|
721
729
|
align-items: flex-start;
|
|
722
730
|
width: 100%;
|