optimized-react-component-library-xyz123 2.12.9 → 2.13.1
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.d.mts +3 -5
- package/dist/index.d.ts +3 -5
- package/dist/index.js +57 -84
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +56 -83
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/darkMode.css +10 -24
- package/src/css/e-tjanst-root.css +2 -2
- package/src/css/mobileView.css +4 -70
- package/src/css/questions.css +28 -5
- package/src/css/styles.css +56 -68
package/package.json
CHANGED
package/src/css/darkMode.css
CHANGED
|
@@ -20,14 +20,6 @@
|
|
|
20
20
|
color: var(--dark-text);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.pts-secondary-button {
|
|
24
|
-
border-color: var(--dark-background-second);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.pts-secondary-button:hover {
|
|
28
|
-
border-color: var(--dark-text);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
23
|
/*----------COOKIE BANNER-------*/
|
|
32
24
|
.pts-cookieBanner {
|
|
33
25
|
background-color: var(--dark-main) !important;
|
|
@@ -73,15 +65,6 @@
|
|
|
73
65
|
fill: var(--dark-text);
|
|
74
66
|
}
|
|
75
67
|
|
|
76
|
-
.pts-header-content {
|
|
77
|
-
background-color: var(--dark-background);
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.pts-header-logo-container,
|
|
81
|
-
.pts-header-navigation-container {
|
|
82
|
-
background: var(--dark-background-second);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
68
|
.pts-languageButton {
|
|
86
69
|
color: var(--dark-text);
|
|
87
70
|
}
|
|
@@ -96,7 +79,6 @@
|
|
|
96
79
|
.pts-navigation-header-headline-container {
|
|
97
80
|
border-color: var(--dark-background-third) !important;
|
|
98
81
|
}
|
|
99
|
-
|
|
100
82
|
.pts-navigation-header-nav-container button svg path,
|
|
101
83
|
.pts-navigation-header-nav-container button svg line {
|
|
102
84
|
color: var(--dark-text);
|
|
@@ -390,14 +372,16 @@
|
|
|
390
372
|
color: var(--dark-info);
|
|
391
373
|
}
|
|
392
374
|
|
|
375
|
+
|
|
393
376
|
/* ---------- DROPDOWN ---------- */
|
|
394
377
|
.pts-dropdown-container select {
|
|
395
378
|
border-color: var(--dark-info);
|
|
396
379
|
background-color: var(--dark-main);
|
|
397
380
|
color: var(--dark-text);
|
|
398
|
-
|
|
381
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7073 15.7069C12.5198 15.8943 12.2655 15.9996 12.0003 15.9996C11.7352 15.9996 11.4809 15.8943 11.2933 15.7069L5.63634 10.0499C5.54083 9.95761 5.46465 9.84726 5.41224 9.72526C5.35983 9.60326 5.33225 9.47204 5.33109 9.33926C5.32994 9.20648 5.35524 9.0748 5.40552 8.9519C5.4558 8.829 5.53006 8.71735 5.62395 8.62346C5.71784 8.52957 5.82949 8.45531 5.95239 8.40503C6.07529 8.35475 6.20696 8.32945 6.33974 8.3306C6.47252 8.33176 6.60374 8.35934 6.72575 8.41175C6.84775 8.46416 6.9581 8.54034 7.05034 8.63585L12.0003 13.5859L16.9503 8.63585C17.1389 8.4537 17.3915 8.3529 17.6537 8.35518C17.9159 8.35746 18.1668 8.46263 18.3522 8.64804C18.5376 8.83344 18.6427 9.08426 18.645 9.34645C18.6473 9.60865 18.5465 9.86125 18.3643 10.0499L12.7073 15.7069Z' fill='%23ffffff'/%3E%3C/svg%3E");
|
|
399
382
|
}
|
|
400
383
|
|
|
384
|
+
|
|
401
385
|
/* ---------- ADD FILE QUESTION ---------- */
|
|
402
386
|
.filePickText {
|
|
403
387
|
color: var(--dark-text) !important;
|
|
@@ -480,7 +464,7 @@
|
|
|
480
464
|
}
|
|
481
465
|
|
|
482
466
|
.pts-open-close-icon svg path,
|
|
483
|
-
.pts-collapse-open-close-icon svg path
|
|
467
|
+
.pts-collapse-open-close-icon svg path{
|
|
484
468
|
fill: var(--dark-main);
|
|
485
469
|
}
|
|
486
470
|
|
|
@@ -533,8 +517,7 @@
|
|
|
533
517
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='94' height='94' viewBox='0 0 94 94' fill='none'%3e%3cpath d='M47 11.75C66.4682 11.75 82.25 27.532 82.25 47C82.25 66.4682 66.4682 82.25 47 82.25C27.532 82.25 11.75 66.4682 11.75 47C11.75 27.532 27.532 11.75 47 11.75Z' stroke='%23B07CBF' stroke-opacity='0.25' stroke-width='7.83333' stroke-linecap='round'/%3e%3cpath d='M47 11.75C66.4682 11.75 82.25 27.532 82.25 47' stroke='%23B07CBF' stroke-width='7.83333' stroke-linecap='round'/%3e%3c/svg%3e");
|
|
534
518
|
}
|
|
535
519
|
|
|
536
|
-
.pts-modal-overlay,
|
|
537
|
-
.pts-navigation-overlay {
|
|
520
|
+
.pts-modal-overlay, .pts-navigation-overlay {
|
|
538
521
|
background-color: rgba(255, 255, 255, 0.5);
|
|
539
522
|
}
|
|
540
523
|
|
|
@@ -545,17 +528,20 @@
|
|
|
545
528
|
background-color: var(--dark-alertintext);
|
|
546
529
|
}
|
|
547
530
|
.pts-alertInText-left svg circle {
|
|
548
|
-
fill: var(--dark-
|
|
531
|
+
fill: var(--dark-main);
|
|
549
532
|
}
|
|
533
|
+
|
|
550
534
|
.pts-alertInText-left svg rect {
|
|
551
535
|
fill: var(--dark-alertintext);
|
|
552
536
|
}
|
|
537
|
+
|
|
553
538
|
.pts-alertInText-left svg .pts-alertInText-icon-dot-over-i {
|
|
554
539
|
fill: var(--dark-alertintext);
|
|
555
540
|
}
|
|
541
|
+
|
|
556
542
|
.pts-alertInText-right {
|
|
557
543
|
border: 1px solid var(--dark-alertintext);
|
|
558
|
-
color: var(--dark-
|
|
544
|
+
color: var(--dark-text);
|
|
559
545
|
}
|
|
560
546
|
|
|
561
547
|
/*-------------Autofill-----------*/
|
package/src/css/mobileView.css
CHANGED
|
@@ -25,10 +25,6 @@
|
|
|
25
25
|
align-items: center;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.pts-site-headline {
|
|
29
|
-
margin-bottom: unset;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
28
|
.pts-site-headline,
|
|
33
29
|
.pts-navigation-header-headline-container p {
|
|
34
30
|
font-size: 1.6rem;
|
|
@@ -38,65 +34,11 @@
|
|
|
38
34
|
.pts-navigation-header-nav-container {
|
|
39
35
|
align-items: center;
|
|
40
36
|
justify-content: center;
|
|
41
|
-
height:
|
|
42
|
-
gap: 0.6rem;
|
|
43
|
-
margin-bottom: unset;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.pts-navigation-header-nav-container {
|
|
47
|
-
width: calc(100% - 3.2rem);
|
|
48
|
-
padding: 0 1.6rem;
|
|
49
|
-
display: grid;
|
|
50
|
-
grid-template-columns: 1fr 1fr 1fr;
|
|
51
|
-
align-items: center;
|
|
52
|
-
height: 4.8rem;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.pts-navigation-header-nav-container .pts-secondary-button {
|
|
56
|
-
width: 120px;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/*--- 3 knappar ---*/
|
|
60
|
-
.pts-navigation-header-nav-container .pts-secondary-button:nth-child(1) {
|
|
61
|
-
justify-self: start;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.pts-navigation-header-nav-container .pts-secondary-button:nth-child(2) {
|
|
65
|
-
justify-self: center;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.pts-navigation-header-nav-container .pts-secondary-button:nth-child(3) {
|
|
69
|
-
justify-self: end;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
/*--- 2 knappar: mitten och höger ---*/
|
|
73
|
-
.pts-navigation-header-nav-container:has(.pts-secondary-button:nth-child(2)):not(
|
|
74
|
-
:has(.pts-secondary-button:nth-child(3))
|
|
75
|
-
) {
|
|
76
|
-
grid-template-columns: 1fr 1fr 1fr;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.pts-navigation-header-nav-container:has(.pts-secondary-button:nth-child(2)):not(
|
|
80
|
-
:has(.pts-secondary-button:nth-child(3))
|
|
81
|
-
)
|
|
82
|
-
.pts-secondary-button:nth-child(1) {
|
|
83
|
-
grid-column: 2;
|
|
84
|
-
justify-self: center;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.pts-navigation-header-nav-container:has(.pts-secondary-button:nth-child(2)):not(
|
|
88
|
-
:has(.pts-secondary-button:nth-child(3))
|
|
89
|
-
)
|
|
90
|
-
.pts-secondary-button:nth-child(2) {
|
|
91
|
-
grid-column: 3;
|
|
92
|
-
justify-self: end;
|
|
37
|
+
height: 48px;
|
|
93
38
|
}
|
|
94
39
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
.pts-secondary-button {
|
|
98
|
-
grid-column: 2;
|
|
99
|
-
justify-self: center;
|
|
40
|
+
.pts-navigation-header-nav-container button {
|
|
41
|
+
width: 100%;
|
|
100
42
|
}
|
|
101
43
|
|
|
102
44
|
.pts-navigation-close-button {
|
|
@@ -174,11 +116,6 @@
|
|
|
174
116
|
padding-top: 0;
|
|
175
117
|
}
|
|
176
118
|
|
|
177
|
-
.pts-footer-linkList .pts-secondary-button {
|
|
178
|
-
margin-left: unset;
|
|
179
|
-
border-color: var(--background);
|
|
180
|
-
}
|
|
181
|
-
|
|
182
119
|
.pts-footer-linkList a span {
|
|
183
120
|
padding: 0;
|
|
184
121
|
}
|
|
@@ -253,13 +190,10 @@
|
|
|
253
190
|
.pts-header-navigation-container {
|
|
254
191
|
align-items: center;
|
|
255
192
|
justify-content: center;
|
|
256
|
-
margin-top: 0.4rem;
|
|
257
|
-
margin-bottom: unset;
|
|
258
193
|
}
|
|
259
194
|
|
|
260
195
|
.pts-languageButton {
|
|
261
196
|
margin: 0.4rem 0;
|
|
262
|
-
margin-left: -10px;
|
|
263
197
|
}
|
|
264
198
|
|
|
265
199
|
.languageIcon {
|
|
@@ -327,7 +261,7 @@
|
|
|
327
261
|
margin-right: 1.6rem;
|
|
328
262
|
margin-top: 1.6rem;
|
|
329
263
|
}
|
|
330
|
-
|
|
264
|
+
/*****Questions*******/
|
|
331
265
|
.pts-textArea-container textarea {
|
|
332
266
|
width: 100%;
|
|
333
267
|
box-sizing: border-box;
|
package/src/css/questions.css
CHANGED
|
@@ -154,6 +154,10 @@ div.pts-root-question:last-child {
|
|
|
154
154
|
background-color: var(--action);
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
+
.pts-radioMultipleWithInfo2-container input[type='radio'] {
|
|
158
|
+
margin: auto;
|
|
159
|
+
}
|
|
160
|
+
|
|
157
161
|
.pts-radioMultiple-container label,
|
|
158
162
|
.pts-radioMultipleWithInfo2-container label {
|
|
159
163
|
position: relative;
|
|
@@ -163,15 +167,25 @@ div.pts-root-question:last-child {
|
|
|
163
167
|
|
|
164
168
|
/****RADIO MULTIPLE WITH INFO*/
|
|
165
169
|
|
|
170
|
+
.pts-radioMultipleWithInfo2-container legend {
|
|
171
|
+
margin-bottom: 16px;
|
|
172
|
+
font-weight: 600;
|
|
173
|
+
margin-top: 10px;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.pts-radioMultipleWithInfo2-container p {
|
|
177
|
+
margin-bottom: 0px;
|
|
178
|
+
margin-top: 16px;
|
|
179
|
+
}
|
|
180
|
+
|
|
166
181
|
.pts-radioWithInfo-sub-headline {
|
|
167
|
-
margin-block-start: 3.6rem;
|
|
168
182
|
margin-block-end: 1.6rem;
|
|
169
|
-
font-size:
|
|
183
|
+
font-size: 1.6rem;
|
|
170
184
|
font-weight: 700;
|
|
171
185
|
}
|
|
172
186
|
|
|
173
187
|
.pts-radioMultipleWithInfo2-container label {
|
|
174
|
-
padding-top:
|
|
188
|
+
padding-top: 0.2rem;
|
|
175
189
|
}
|
|
176
190
|
|
|
177
191
|
.pts-radio-collapse {
|
|
@@ -192,11 +206,11 @@ div.pts-root-question:last-child {
|
|
|
192
206
|
display: grid;
|
|
193
207
|
text-align: left;
|
|
194
208
|
grid-template-columns: 5% 90% 5%;
|
|
195
|
-
align-items:
|
|
209
|
+
align-items: flex-start;
|
|
196
210
|
}
|
|
197
211
|
|
|
198
212
|
.pts-radio-collapse-button-container.open {
|
|
199
|
-
border-radius:
|
|
213
|
+
border-radius: 0.8rem 0.8rem 0 0;
|
|
200
214
|
}
|
|
201
215
|
|
|
202
216
|
.pts-radio-collapse-button-container input {
|
|
@@ -308,6 +322,15 @@ div.pts-root-question:last-child {
|
|
|
308
322
|
margin-top: 0.2rem;
|
|
309
323
|
}
|
|
310
324
|
|
|
325
|
+
/*-------- INFO ONLY-------- */
|
|
326
|
+
.pts-root-question:has(.pts-textbody-createspace) {
|
|
327
|
+
max-width: 100%;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.pts-root-question.pts-InfoOnly-container {
|
|
331
|
+
max-width: auto;
|
|
332
|
+
}
|
|
333
|
+
|
|
311
334
|
/*-------- CHECKBOX GROUP-------- */
|
|
312
335
|
|
|
313
336
|
.pts-checkboxGroup-options {
|
package/src/css/styles.css
CHANGED
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
border: 0;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
|
|
67
68
|
select:focus-visible,
|
|
68
69
|
button:focus-visible,
|
|
69
70
|
a:focus-visible,
|
|
@@ -114,38 +115,13 @@ input:focus-visible:-webkit-autofill {
|
|
|
114
115
|
box-shadow: 0 0 0 0px #000 !important;
|
|
115
116
|
}
|
|
116
117
|
|
|
117
|
-
.pts-secondary-button {
|
|
118
|
-
display: inline-flex;
|
|
119
|
-
align-items: center;
|
|
120
|
-
background: none;
|
|
121
|
-
margin: 0;
|
|
122
|
-
font: inherit;
|
|
123
|
-
text-align: inherit;
|
|
124
|
-
line-height: normal;
|
|
125
|
-
cursor: pointer;
|
|
126
|
-
outline: none;
|
|
127
|
-
white-space: nowrap;
|
|
128
|
-
color: var(--action);
|
|
129
|
-
padding: 0.8rem 2rem;
|
|
130
|
-
border: 2px solid var(--main);
|
|
131
|
-
border-radius: 0.8rem;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.pts-secondary-button:hover {
|
|
135
|
-
border-color: var(--action);
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.secondary_icon {
|
|
139
|
-
padding-right: 0.6rem;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
118
|
/* ---------- COOKIE BANNER ---------- */
|
|
143
119
|
|
|
144
120
|
.pts-cookieBanner {
|
|
145
121
|
position: relative;
|
|
146
122
|
top: 0;
|
|
147
123
|
left: 0;
|
|
148
|
-
padding:
|
|
124
|
+
padding: 15px 20px;
|
|
149
125
|
background: #eaf1f9;
|
|
150
126
|
border-bottom: 4px solid var(--action);
|
|
151
127
|
z-index: 9999;
|
|
@@ -162,7 +138,7 @@ input:focus-visible:-webkit-autofill {
|
|
|
162
138
|
|
|
163
139
|
.pts-cookieBanner p {
|
|
164
140
|
line-height: 2.4rem;
|
|
165
|
-
margin: 0 0
|
|
141
|
+
margin: 0 0 15px 0;
|
|
166
142
|
}
|
|
167
143
|
.pts-cookieBanner-Links {
|
|
168
144
|
margin-bottom: 1.6rem;
|
|
@@ -181,7 +157,7 @@ input:focus-visible:-webkit-autofill {
|
|
|
181
157
|
min-width: 140px;
|
|
182
158
|
text-align: center;
|
|
183
159
|
font-size: 1.4rem;
|
|
184
|
-
padding:
|
|
160
|
+
padding: 8px 15px;
|
|
185
161
|
background-color: var(--action);
|
|
186
162
|
border: 2px solid var(--action);
|
|
187
163
|
color: white;
|
|
@@ -221,7 +197,7 @@ input:focus-visible:-webkit-autofill {
|
|
|
221
197
|
.pts-header-container {
|
|
222
198
|
display: flex;
|
|
223
199
|
min-height: 80px;
|
|
224
|
-
padding: 0px
|
|
200
|
+
padding: 0px 70px;
|
|
225
201
|
align-items: center;
|
|
226
202
|
justify-content: space-between;
|
|
227
203
|
background-color: var(--main);
|
|
@@ -230,12 +206,10 @@ input:focus-visible:-webkit-autofill {
|
|
|
230
206
|
.pts-header-content {
|
|
231
207
|
width: 100%;
|
|
232
208
|
display: flex;
|
|
233
|
-
background-color: var(--background);
|
|
234
209
|
}
|
|
235
210
|
|
|
236
211
|
.pts-header-logo-container {
|
|
237
212
|
height: 4rem;
|
|
238
|
-
background: var(--main);
|
|
239
213
|
}
|
|
240
214
|
|
|
241
215
|
.pts-header-logo svg {
|
|
@@ -248,13 +222,22 @@ input:focus-visible:-webkit-autofill {
|
|
|
248
222
|
justify-content: flex-end;
|
|
249
223
|
width: 100%;
|
|
250
224
|
align-items: flex-end;
|
|
251
|
-
|
|
252
|
-
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.pts-languageButton {
|
|
228
|
+
position: relative;
|
|
229
|
+
display: inline-flex;
|
|
230
|
+
align-items: center;
|
|
231
|
+
background: transparent;
|
|
232
|
+
border: transparent;
|
|
233
|
+
color: var(--action);
|
|
234
|
+
cursor: pointer;
|
|
235
|
+
font-size: 1.6rem;
|
|
253
236
|
}
|
|
254
237
|
|
|
255
238
|
.languageIcon {
|
|
256
239
|
position: relative;
|
|
257
|
-
margin-top: 0.
|
|
240
|
+
margin-top: 0.3rem;
|
|
258
241
|
padding-right: 0.6rem;
|
|
259
242
|
top: 0.01rem;
|
|
260
243
|
}
|
|
@@ -264,12 +247,16 @@ input:focus-visible:-webkit-autofill {
|
|
|
264
247
|
height: 1.6rem;
|
|
265
248
|
}
|
|
266
249
|
|
|
250
|
+
.pts-languageButton-text:hover {
|
|
251
|
+
text-decoration: underline 0.2rem;
|
|
252
|
+
}
|
|
253
|
+
|
|
267
254
|
/**Header with navigation**/
|
|
268
255
|
|
|
269
256
|
.pts-navigation-header-container {
|
|
270
257
|
display: flex;
|
|
271
258
|
min-height: 80px;
|
|
272
|
-
padding: 0px
|
|
259
|
+
padding: 0px 70px;
|
|
273
260
|
align-items: center;
|
|
274
261
|
justify-content: space-between;
|
|
275
262
|
background-color: var(--main);
|
|
@@ -311,10 +298,6 @@ input:focus-visible:-webkit-autofill {
|
|
|
311
298
|
bottom: -1px;
|
|
312
299
|
}
|
|
313
300
|
|
|
314
|
-
.pts-site-headline {
|
|
315
|
-
margin-bottom: -1.6rem;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
301
|
.pts-navigation-header-nav-container .pts-open-icon {
|
|
319
302
|
position: relative;
|
|
320
303
|
top: 4px;
|
|
@@ -339,10 +322,18 @@ input:focus-visible:-webkit-autofill {
|
|
|
339
322
|
width: 100%;
|
|
340
323
|
align-items: flex-end;
|
|
341
324
|
height: 5rem;
|
|
342
|
-
margin-bottom: -1.6rem;
|
|
343
325
|
}
|
|
344
326
|
|
|
345
327
|
.pts-navigation-header-nav-container button {
|
|
328
|
+
background: none;
|
|
329
|
+
line-height: 2.4rem;
|
|
330
|
+
text-decoration-skip-ink: none;
|
|
331
|
+
border: none;
|
|
332
|
+
color: var(--action);
|
|
333
|
+
font-size: 1.6rem;
|
|
334
|
+
padding: 0;
|
|
335
|
+
cursor: pointer;
|
|
336
|
+
width: 13rem;
|
|
346
337
|
z-index: 900;
|
|
347
338
|
}
|
|
348
339
|
|
|
@@ -396,7 +387,7 @@ input:focus-visible:-webkit-autofill {
|
|
|
396
387
|
}
|
|
397
388
|
|
|
398
389
|
.pts-navigation-link-expand-button {
|
|
399
|
-
all:
|
|
390
|
+
all:unset;
|
|
400
391
|
border: none;
|
|
401
392
|
padding: 0;
|
|
402
393
|
cursor: pointer;
|
|
@@ -408,7 +399,7 @@ input:focus-visible:-webkit-autofill {
|
|
|
408
399
|
padding-left: 3.6rem;
|
|
409
400
|
display: flex;
|
|
410
401
|
align-items: flex-end;
|
|
411
|
-
gap:
|
|
402
|
+
gap: 18px;
|
|
412
403
|
}
|
|
413
404
|
|
|
414
405
|
.pts-sub-navigation-list {
|
|
@@ -438,6 +429,7 @@ input:focus-visible:-webkit-autofill {
|
|
|
438
429
|
}
|
|
439
430
|
|
|
440
431
|
.pts-navigation-close-button {
|
|
432
|
+
border: none;
|
|
441
433
|
color: var(--action);
|
|
442
434
|
background-color: var(--main);
|
|
443
435
|
display: flex;
|
|
@@ -535,6 +527,7 @@ input:focus-visible:-webkit-autofill {
|
|
|
535
527
|
flex-shrink: 0;
|
|
536
528
|
margin-right: 1.6rem;
|
|
537
529
|
}
|
|
530
|
+
|
|
538
531
|
.pts-textbody-alerttext {
|
|
539
532
|
margin-top: 0;
|
|
540
533
|
}
|
|
@@ -542,6 +535,7 @@ input:focus-visible:-webkit-autofill {
|
|
|
542
535
|
margin-bottom: 3.6rem;
|
|
543
536
|
}
|
|
544
537
|
|
|
538
|
+
|
|
545
539
|
/* ---------- TEXT HEADLINE AND BODY ---------- */
|
|
546
540
|
|
|
547
541
|
.pts-textHeadlineAndBody-container .notFirstInList {
|
|
@@ -558,7 +552,7 @@ input:focus-visible:-webkit-autofill {
|
|
|
558
552
|
|
|
559
553
|
/* ---------- OptionTextBody ---------- */
|
|
560
554
|
|
|
561
|
-
.pts-optionTextBody-container
|
|
555
|
+
.pts-optionTextBody-container{
|
|
562
556
|
margin-top: 1.6rem;
|
|
563
557
|
}
|
|
564
558
|
|
|
@@ -680,12 +674,13 @@ input:focus-visible:-webkit-autofill {
|
|
|
680
674
|
border-radius: 8px 8px 0 0;
|
|
681
675
|
}
|
|
682
676
|
|
|
683
|
-
.pts-collapse-open-close-icon svg
|
|
677
|
+
.pts-collapse-open-close-icon svg{
|
|
684
678
|
width: 2.4rem;
|
|
685
679
|
height: 2.4rem;
|
|
686
680
|
position: relative;
|
|
687
681
|
top: 3px;
|
|
688
682
|
}
|
|
683
|
+
|
|
689
684
|
|
|
690
685
|
.pts-collapse-button .pts-open-close-icon svg {
|
|
691
686
|
width: 2.4rem;
|
|
@@ -759,8 +754,8 @@ input:focus-visible:-webkit-autofill {
|
|
|
759
754
|
list-style: none;
|
|
760
755
|
}
|
|
761
756
|
|
|
762
|
-
.pts-linkList-container li:last-child
|
|
763
|
-
padding-bottom:
|
|
757
|
+
.pts-linkList-container li:last-child{
|
|
758
|
+
padding-bottom:0 ;
|
|
764
759
|
}
|
|
765
760
|
|
|
766
761
|
/* ---------- GRANSKA-Sidan ---------- */
|
|
@@ -1011,18 +1006,6 @@ input:focus-visible:-webkit-autofill {
|
|
|
1011
1006
|
box-sizing: border-box;
|
|
1012
1007
|
}
|
|
1013
1008
|
|
|
1014
|
-
.pts-footer-linkList .pts-secondary-button {
|
|
1015
|
-
position: relative;
|
|
1016
|
-
color: var(--background);
|
|
1017
|
-
border-color: var(--background-second);
|
|
1018
|
-
margin-left: 1.6rem;
|
|
1019
|
-
top: -0.5rem;
|
|
1020
|
-
}
|
|
1021
|
-
|
|
1022
|
-
.pts-footer-linkList .pts-secondary-button:hover {
|
|
1023
|
-
border-color: var(--background);
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
1009
|
/* ---------- MODAL ---------- */
|
|
1027
1010
|
|
|
1028
1011
|
.pts-modal-overlay {
|
|
@@ -1075,28 +1058,37 @@ input:focus-visible:-webkit-autofill {
|
|
|
1075
1058
|
transform: rotate(360deg);
|
|
1076
1059
|
}
|
|
1077
1060
|
}
|
|
1061
|
+
|
|
1078
1062
|
/* ---------- ALERT IN TEXT ---------- */
|
|
1063
|
+
|
|
1079
1064
|
.pts-alertInText-container {
|
|
1080
1065
|
display: flex;
|
|
1081
1066
|
width: 100%;
|
|
1082
1067
|
justify-content: flex-start;
|
|
1083
1068
|
}
|
|
1069
|
+
|
|
1084
1070
|
.pts-alertInText-left {
|
|
1085
1071
|
display: flex;
|
|
1086
1072
|
justify-content: flex-start;
|
|
1087
1073
|
align-items: flex-start;
|
|
1088
|
-
gap:
|
|
1074
|
+
gap: 10rem;
|
|
1089
1075
|
align-self: stretch;
|
|
1090
1076
|
border-top-left-radius: 8px;
|
|
1091
1077
|
border-bottom-left-radius: 8px;
|
|
1092
1078
|
border: 1px solid var(--alertintext);
|
|
1093
1079
|
background-color: var(--alertintext);
|
|
1094
|
-
padding:
|
|
1095
|
-
padding-top:
|
|
1080
|
+
padding: 0.8rem;
|
|
1081
|
+
padding-top: 1.2rem;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
.pts-alertInText-left svg {
|
|
1085
|
+
height: 1.6rem;
|
|
1086
|
+
width: 1.8rem;
|
|
1096
1087
|
}
|
|
1088
|
+
|
|
1097
1089
|
.pts-alertInText-right {
|
|
1098
1090
|
display: flex;
|
|
1099
|
-
padding: 0 1.6rem;
|
|
1091
|
+
padding: 1.6rem 1.6rem 0 1.6rem;
|
|
1100
1092
|
justify-content: flex-start;
|
|
1101
1093
|
align-items: flex-start;
|
|
1102
1094
|
width: 100%;
|
|
@@ -1108,10 +1100,6 @@ input:focus-visible:-webkit-autofill {
|
|
|
1108
1100
|
|
|
1109
1101
|
/*-----------ALWAYS IN THE END OF STYLES----------------*/
|
|
1110
1102
|
|
|
1111
|
-
.secondary_icon {
|
|
1112
|
-
padding-right: 0.6rem;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
1103
|
.cleanPadding {
|
|
1116
1104
|
padding: 0;
|
|
1117
1105
|
}
|
|
@@ -1134,12 +1122,12 @@ input:focus-visible:-webkit-autofill {
|
|
|
1134
1122
|
border: 0;
|
|
1135
1123
|
}
|
|
1136
1124
|
|
|
1125
|
+
|
|
1137
1126
|
.hide-asterix .pts-root-mandatoryAsterisk {
|
|
1138
1127
|
display: none;
|
|
1139
1128
|
}
|
|
1140
1129
|
|
|
1141
|
-
[hidden]
|
|
1142
|
-
.hidden {
|
|
1130
|
+
[hidden],.hidden {
|
|
1143
1131
|
display: none;
|
|
1144
1132
|
}
|
|
1145
1133
|
|