optimized-react-component-library-xyz123 0.1.143 → 0.1.145
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/styles.css +23 -9
package/package.json
CHANGED
package/src/css/styles.css
CHANGED
|
@@ -170,6 +170,11 @@ fieldset {
|
|
|
170
170
|
max-width: 624px;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
+
div.pts-root-question:last-child{
|
|
174
|
+
padding-bottom: 0 ;
|
|
175
|
+
margin-bottom: 0 ;
|
|
176
|
+
}
|
|
177
|
+
|
|
173
178
|
.pts-root-categoryDescription,
|
|
174
179
|
.pts-root-stepDescription {
|
|
175
180
|
margin-bottom: 3.6rem;
|
|
@@ -240,6 +245,11 @@ fieldset {
|
|
|
240
245
|
border: 0.2rem solid var(--error) !important;
|
|
241
246
|
}
|
|
242
247
|
|
|
248
|
+
.error-container{
|
|
249
|
+
padding: 3.6rem 0 0 0;
|
|
250
|
+
margin: 0;
|
|
251
|
+
}
|
|
252
|
+
|
|
243
253
|
.sr-only {
|
|
244
254
|
position: absolute;
|
|
245
255
|
width: 1px;
|
|
@@ -371,6 +381,10 @@ textarea:focus-visible,
|
|
|
371
381
|
margin-bottom: 2.8rem;
|
|
372
382
|
}
|
|
373
383
|
|
|
384
|
+
.MoreInfoIcon{
|
|
385
|
+
margin-top: 2px;
|
|
386
|
+
}
|
|
387
|
+
|
|
374
388
|
.pts-serviceHeadlineAndBody-container a svg,
|
|
375
389
|
.MoreInfoIcon svg {
|
|
376
390
|
width: 1.6rem;
|
|
@@ -476,7 +490,7 @@ textarea:focus-visible,
|
|
|
476
490
|
.pts-start-applicationButton {
|
|
477
491
|
align-self: start !important;
|
|
478
492
|
margin-left: 0px !important;
|
|
479
|
-
margin: 3.6rem 0;
|
|
493
|
+
margin: 3.6rem 0 0 0;
|
|
480
494
|
}
|
|
481
495
|
|
|
482
496
|
.pts-backButton:focus,
|
|
@@ -614,18 +628,17 @@ textarea:focus-visible,
|
|
|
614
628
|
/* ---------- FOOTER ---------- */
|
|
615
629
|
|
|
616
630
|
.pts-footer-container {
|
|
617
|
-
display:
|
|
618
|
-
grid-template-columns: 10px 1fr;
|
|
631
|
+
display: flex;
|
|
619
632
|
min-height: 14rem;
|
|
620
633
|
align-items: center;
|
|
621
634
|
width: 100%;
|
|
622
635
|
background-color: var(--background-second);
|
|
623
636
|
}
|
|
624
637
|
|
|
625
|
-
.pts-footer-content
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
638
|
+
.pts-footer-content{
|
|
639
|
+
display: flex;
|
|
640
|
+
align-items: center;
|
|
641
|
+
width: 100%;
|
|
629
642
|
}
|
|
630
643
|
|
|
631
644
|
.pts-footer-logo {
|
|
@@ -639,8 +652,8 @@ textarea:focus-visible,
|
|
|
639
652
|
.pts-footer-linkList {
|
|
640
653
|
flex: 1;
|
|
641
654
|
justify-content: center;
|
|
642
|
-
margin-left: -
|
|
643
|
-
}
|
|
655
|
+
margin-left: -224px;
|
|
656
|
+
}
|
|
644
657
|
|
|
645
658
|
.pts-footer-linkList ul {
|
|
646
659
|
padding: 0;
|
|
@@ -1668,6 +1681,7 @@ textarea:focus-visible,
|
|
|
1668
1681
|
font-size: 1.3rem;
|
|
1669
1682
|
line-height: 1.6rem;
|
|
1670
1683
|
padding-top: 0.8rem !important;
|
|
1684
|
+
max-width: 380px;
|
|
1671
1685
|
}
|
|
1672
1686
|
|
|
1673
1687
|
.uploadedDot {
|