optimized-react-component-library-xyz123 2.2.14 → 2.2.16
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/styles.css +8 -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,9 @@ input:focus-visible:-webkit-autofill {
|
|
|
286
289
|
flex-shrink: 0;
|
|
287
290
|
margin-right: 1.6rem;
|
|
288
291
|
}
|
|
292
|
+
.pts-alerttext-in-textbody {
|
|
293
|
+
margin-top: 3.6rem;
|
|
294
|
+
}
|
|
289
295
|
|
|
290
296
|
/* ---------- TEXT HEADLINE AND BODY ---------- */
|
|
291
297
|
|
|
@@ -699,7 +705,6 @@ input:focus-visible:-webkit-autofill {
|
|
|
699
705
|
display: flex;
|
|
700
706
|
width: 100%;
|
|
701
707
|
justify-content: flex-start;
|
|
702
|
-
margin-top: 3.2rem;
|
|
703
708
|
}
|
|
704
709
|
.pts-alertInText-left {
|
|
705
710
|
display: flex;
|
|
@@ -716,7 +721,7 @@ input:focus-visible:-webkit-autofill {
|
|
|
716
721
|
}
|
|
717
722
|
.pts-alertInText-right {
|
|
718
723
|
display: flex;
|
|
719
|
-
padding:
|
|
724
|
+
padding: 1.6rem;
|
|
720
725
|
justify-content: flex-start;
|
|
721
726
|
align-items: flex-start;
|
|
722
727
|
width: 100%;
|