@oslokommune/punkt-css 16.26.2 → 17.0.0
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/CHANGELOG.md +111 -0
- package/dist/css/components/accordion.css +27 -5
- package/dist/css/components/accordion.min.css +1 -1
- package/dist/css/components/alert.css +37 -9
- package/dist/css/components/alert.min.css +1 -1
- package/dist/css/components/calendar.css +4 -0
- package/dist/css/components/calendar.min.css +1 -1
- package/dist/css/components/combobox.css +82 -0
- package/dist/css/components/combobox.min.css +1 -1
- package/dist/css/components/datepicker.css +82 -3
- package/dist/css/components/datepicker.min.css +1 -1
- package/dist/css/components/footer.css +232 -108
- package/dist/css/components/footer.min.css +1 -1
- package/dist/css/components/header-global.css +287 -0
- package/dist/css/components/header-global.min.css +1 -0
- package/dist/css/components/header-menu.css +364 -123
- package/dist/css/components/header-menu.min.css +1 -1
- package/dist/css/components/header-service-mobile.css +71 -22
- package/dist/css/components/header-service-mobile.min.css +1 -1
- package/dist/css/components/header-service.css +68 -14
- package/dist/css/components/header-service.min.css +1 -1
- package/dist/css/components/header-shared.css +49 -0
- package/dist/css/components/header-shared.min.css +0 -0
- package/dist/css/components/inputwrapper.css +59 -5
- package/dist/css/components/inputwrapper.min.css +1 -1
- package/dist/css/components/modal.css +0 -5
- package/dist/css/components/modal.min.css +1 -1
- package/dist/css/components/searchinput.css +71 -2
- package/dist/css/components/searchinput.min.css +1 -1
- package/dist/css/components/textarea.css +41 -0
- package/dist/css/components/textarea.min.css +1 -0
- package/dist/css/components/textinput.css +126 -6
- package/dist/css/components/textinput.min.css +1 -1
- package/dist/css/components/timepicker.css +133 -38
- package/dist/css/components/timepicker.min.css +1 -1
- package/dist/css/elements/button.css +20 -4
- package/dist/css/elements/button.min.css +1 -1
- package/dist/css/elements/checkbox-radio.css +3 -3
- package/dist/css/elements/checkbox-radio.min.css +1 -1
- package/dist/css/elements/input.css +121 -6
- package/dist/css/elements/input.min.css +1 -1
- package/dist/css/elements/select.css +137 -9
- package/dist/css/elements/select.min.css +1 -1
- package/dist/css/pkt-base.css +434 -1
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt-components.css +1595 -348
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-docs.css +2077 -364
- package/dist/css/pkt-docs.min.css +1 -1
- package/dist/css/pkt-elements.css +160 -16
- package/dist/css/pkt-elements.min.css +1 -1
- package/dist/css/pkt.css +2077 -364
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/abstracts/variables/_index.scss +1 -1
- package/dist/scss/abstracts/variables/_spacing.scss +1 -0
- package/dist/scss/components/_accordion.scss +7 -11
- package/dist/scss/components/_alert.scss +34 -11
- package/dist/scss/components/_calendar.scss +3 -0
- package/dist/scss/components/_combobox.scss +74 -0
- package/dist/scss/components/_datepicker.scss +75 -8
- package/dist/scss/components/_footer.scss +149 -123
- package/dist/scss/components/_header-global.scss +192 -0
- package/dist/scss/components/_header-menu.scss +30 -31
- package/dist/scss/components/_header-service-mobile.scss +4 -28
- package/dist/scss/components/_header-service.scss +4 -21
- package/dist/scss/components/_header-shared.scss +190 -0
- package/dist/scss/components/_index.scss +2 -0
- package/dist/scss/components/_inputwrapper.scss +66 -10
- package/dist/scss/components/_modal.scss +1 -5
- package/dist/scss/components/_searchinput.scss +58 -2
- package/dist/scss/components/_textarea.scss +48 -0
- package/dist/scss/components/_timepicker.scss +95 -34
- package/dist/scss/elements/_button.scss +12 -3
- package/dist/scss/elements/_input.scss +141 -7
- package/package.json +3 -3
|
@@ -105,8 +105,8 @@ pkt-accordion[compact] pkt-accordion-item > .pkt-accordion-item .pkt-accordion-i
|
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
.pkt-accordion-item {
|
|
108
|
-
color: var(--pkt-color-
|
|
109
|
-
background-color: var(--pkt-color-
|
|
108
|
+
color: var(--pkt-color-text-body-default);
|
|
109
|
+
background-color: var(--pkt-color-background-default);
|
|
110
110
|
transition: transform 0.3s;
|
|
111
111
|
appearance: none;
|
|
112
112
|
text-align: left;
|
|
@@ -192,34 +192,48 @@ pkt-accordion[compact] pkt-accordion-item > .pkt-accordion-item .pkt-accordion-i
|
|
|
192
192
|
}
|
|
193
193
|
|
|
194
194
|
.pkt-accordion--plus-minus,
|
|
195
|
-
pkt-accordion[skin=plus-minus] {
|
|
195
|
+
pkt-accordion[skin=plus-minus]::part(container) {
|
|
196
196
|
row-gap: 0;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
+
.pkt-accordion--plus-minus .pkt-accordion-item,
|
|
200
|
+
pkt-accordion[skin=plus-minus] .pkt-accordion-item,
|
|
199
201
|
.pkt-accordion-item--plus-minus,
|
|
200
202
|
pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item {
|
|
201
203
|
background-color: transparent;
|
|
202
204
|
border: none;
|
|
203
205
|
padding: 0;
|
|
204
206
|
}
|
|
207
|
+
.pkt-accordion--plus-minus .pkt-accordion-item > .pkt-accordion-item__title,
|
|
208
|
+
pkt-accordion[skin=plus-minus] .pkt-accordion-item > .pkt-accordion-item__title,
|
|
205
209
|
.pkt-accordion-item--plus-minus > .pkt-accordion-item__title,
|
|
206
210
|
pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item > .pkt-accordion-item__title {
|
|
207
211
|
padding: 0.5rem 1rem;
|
|
208
212
|
justify-content: flex-start;
|
|
209
213
|
}
|
|
214
|
+
.pkt-accordion--plus-minus .pkt-accordion-item > .pkt-accordion-item__title:hover,
|
|
215
|
+
pkt-accordion[skin=plus-minus] .pkt-accordion-item > .pkt-accordion-item__title:hover,
|
|
210
216
|
.pkt-accordion-item--plus-minus > .pkt-accordion-item__title:hover,
|
|
211
217
|
pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item > .pkt-accordion-item__title:hover {
|
|
212
218
|
text-decoration: underline;
|
|
213
219
|
}
|
|
220
|
+
.pkt-accordion--plus-minus .pkt-accordion-item > .pkt-accordion-item__title:hover .pkt-accordion-item__icon,
|
|
221
|
+
pkt-accordion[skin=plus-minus] .pkt-accordion-item > .pkt-accordion-item__title:hover .pkt-accordion-item__icon,
|
|
214
222
|
.pkt-accordion-item--plus-minus > .pkt-accordion-item__title:hover .pkt-accordion-item__icon,
|
|
215
223
|
pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item > .pkt-accordion-item__title:hover .pkt-accordion-item__icon {
|
|
216
|
-
transform: none;
|
|
224
|
+
transform: none !important;
|
|
217
225
|
}
|
|
226
|
+
.pkt-accordion--plus-minus .pkt-accordion-item > .pkt-accordion-item__content,
|
|
227
|
+
pkt-accordion[skin=plus-minus] .pkt-accordion-item > .pkt-accordion-item__content,
|
|
218
228
|
.pkt-accordion-item--plus-minus > .pkt-accordion-item__content,
|
|
219
229
|
pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item > .pkt-accordion-item__content {
|
|
220
230
|
padding: 1rem;
|
|
221
|
-
background-color: var(--pkt-color-
|
|
231
|
+
background-color: var(--pkt-color-background-subtle);
|
|
222
232
|
}
|
|
233
|
+
.pkt-accordion--plus-minus .pkt-accordion-item .pkt-accordion-item__icon--plus,
|
|
234
|
+
.pkt-accordion--plus-minus .pkt-accordion-item .pkt-accordion-item__icon--minus,
|
|
235
|
+
pkt-accordion[skin=plus-minus] .pkt-accordion-item .pkt-accordion-item__icon--plus,
|
|
236
|
+
pkt-accordion[skin=plus-minus] .pkt-accordion-item .pkt-accordion-item__icon--minus,
|
|
223
237
|
.pkt-accordion-item--plus-minus .pkt-accordion-item__icon--plus,
|
|
224
238
|
.pkt-accordion-item--plus-minus .pkt-accordion-item__icon--minus,
|
|
225
239
|
pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item .pkt-accordion-item__icon--plus,
|
|
@@ -227,19 +241,27 @@ pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item .pkt-accordion-item__i
|
|
|
227
241
|
transition: none;
|
|
228
242
|
transform: none;
|
|
229
243
|
}
|
|
244
|
+
.pkt-accordion--plus-minus .pkt-accordion-item .pkt-accordion-item__icon--minus,
|
|
245
|
+
pkt-accordion[skin=plus-minus] .pkt-accordion-item .pkt-accordion-item__icon--minus,
|
|
230
246
|
.pkt-accordion-item--plus-minus .pkt-accordion-item__icon--minus,
|
|
231
247
|
pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item .pkt-accordion-item__icon--minus {
|
|
232
248
|
display: none;
|
|
233
249
|
}
|
|
250
|
+
.pkt-accordion--plus-minus .pkt-accordion-item[open] > .pkt-accordion-item__title .pkt-accordion-item__icon--plus,
|
|
251
|
+
pkt-accordion[skin=plus-minus] .pkt-accordion-item[open] > .pkt-accordion-item__title .pkt-accordion-item__icon--plus,
|
|
234
252
|
.pkt-accordion-item--plus-minus[open] > .pkt-accordion-item__title .pkt-accordion-item__icon--plus,
|
|
235
253
|
pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item[open] > .pkt-accordion-item__title .pkt-accordion-item__icon--plus {
|
|
236
254
|
display: none;
|
|
237
255
|
}
|
|
256
|
+
.pkt-accordion--plus-minus .pkt-accordion-item[open] > .pkt-accordion-item__title .pkt-accordion-item__icon--minus,
|
|
257
|
+
pkt-accordion[skin=plus-minus] .pkt-accordion-item[open] > .pkt-accordion-item__title .pkt-accordion-item__icon--minus,
|
|
238
258
|
.pkt-accordion-item--plus-minus[open] > .pkt-accordion-item__title .pkt-accordion-item__icon--minus,
|
|
239
259
|
pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item[open] > .pkt-accordion-item__title .pkt-accordion-item__icon--minus {
|
|
240
260
|
display: inline-flex;
|
|
241
261
|
transform: none;
|
|
242
262
|
}
|
|
263
|
+
.pkt-accordion--plus-minus .pkt-accordion-item[open] > .pkt-accordion-item__title:hover .pkt-accordion-item__icon--minus,
|
|
264
|
+
pkt-accordion[skin=plus-minus] .pkt-accordion-item[open] > .pkt-accordion-item__title:hover .pkt-accordion-item__icon--minus,
|
|
243
265
|
.pkt-accordion-item--plus-minus[open] > .pkt-accordion-item__title:hover .pkt-accordion-item__icon--minus,
|
|
244
266
|
pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item[open] > .pkt-accordion-item__title:hover .pkt-accordion-item__icon--minus {
|
|
245
267
|
transform: none;
|
|
@@ -318,12 +340,6 @@ pkt-alert {
|
|
|
318
340
|
grid-row: 1/2;
|
|
319
341
|
grid-column: 2/3;
|
|
320
342
|
}
|
|
321
|
-
@media (max-width: 768px) {
|
|
322
|
-
.pkt-alert__noTitle .pkt-alert__text {
|
|
323
|
-
grid-row: 2/3;
|
|
324
|
-
grid-column: 1/-1;
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
343
|
|
|
328
344
|
.pkt-alert {
|
|
329
345
|
border-left: 0.25rem solid var(--pkt-color-alert-bc);
|
|
@@ -381,22 +397,30 @@ pkt-alert {
|
|
|
381
397
|
--fg-color: var(--pkt-color-alert-close-fg);
|
|
382
398
|
}
|
|
383
399
|
|
|
400
|
+
.pkt-alert--small,
|
|
384
401
|
.pkt-alert--compact {
|
|
385
|
-
|
|
402
|
+
display: flex;
|
|
403
|
+
min-height: 3rem;
|
|
404
|
+
padding: 0.5rem 0.75rem;
|
|
386
405
|
}
|
|
406
|
+
.pkt-alert--small .pkt-alert__grid,
|
|
387
407
|
.pkt-alert--compact .pkt-alert__grid {
|
|
388
408
|
gap: 0.5rem;
|
|
409
|
+
width: 100%;
|
|
389
410
|
}
|
|
411
|
+
.pkt-alert--small .pkt-alert__icon,
|
|
390
412
|
.pkt-alert--compact .pkt-alert__icon {
|
|
391
|
-
width: 1.
|
|
392
|
-
height: 1.
|
|
413
|
+
width: 1.5rem;
|
|
414
|
+
height: 1.5rem;
|
|
393
415
|
}
|
|
416
|
+
.pkt-alert--small .pkt-alert__title,
|
|
394
417
|
.pkt-alert--compact .pkt-alert__title {
|
|
395
418
|
letter-spacing: -0.2px;
|
|
396
419
|
font-weight: 500;
|
|
397
420
|
font-size: 1rem;
|
|
398
421
|
line-height: 1.5rem;
|
|
399
422
|
}
|
|
423
|
+
.pkt-alert--small .pkt-alert__text,
|
|
400
424
|
.pkt-alert--compact .pkt-alert__text {
|
|
401
425
|
letter-spacing: -0.2px;
|
|
402
426
|
font-weight: 300;
|
|
@@ -404,6 +428,32 @@ pkt-alert {
|
|
|
404
428
|
line-height: 1.5rem;
|
|
405
429
|
}
|
|
406
430
|
|
|
431
|
+
.pkt-alert--xsmall {
|
|
432
|
+
display: flex;
|
|
433
|
+
min-height: 2.5rem;
|
|
434
|
+
padding: 0.375rem 0.75rem;
|
|
435
|
+
}
|
|
436
|
+
.pkt-alert--xsmall .pkt-alert__grid {
|
|
437
|
+
gap: 0.375rem;
|
|
438
|
+
width: 100%;
|
|
439
|
+
}
|
|
440
|
+
.pkt-alert--xsmall .pkt-alert__icon {
|
|
441
|
+
width: 1.25rem;
|
|
442
|
+
height: 1.25rem;
|
|
443
|
+
}
|
|
444
|
+
.pkt-alert--xsmall .pkt-alert__title {
|
|
445
|
+
letter-spacing: -0.2px;
|
|
446
|
+
font-weight: 500;
|
|
447
|
+
font-size: 0.875rem;
|
|
448
|
+
line-height: 1.375rem;
|
|
449
|
+
}
|
|
450
|
+
.pkt-alert--xsmall .pkt-alert__text {
|
|
451
|
+
letter-spacing: -0.2px;
|
|
452
|
+
font-weight: 300;
|
|
453
|
+
font-size: 0.875rem;
|
|
454
|
+
line-height: 1.375rem;
|
|
455
|
+
}
|
|
456
|
+
|
|
407
457
|
/*
|
|
408
458
|
* Back link component
|
|
409
459
|
*/
|
|
@@ -706,6 +756,10 @@ pkt-calendar .pkt-cal-days {
|
|
|
706
756
|
pkt-calendar .pkt-cal-days td {
|
|
707
757
|
padding: 0;
|
|
708
758
|
}
|
|
759
|
+
.pkt-calendar .pkt-cal-days .pkt-btn,
|
|
760
|
+
pkt-calendar .pkt-cal-days .pkt-btn {
|
|
761
|
+
padding: 0;
|
|
762
|
+
}
|
|
709
763
|
.pkt-calendar .pkt-cal-days button,
|
|
710
764
|
.pkt-calendar .pkt-cal-days div,
|
|
711
765
|
pkt-calendar .pkt-cal-days button,
|
|
@@ -1092,6 +1146,33 @@ pkt-combobox[fullwidth], pkt-combobox--fullwidth,
|
|
|
1092
1146
|
.pkt-combobox__wrapper .pkt-combobox__input--fullwidth {
|
|
1093
1147
|
width: 100%;
|
|
1094
1148
|
}
|
|
1149
|
+
.pkt-combobox__wrapper .pkt-combobox__input--small {
|
|
1150
|
+
min-height: 2.625rem;
|
|
1151
|
+
padding: 0.375rem 2.5rem 0.375rem 0.375rem;
|
|
1152
|
+
letter-spacing: -0.2px;
|
|
1153
|
+
font-weight: 300;
|
|
1154
|
+
font-size: 1rem;
|
|
1155
|
+
line-height: 1.5rem;
|
|
1156
|
+
}
|
|
1157
|
+
.pkt-combobox__wrapper .pkt-combobox__input--small .pkt-combobox__arrow-icon svg {
|
|
1158
|
+
width: 1.25rem;
|
|
1159
|
+
height: 1.25rem;
|
|
1160
|
+
}
|
|
1161
|
+
.pkt-combobox__wrapper .pkt-combobox__input--xsmall {
|
|
1162
|
+
min-height: 2.25rem;
|
|
1163
|
+
padding: 0.25rem 2.25rem 0.25rem 0.25rem;
|
|
1164
|
+
letter-spacing: -0.2px;
|
|
1165
|
+
font-weight: 300;
|
|
1166
|
+
font-size: 0.875rem;
|
|
1167
|
+
line-height: 1.375rem;
|
|
1168
|
+
}
|
|
1169
|
+
.pkt-combobox__wrapper .pkt-combobox__input--xsmall .pkt-combobox__arrow-icon {
|
|
1170
|
+
padding: 0.25rem 0.5rem;
|
|
1171
|
+
}
|
|
1172
|
+
.pkt-combobox__wrapper .pkt-combobox__input--xsmall .pkt-combobox__arrow-icon svg {
|
|
1173
|
+
width: 1.125rem;
|
|
1174
|
+
height: 1.125rem;
|
|
1175
|
+
}
|
|
1095
1176
|
.pkt-combobox__wrapper .pkt-combobox__input:hover:not(.pkt-combobox__wrapper .pkt-combobox__input--disabled):not(.pkt-combobox__wrapper .pkt-combobox__input--error) {
|
|
1096
1177
|
border-color: var(--pkt-color-input-border-hover);
|
|
1097
1178
|
}
|
|
@@ -1201,6 +1282,61 @@ pkt-combobox[fullwidth], pkt-combobox--fullwidth,
|
|
|
1201
1282
|
outline: 4px solid var(--pkt-color-border-states-focus);
|
|
1202
1283
|
}
|
|
1203
1284
|
|
|
1285
|
+
.pkt-inputwrapper--small .pkt-listbox .pkt-listbox__option:not(.pkt-listbox__search),
|
|
1286
|
+
.pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__option:not(.pkt-listbox__search) {
|
|
1287
|
+
padding: 0.5rem 1rem;
|
|
1288
|
+
letter-spacing: -0.2px;
|
|
1289
|
+
font-weight: 300;
|
|
1290
|
+
font-size: 1rem;
|
|
1291
|
+
line-height: 1.5rem;
|
|
1292
|
+
}
|
|
1293
|
+
.pkt-inputwrapper--small .pkt-listbox .pkt-listbox__empty,
|
|
1294
|
+
.pkt-inputwrapper--small .pkt-listbox .pkt-listbox__banner,
|
|
1295
|
+
.pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__empty,
|
|
1296
|
+
.pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__banner {
|
|
1297
|
+
padding: 0.5rem 1rem;
|
|
1298
|
+
letter-spacing: -0.2px;
|
|
1299
|
+
font-weight: 300;
|
|
1300
|
+
font-size: 1rem;
|
|
1301
|
+
line-height: 1.5rem;
|
|
1302
|
+
}
|
|
1303
|
+
.pkt-inputwrapper--small .pkt-listbox .pkt-listbox__search input,
|
|
1304
|
+
.pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__search input {
|
|
1305
|
+
padding: 0.5rem 0.75rem;
|
|
1306
|
+
letter-spacing: -0.2px;
|
|
1307
|
+
font-weight: 300;
|
|
1308
|
+
font-size: 1rem;
|
|
1309
|
+
line-height: 1.5rem;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
.pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__option:not(.pkt-listbox__search) {
|
|
1313
|
+
padding: 0.375rem 0.75rem;
|
|
1314
|
+
letter-spacing: -0.2px;
|
|
1315
|
+
font-weight: 300;
|
|
1316
|
+
font-size: 0.875rem;
|
|
1317
|
+
line-height: 1.375rem;
|
|
1318
|
+
}
|
|
1319
|
+
.pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__empty,
|
|
1320
|
+
.pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__banner {
|
|
1321
|
+
padding: 0.375rem 0.75rem;
|
|
1322
|
+
letter-spacing: -0.2px;
|
|
1323
|
+
font-weight: 300;
|
|
1324
|
+
font-size: 0.875rem;
|
|
1325
|
+
line-height: 1.375rem;
|
|
1326
|
+
}
|
|
1327
|
+
.pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__banner-icon,
|
|
1328
|
+
.pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__search-icon .pkt-icon {
|
|
1329
|
+
width: 1.125rem;
|
|
1330
|
+
height: 1.125rem;
|
|
1331
|
+
}
|
|
1332
|
+
.pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__search input {
|
|
1333
|
+
padding: 0.375rem 0.5rem;
|
|
1334
|
+
letter-spacing: -0.2px;
|
|
1335
|
+
font-weight: 300;
|
|
1336
|
+
font-size: 0.875rem;
|
|
1337
|
+
line-height: 1.375rem;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1204
1340
|
.pkt-datepicker,
|
|
1205
1341
|
pkt-datepicker {
|
|
1206
1342
|
display: block;
|
|
@@ -1312,24 +1448,103 @@ pkt-datepicker-multiple {
|
|
|
1312
1448
|
-webkit-appearance: none;
|
|
1313
1449
|
}
|
|
1314
1450
|
|
|
1315
|
-
|
|
1451
|
+
.pkt-datepicker__input.pkt-input--fullwidth.pkt-datepicker--multiple {
|
|
1452
|
+
flex: 1;
|
|
1453
|
+
min-width: 0;
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
.pkt-datepicker--small .pkt-datepicker__inputs .pkt-input,
|
|
1457
|
+
.pkt-datepicker--small .pkt-datepicker__inputs .pkt-input-prefix,
|
|
1458
|
+
.pkt-datepicker--small .pkt-datepicker__inputs .pkt-input-suffix,
|
|
1459
|
+
.pkt-datepicker--small .pkt-datepicker__inputs .pkt-input-icon,
|
|
1460
|
+
.pkt-datepicker--small .pkt-datepicker__inputs .pkt-input-separator {
|
|
1461
|
+
min-height: 2.375rem;
|
|
1462
|
+
}
|
|
1463
|
+
.pkt-datepicker--small .pkt-datepicker__inputs .pkt-datepicker__input,
|
|
1464
|
+
.pkt-datepicker--small .pkt-datepicker__inputs .pkt-input-prefix,
|
|
1465
|
+
.pkt-datepicker--small .pkt-datepicker__inputs .pkt-input-separator {
|
|
1466
|
+
letter-spacing: -0.2px;
|
|
1467
|
+
font-weight: 300;
|
|
1468
|
+
font-size: 1rem;
|
|
1469
|
+
line-height: 1.5rem;
|
|
1470
|
+
}
|
|
1471
|
+
.pkt-datepicker--small .pkt-datepicker__inputs button.pkt-input-icon {
|
|
1472
|
+
padding-left: 0.5rem;
|
|
1473
|
+
padding-right: 0.5rem;
|
|
1474
|
+
}
|
|
1475
|
+
.pkt-datepicker--small .pkt-datepicker__inputs button.pkt-input-icon pkt-icon,
|
|
1476
|
+
.pkt-datepicker--small .pkt-datepicker__inputs button.pkt-input-icon .pkt-icon,
|
|
1477
|
+
.pkt-datepicker--small .pkt-datepicker__inputs button.pkt-input-icon svg {
|
|
1478
|
+
width: 1.25rem;
|
|
1479
|
+
height: 1.25rem;
|
|
1480
|
+
}
|
|
1481
|
+
@supports not (-moz-appearance: none) {
|
|
1482
|
+
.pkt-datepicker--small .pkt-datepicker__inputs .pkt-datepicker__input:not(.pkt-datepicker--multiple):not(.pkt-input--fullwidth) {
|
|
1483
|
+
width: 7.3rem;
|
|
1484
|
+
}
|
|
1485
|
+
.pkt-datepicker--small .pkt-datepicker__inputs .pkt-datepicker__input:not(.pkt-datepicker--multiple):not(.pkt-datepicker--range) {
|
|
1486
|
+
max-width: calc(100% - 2.5rem);
|
|
1487
|
+
}
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
.pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-input,
|
|
1491
|
+
.pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-input-prefix,
|
|
1492
|
+
.pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-input-suffix,
|
|
1493
|
+
.pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-input-icon,
|
|
1494
|
+
.pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-input-separator {
|
|
1495
|
+
min-height: 2rem;
|
|
1496
|
+
}
|
|
1497
|
+
.pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-datepicker__input,
|
|
1498
|
+
.pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-input-prefix,
|
|
1499
|
+
.pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-input-separator {
|
|
1500
|
+
letter-spacing: -0.2px;
|
|
1501
|
+
font-weight: 300;
|
|
1502
|
+
font-size: 0.875rem;
|
|
1503
|
+
line-height: 1.375rem;
|
|
1504
|
+
line-height: 1rem;
|
|
1505
|
+
}
|
|
1506
|
+
.pkt-datepicker--xsmall .pkt-datepicker__inputs button.pkt-input-icon {
|
|
1507
|
+
padding-left: 0.5rem;
|
|
1508
|
+
padding-right: 0.5rem;
|
|
1509
|
+
}
|
|
1510
|
+
.pkt-datepicker--xsmall .pkt-datepicker__inputs button.pkt-input-icon pkt-icon,
|
|
1511
|
+
.pkt-datepicker--xsmall .pkt-datepicker__inputs button.pkt-input-icon .pkt-icon,
|
|
1512
|
+
.pkt-datepicker--xsmall .pkt-datepicker__inputs button.pkt-input-icon svg {
|
|
1513
|
+
width: 1.125rem;
|
|
1514
|
+
height: 1.125rem;
|
|
1515
|
+
}
|
|
1516
|
+
@supports not (-moz-appearance: none) {
|
|
1517
|
+
.pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-datepicker__input:not(.pkt-datepicker--multiple):not(.pkt-input--fullwidth) {
|
|
1518
|
+
width: 6.5rem;
|
|
1519
|
+
}
|
|
1520
|
+
.pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-datepicker__input:not(.pkt-datepicker--multiple):not(.pkt-datepicker--range) {
|
|
1521
|
+
max-width: calc(100% - 2rem);
|
|
1522
|
+
}
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
@supports (-moz-appearance: none) {
|
|
1316
1526
|
.pkt-datepicker__inputs .pkt-datepicker__input {
|
|
1317
1527
|
padding-right: 0.5rem;
|
|
1318
1528
|
}
|
|
1319
1529
|
.pkt-datepicker__inputs .pkt-datepicker__input:not(.pkt-datepicker--multiple) {
|
|
1320
|
-
width:
|
|
1530
|
+
width: auto;
|
|
1321
1531
|
max-width: 100%;
|
|
1322
1532
|
}
|
|
1323
1533
|
.pkt-datepicker__inputs .pkt-datepicker__input.pkt-input--fullwidth:not(.pkt-datepicker--multiple) {
|
|
1324
1534
|
width: auto;
|
|
1325
1535
|
flex: 1;
|
|
1326
1536
|
}
|
|
1327
|
-
.pkt-datepicker__inputs button.pkt-input-icon {
|
|
1537
|
+
.pkt-datepicker__inputs .pkt-input__container:has(.pkt-datepicker__input[type=date]) button.pkt-input-icon {
|
|
1328
1538
|
display: none;
|
|
1329
1539
|
}
|
|
1330
1540
|
.pkt-datepicker__inputs input.pkt-datepicker__input:has(~ button):not(:has(~ .pkt-input-separator)):not(:has(~ .pkt-input-prefix)) {
|
|
1331
1541
|
border-right-width: 2px !important;
|
|
1332
1542
|
}
|
|
1543
|
+
@media screen and (max-width: 30rem) {
|
|
1544
|
+
.pkt-datepicker__inputs .pkt-input__container .pkt-datepicker__input.pkt-datepicker--range {
|
|
1545
|
+
justify-self: start;
|
|
1546
|
+
}
|
|
1547
|
+
}
|
|
1333
1548
|
}
|
|
1334
1549
|
pkt-fileupload,
|
|
1335
1550
|
.pkt-fileupload {
|
|
@@ -2271,168 +2486,291 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
2271
2486
|
}
|
|
2272
2487
|
|
|
2273
2488
|
/*
|
|
2274
|
-
* Footer
|
|
2489
|
+
* Footer: pkt-footer (sekundær + global) og pkt-footer-simple (kompakt + global)
|
|
2490
|
+
*
|
|
2491
|
+
* --pkt-footer-bg bakgrunn (default: grå sekundær)
|
|
2492
|
+
* --pkt-footer-fg tekstfarge
|
|
2493
|
+
* --pkt-footer-link-hover hover-farge på lenker (default: text-action-active)
|
|
2275
2494
|
*/
|
|
2276
|
-
.pkt-footer
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2495
|
+
.pkt-footer,
|
|
2496
|
+
.pkt-footer-simple {
|
|
2497
|
+
display: block;
|
|
2498
|
+
width: 100%;
|
|
2499
|
+
container-type: inline-size;
|
|
2500
|
+
container-name: pkt-footer;
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2503
|
+
.pkt-footer__band {
|
|
2504
|
+
background-color: var(--pkt-footer-bg, var(--pkt-color-background-subtle, #f9f9f9));
|
|
2505
|
+
color: var(--pkt-footer-fg, var(--pkt-color-text-body-default, #2a2859));
|
|
2282
2506
|
letter-spacing: -0.2px;
|
|
2283
2507
|
font-weight: 300;
|
|
2284
|
-
font-size:
|
|
2285
|
-
line-height: 1.
|
|
2508
|
+
font-size: 1rem;
|
|
2509
|
+
line-height: 1.5rem;
|
|
2286
2510
|
}
|
|
2287
|
-
@
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2511
|
+
@supports not (container-type: inline-size) {
|
|
2512
|
+
@media screen and (min-width: 64rem) {
|
|
2513
|
+
.pkt-footer__band {
|
|
2514
|
+
letter-spacing: -0.2px;
|
|
2515
|
+
font-weight: 300;
|
|
2516
|
+
font-size: 1.125rem;
|
|
2517
|
+
line-height: 1.75rem;
|
|
2518
|
+
}
|
|
2291
2519
|
}
|
|
2292
2520
|
}
|
|
2293
|
-
|
|
2294
|
-
|
|
2521
|
+
@supports (container-type: inline-size) {
|
|
2522
|
+
@container pkt-footer (min-width: 64rem) {
|
|
2523
|
+
.pkt-footer__band {
|
|
2524
|
+
letter-spacing: -0.2px;
|
|
2525
|
+
font-weight: 300;
|
|
2526
|
+
font-size: 1.125rem;
|
|
2527
|
+
line-height: 1.75rem;
|
|
2528
|
+
}
|
|
2529
|
+
}
|
|
2295
2530
|
}
|
|
2296
|
-
.pkt-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
letter-spacing: -0.2px;
|
|
2301
|
-
font-weight: 500;
|
|
2302
|
-
font-size: 1.5rem;
|
|
2303
|
-
line-height: 2.25rem;
|
|
2531
|
+
.pkt-footer__band--global {
|
|
2532
|
+
--pkt-footer-bg: var(--pkt-color-surface-strong-dark-blue, #2a2859);
|
|
2533
|
+
--pkt-footer-fg: var(--pkt-color-text-body-light, #fff);
|
|
2534
|
+
--pkt-footer-link-hover: var(--pkt-color-brand-blue-1000, #6fe9ff);
|
|
2304
2535
|
}
|
|
2305
|
-
.pkt-
|
|
2306
|
-
|
|
2307
|
-
|
|
2536
|
+
.pkt-footer__band a {
|
|
2537
|
+
color: inherit;
|
|
2538
|
+
text-decoration: underline;
|
|
2539
|
+
text-underline-position: from-font;
|
|
2308
2540
|
}
|
|
2309
|
-
.pkt-
|
|
2310
|
-
|
|
2311
|
-
margin-top: 0;
|
|
2541
|
+
.pkt-footer__band a:hover {
|
|
2542
|
+
color: var(--pkt-footer-link-hover, var(--pkt-color-text-action-active, currentColor)) !important;
|
|
2312
2543
|
}
|
|
2313
|
-
.pkt-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2544
|
+
.pkt-footer__band h2 {
|
|
2545
|
+
margin: 0 0 1rem;
|
|
2546
|
+
color: inherit;
|
|
2547
|
+
letter-spacing: -0.2px;
|
|
2548
|
+
font-weight: 500;
|
|
2549
|
+
font-size: 1.25rem;
|
|
2550
|
+
line-height: 2rem;
|
|
2317
2551
|
}
|
|
2318
|
-
|
|
2319
|
-
|
|
2552
|
+
@supports not (container-type: inline-size) {
|
|
2553
|
+
@media screen and (min-width: 48rem) {
|
|
2554
|
+
.pkt-footer__band h2 {
|
|
2555
|
+
letter-spacing: -0.2px;
|
|
2556
|
+
font-weight: 500;
|
|
2557
|
+
font-size: 1.375rem;
|
|
2558
|
+
line-height: 2.125rem;
|
|
2559
|
+
}
|
|
2560
|
+
}
|
|
2320
2561
|
}
|
|
2321
|
-
|
|
2322
|
-
|
|
2562
|
+
@supports (container-type: inline-size) {
|
|
2563
|
+
@container pkt-footer (min-width: 48rem) {
|
|
2564
|
+
.pkt-footer__band h2 {
|
|
2565
|
+
letter-spacing: -0.2px;
|
|
2566
|
+
font-weight: 500;
|
|
2567
|
+
font-size: 1.375rem;
|
|
2568
|
+
line-height: 2.125rem;
|
|
2569
|
+
}
|
|
2570
|
+
}
|
|
2323
2571
|
}
|
|
2324
|
-
@
|
|
2325
|
-
|
|
2326
|
-
|
|
2572
|
+
@supports not (container-type: inline-size) {
|
|
2573
|
+
@media screen and (min-width: 64rem) {
|
|
2574
|
+
.pkt-footer__band h2 {
|
|
2575
|
+
letter-spacing: -0.2px;
|
|
2576
|
+
font-weight: 500;
|
|
2577
|
+
font-size: 1.5rem;
|
|
2578
|
+
line-height: 2.25rem;
|
|
2579
|
+
}
|
|
2327
2580
|
}
|
|
2328
2581
|
}
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2582
|
+
@supports (container-type: inline-size) {
|
|
2583
|
+
@container pkt-footer (min-width: 64rem) {
|
|
2584
|
+
.pkt-footer__band h2 {
|
|
2585
|
+
letter-spacing: -0.2px;
|
|
2586
|
+
font-weight: 500;
|
|
2587
|
+
font-size: 1.5rem;
|
|
2588
|
+
line-height: 2.25rem;
|
|
2589
|
+
}
|
|
2590
|
+
}
|
|
2332
2591
|
}
|
|
2333
|
-
.pkt-
|
|
2334
|
-
|
|
2592
|
+
.pkt-footer__band p {
|
|
2593
|
+
margin: 0 0 1rem;
|
|
2335
2594
|
}
|
|
2336
|
-
.pkt-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
margin-right: 0.5rem;
|
|
2341
|
-
flex-shrink: 0;
|
|
2595
|
+
.pkt-footer__inner {
|
|
2596
|
+
max-width: 75rem;
|
|
2597
|
+
margin: 0 auto;
|
|
2598
|
+
padding: 3.25rem 1rem;
|
|
2342
2599
|
}
|
|
2343
|
-
@
|
|
2344
|
-
|
|
2345
|
-
|
|
2600
|
+
@supports not (container-type: inline-size) {
|
|
2601
|
+
@media screen and (min-width: 48rem) {
|
|
2602
|
+
.pkt-footer__inner {
|
|
2603
|
+
padding: 3.25rem 2rem;
|
|
2604
|
+
}
|
|
2346
2605
|
}
|
|
2347
2606
|
}
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
margin-top: 2.5rem;
|
|
2607
|
+
@supports (container-type: inline-size) {
|
|
2608
|
+
@container pkt-footer (min-width: 48rem) {
|
|
2609
|
+
.pkt-footer__inner {
|
|
2610
|
+
padding: 3.25rem 2rem;
|
|
2611
|
+
}
|
|
2612
|
+
}
|
|
2355
2613
|
}
|
|
2356
|
-
.pkt-
|
|
2357
|
-
|
|
2614
|
+
.pkt-footer__inner--compact {
|
|
2615
|
+
padding-top: 2rem;
|
|
2616
|
+
padding-bottom: 2rem;
|
|
2358
2617
|
}
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2618
|
+
.pkt-footer__sections {
|
|
2619
|
+
display: grid;
|
|
2620
|
+
grid-template-columns: 1fr;
|
|
2621
|
+
gap: 2rem;
|
|
2622
|
+
}
|
|
2623
|
+
@supports not (container-type: inline-size) {
|
|
2624
|
+
@media screen and (min-width: 48rem) {
|
|
2625
|
+
.pkt-footer__sections {
|
|
2626
|
+
grid-template-columns: repeat(3, 1fr);
|
|
2627
|
+
column-gap: 2rem;
|
|
2628
|
+
row-gap: 3.25rem;
|
|
2629
|
+
}
|
|
2363
2630
|
}
|
|
2364
2631
|
}
|
|
2365
|
-
@
|
|
2366
|
-
|
|
2367
|
-
|
|
2632
|
+
@supports (container-type: inline-size) {
|
|
2633
|
+
@container pkt-footer (min-width: 48rem) {
|
|
2634
|
+
.pkt-footer__sections {
|
|
2635
|
+
grid-template-columns: repeat(3, 1fr);
|
|
2636
|
+
column-gap: 2rem;
|
|
2637
|
+
row-gap: 3.25rem;
|
|
2638
|
+
}
|
|
2368
2639
|
}
|
|
2369
2640
|
}
|
|
2370
|
-
.pkt-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2641
|
+
.pkt-footer__link-list {
|
|
2642
|
+
list-style: none;
|
|
2643
|
+
margin: 0;
|
|
2644
|
+
padding: 0;
|
|
2645
|
+
display: flex;
|
|
2646
|
+
flex-direction: column;
|
|
2647
|
+
gap: 1rem;
|
|
2374
2648
|
}
|
|
2375
|
-
.pkt-
|
|
2376
|
-
|
|
2649
|
+
.pkt-footer__link-list > li {
|
|
2650
|
+
word-break: break-word;
|
|
2377
2651
|
}
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
color: var(--pkt-color-text-body-default);
|
|
2652
|
+
.pkt-footer__link-domain {
|
|
2653
|
+
white-space: nowrap;
|
|
2654
|
+
}
|
|
2655
|
+
.pkt-footer__bottom {
|
|
2383
2656
|
display: flex;
|
|
2657
|
+
justify-content: space-between;
|
|
2384
2658
|
align-items: center;
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
font-size: 1.125rem;
|
|
2388
|
-
line-height: 1.75rem;
|
|
2659
|
+
gap: 2rem;
|
|
2660
|
+
margin-top: 1rem;
|
|
2389
2661
|
}
|
|
2390
|
-
@
|
|
2391
|
-
|
|
2392
|
-
|
|
2662
|
+
@supports not (container-type: inline-size) {
|
|
2663
|
+
@media screen and (min-width: 48rem) {
|
|
2664
|
+
.pkt-footer__bottom {
|
|
2665
|
+
grid-column: -2/-1;
|
|
2666
|
+
margin-top: 0;
|
|
2667
|
+
}
|
|
2668
|
+
}
|
|
2669
|
+
}
|
|
2670
|
+
@supports (container-type: inline-size) {
|
|
2671
|
+
@container pkt-footer (min-width: 48rem) {
|
|
2672
|
+
.pkt-footer__bottom {
|
|
2673
|
+
grid-column: -2/-1;
|
|
2674
|
+
margin-top: 0;
|
|
2675
|
+
}
|
|
2393
2676
|
}
|
|
2394
2677
|
}
|
|
2395
|
-
.pkt-
|
|
2396
|
-
|
|
2678
|
+
.pkt-footer__sections + .pkt-footer__bottom {
|
|
2679
|
+
margin-top: 2rem;
|
|
2397
2680
|
}
|
|
2398
|
-
.pkt-
|
|
2399
|
-
|
|
2681
|
+
.pkt-footer__bottom-links {
|
|
2682
|
+
list-style: none;
|
|
2400
2683
|
margin: 0;
|
|
2684
|
+
padding: 0;
|
|
2685
|
+
display: flex;
|
|
2686
|
+
flex-wrap: wrap;
|
|
2687
|
+
gap: 1rem 2rem;
|
|
2688
|
+
}
|
|
2689
|
+
.pkt-footer__some {
|
|
2401
2690
|
list-style: none;
|
|
2691
|
+
margin: 0;
|
|
2692
|
+
padding: 0;
|
|
2693
|
+
display: flex;
|
|
2694
|
+
align-items: center;
|
|
2695
|
+
gap: 1rem;
|
|
2402
2696
|
}
|
|
2403
|
-
@
|
|
2404
|
-
|
|
2405
|
-
|
|
2697
|
+
@supports not (container-type: inline-size) {
|
|
2698
|
+
@media screen and (min-width: 48rem) {
|
|
2699
|
+
.pkt-footer__some {
|
|
2700
|
+
gap: 1.5rem;
|
|
2701
|
+
}
|
|
2406
2702
|
}
|
|
2407
2703
|
}
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
margin-bottom: 0;
|
|
2414
|
-
margin-right: 2rem;
|
|
2704
|
+
@supports (container-type: inline-size) {
|
|
2705
|
+
@container pkt-footer (min-width: 48rem) {
|
|
2706
|
+
.pkt-footer__some {
|
|
2707
|
+
gap: 1.5rem;
|
|
2708
|
+
}
|
|
2415
2709
|
}
|
|
2416
2710
|
}
|
|
2417
|
-
.pkt-
|
|
2418
|
-
display: flex;
|
|
2419
|
-
text-decoration: none !important;
|
|
2420
|
-
align-items: flex-start;
|
|
2711
|
+
.pkt-footer__some a {
|
|
2712
|
+
display: inline-flex;
|
|
2421
2713
|
}
|
|
2422
|
-
.pkt-
|
|
2714
|
+
.pkt-footer__some a:has(.pkt-footer__some-icon) {
|
|
2715
|
+
text-decoration: none;
|
|
2716
|
+
}
|
|
2717
|
+
.pkt-footer__some-icon {
|
|
2423
2718
|
--fg-color: currentColor;
|
|
2719
|
+
width: 2rem;
|
|
2720
|
+
height: 2rem;
|
|
2721
|
+
}
|
|
2722
|
+
.pkt-footer__sections + .pkt-footer__consent {
|
|
2723
|
+
margin-top: 2rem;
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2726
|
+
.pkt-footer-simple__list {
|
|
2727
|
+
list-style: none;
|
|
2728
|
+
margin: 0;
|
|
2729
|
+
padding: 0;
|
|
2730
|
+
display: flex;
|
|
2731
|
+
flex-direction: column;
|
|
2732
|
+
gap: 1rem;
|
|
2424
2733
|
}
|
|
2734
|
+
@supports not (container-type: inline-size) {
|
|
2735
|
+
@media screen and (min-width: 48rem) {
|
|
2736
|
+
.pkt-footer-simple__list {
|
|
2737
|
+
flex-direction: row;
|
|
2738
|
+
flex-wrap: wrap;
|
|
2739
|
+
justify-content: center;
|
|
2740
|
+
gap: 1rem 2rem;
|
|
2741
|
+
}
|
|
2742
|
+
}
|
|
2743
|
+
}
|
|
2744
|
+
@supports (container-type: inline-size) {
|
|
2745
|
+
@container pkt-footer (min-width: 48rem) {
|
|
2746
|
+
.pkt-footer-simple__list {
|
|
2747
|
+
flex-direction: row;
|
|
2748
|
+
flex-wrap: wrap;
|
|
2749
|
+
justify-content: center;
|
|
2750
|
+
gap: 1rem 2rem;
|
|
2751
|
+
}
|
|
2752
|
+
}
|
|
2753
|
+
}
|
|
2754
|
+
a.pkt-footer-simple__link {
|
|
2755
|
+
display: inline-flex;
|
|
2756
|
+
align-items: flex-start;
|
|
2757
|
+
gap: 0.5rem;
|
|
2758
|
+
color: inherit;
|
|
2759
|
+
text-decoration: none;
|
|
2760
|
+
}
|
|
2761
|
+
a.pkt-footer-simple__link:hover {
|
|
2762
|
+
text-decoration: underline;
|
|
2763
|
+
text-underline-position: from-font;
|
|
2764
|
+
}
|
|
2765
|
+
|
|
2425
2766
|
.pkt-footer-simple__link-icon {
|
|
2426
2767
|
--fg-color: currentColor;
|
|
2427
2768
|
width: 24px;
|
|
2428
2769
|
height: 24px;
|
|
2429
|
-
margin-right: 0.5rem;
|
|
2430
2770
|
flex-shrink: 0;
|
|
2431
2771
|
}
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
margin-top: 0;
|
|
2435
|
-
}
|
|
2772
|
+
.pkt-footer-simple__link-domain {
|
|
2773
|
+
white-space: nowrap;
|
|
2436
2774
|
}
|
|
2437
2775
|
|
|
2438
2776
|
/*
|
|
@@ -2709,6 +3047,293 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
2709
3047
|
color: var(--pkt-color-text-body-dark);
|
|
2710
3048
|
}
|
|
2711
3049
|
|
|
3050
|
+
/*
|
|
3051
|
+
* HeaderGlobal component
|
|
3052
|
+
*/
|
|
3053
|
+
/*
|
|
3054
|
+
* Shared header patterns
|
|
3055
|
+
*
|
|
3056
|
+
* Mixins shared by the header variants (`pkt-header-service` and
|
|
3057
|
+
* `pkt-header-global`). The service header is the source of truth — these
|
|
3058
|
+
* mixins are extracted from it so the global header stays aligned.
|
|
3059
|
+
*
|
|
3060
|
+
* This file only defines mixins; it emits no CSS on its own and therefore
|
|
3061
|
+
* is not `@forward`ed from the component index.
|
|
3062
|
+
*/
|
|
3063
|
+
/**
|
|
3064
|
+
* Header chrome shared by every variant: base positioning plus the
|
|
3065
|
+
* `--fixed`, `--sticky`, `--scroll-to-hide` and `--hidden` modifier states.
|
|
3066
|
+
*
|
|
3067
|
+
* Call inside a header base block; `&` resolves to the calling class
|
|
3068
|
+
* (`.pkt-header-service` or `.pkt-header-global`).
|
|
3069
|
+
*/
|
|
3070
|
+
/**
|
|
3071
|
+
* Mobile user area shared by every variant: on small screens the user
|
|
3072
|
+
* button becomes a full-width bar with top/bottom borders and the user
|
|
3073
|
+
* menu renders in flow directly below it (rather than as a floating
|
|
3074
|
+
* dropdown). Placement of the user area into its own row is left to the
|
|
3075
|
+
* caller (grid row for the service header, a flex row for the global
|
|
3076
|
+
* header).
|
|
3077
|
+
*
|
|
3078
|
+
* `$base` is the variant's BEM block, e.g. `pkt-header-service`.
|
|
3079
|
+
*/
|
|
3080
|
+
/**
|
|
3081
|
+
* Shared header grid. Logo (col 1), a flexible content cell (col 2,
|
|
3082
|
+
* right-aligned) and the user cell (col 3). Row height follows
|
|
3083
|
+
* `--pkt-header-height`, which steps down at the tablet and mobile
|
|
3084
|
+
* breakpoints. On mobile the grid collapses to two columns and the user
|
|
3085
|
+
* cell drops to a full-width second row — the same layout the service
|
|
3086
|
+
* header uses.
|
|
3087
|
+
*
|
|
3088
|
+
* Call inside a header base block. `$base` is the variant's BEM block.
|
|
3089
|
+
* `$mobile-height` lets a variant keep a taller bar on mobile (the service
|
|
3090
|
+
* header drops to 64px, the global header stays at 88px).
|
|
3091
|
+
*/
|
|
3092
|
+
/**
|
|
3093
|
+
* Standalone Oslo logo sizing shared by header variants: 64px on
|
|
3094
|
+
* desktop/tablet, shrinking to 32px on mobile (the same sizes the service
|
|
3095
|
+
* header uses for its logo without a service name).
|
|
3096
|
+
*
|
|
3097
|
+
* Call inside a header base block; `&` resolves to the calling class.
|
|
3098
|
+
* `$mobile-height` is the logo height on mobile (the service header drops to
|
|
3099
|
+
* 32px, the global header to 3.2rem).
|
|
3100
|
+
*/
|
|
3101
|
+
.pkt-header-global-spacer {
|
|
3102
|
+
height: 6.5rem;
|
|
3103
|
+
}
|
|
3104
|
+
.pkt-header-global-spacer--tablet {
|
|
3105
|
+
height: 5.5rem;
|
|
3106
|
+
}
|
|
3107
|
+
.pkt-header-global-spacer--mobile {
|
|
3108
|
+
height: 5.5rem;
|
|
3109
|
+
}
|
|
3110
|
+
.pkt-header-global-spacer--mobile.pkt-header-global-spacer--has-user {
|
|
3111
|
+
height: calc(5.5rem + 3.5rem);
|
|
3112
|
+
}
|
|
3113
|
+
|
|
3114
|
+
.pkt-header-global {
|
|
3115
|
+
position: relative;
|
|
3116
|
+
z-index: 10;
|
|
3117
|
+
background-color: var(--pkt-color-background-default);
|
|
3118
|
+
border-bottom: 1px solid var(--pkt-color-border-subtle);
|
|
3119
|
+
}
|
|
3120
|
+
.pkt-header-global--fixed {
|
|
3121
|
+
width: 100vw;
|
|
3122
|
+
position: fixed;
|
|
3123
|
+
top: 0;
|
|
3124
|
+
left: 0;
|
|
3125
|
+
}
|
|
3126
|
+
.pkt-header-global--sticky {
|
|
3127
|
+
position: sticky;
|
|
3128
|
+
top: 0;
|
|
3129
|
+
}
|
|
3130
|
+
.pkt-header-global--scroll-to-hide {
|
|
3131
|
+
transform: translate3d(0, 0, 0);
|
|
3132
|
+
transition: 0.5s transform ease-in-out;
|
|
3133
|
+
}
|
|
3134
|
+
.pkt-header-global--hidden {
|
|
3135
|
+
transform: translate3d(0, -100%, 0);
|
|
3136
|
+
}
|
|
3137
|
+
.pkt-header-global {
|
|
3138
|
+
--pkt-header-height: 6.5rem;
|
|
3139
|
+
}
|
|
3140
|
+
.pkt-header-global--tablet {
|
|
3141
|
+
--pkt-header-height: 5.5rem;
|
|
3142
|
+
}
|
|
3143
|
+
.pkt-header-global--mobile {
|
|
3144
|
+
--pkt-header-height: 5.5rem;
|
|
3145
|
+
}
|
|
3146
|
+
.pkt-header-global {
|
|
3147
|
+
display: grid;
|
|
3148
|
+
align-items: center;
|
|
3149
|
+
grid-template-columns: auto minmax(0, 1fr) auto;
|
|
3150
|
+
grid-template-rows: var(--pkt-header-height) auto;
|
|
3151
|
+
column-gap: 1.5rem;
|
|
3152
|
+
}
|
|
3153
|
+
.pkt-header-global--tablet {
|
|
3154
|
+
column-gap: 1rem;
|
|
3155
|
+
}
|
|
3156
|
+
.pkt-header-global--mobile {
|
|
3157
|
+
grid-template-columns: auto minmax(0, 1fr);
|
|
3158
|
+
column-gap: 0.5rem;
|
|
3159
|
+
}
|
|
3160
|
+
.pkt-header-global__logo-area {
|
|
3161
|
+
grid-column: 1;
|
|
3162
|
+
grid-row: 1;
|
|
3163
|
+
}
|
|
3164
|
+
.pkt-header-global__content {
|
|
3165
|
+
grid-column: 2;
|
|
3166
|
+
grid-row: 1;
|
|
3167
|
+
justify-self: end;
|
|
3168
|
+
max-width: 100%;
|
|
3169
|
+
}
|
|
3170
|
+
.pkt-header-global__user {
|
|
3171
|
+
grid-column: 3;
|
|
3172
|
+
grid-row: 1;
|
|
3173
|
+
}
|
|
3174
|
+
.pkt-header-global--mobile .pkt-header-global__user {
|
|
3175
|
+
grid-column: 1/-1;
|
|
3176
|
+
grid-row: 2;
|
|
3177
|
+
justify-self: stretch;
|
|
3178
|
+
padding: 0;
|
|
3179
|
+
}
|
|
3180
|
+
.pkt-header-global__logo-area {
|
|
3181
|
+
align-items: center;
|
|
3182
|
+
display: inline-flex;
|
|
3183
|
+
padding-left: 2rem;
|
|
3184
|
+
}
|
|
3185
|
+
.pkt-header-global--tablet .pkt-header-global__logo-area {
|
|
3186
|
+
padding-left: 1rem;
|
|
3187
|
+
}
|
|
3188
|
+
.pkt-header-global--mobile .pkt-header-global__logo-area {
|
|
3189
|
+
padding-left: 0.5rem;
|
|
3190
|
+
}
|
|
3191
|
+
.pkt-header-global__content, .pkt-header-global__user {
|
|
3192
|
+
align-items: center;
|
|
3193
|
+
display: inline-flex;
|
|
3194
|
+
min-width: 0;
|
|
3195
|
+
}
|
|
3196
|
+
.pkt-header-global__content {
|
|
3197
|
+
column-gap: 1.5rem;
|
|
3198
|
+
}
|
|
3199
|
+
.pkt-header-global--tablet .pkt-header-global__content {
|
|
3200
|
+
column-gap: 0.5rem;
|
|
3201
|
+
}
|
|
3202
|
+
.pkt-header-global--mobile .pkt-header-global__content {
|
|
3203
|
+
column-gap: 0.5rem;
|
|
3204
|
+
padding-right: 0.5rem;
|
|
3205
|
+
}
|
|
3206
|
+
.pkt-header-global__menu-toggle, .pkt-header-global__contact {
|
|
3207
|
+
flex: 0 0 auto;
|
|
3208
|
+
}
|
|
3209
|
+
.pkt-header-global__user {
|
|
3210
|
+
justify-self: end;
|
|
3211
|
+
padding-right: 2rem;
|
|
3212
|
+
}
|
|
3213
|
+
.pkt-header-global--tablet:not(.pkt-header-global--mobile) .pkt-header-global__user {
|
|
3214
|
+
padding-right: 1rem;
|
|
3215
|
+
}
|
|
3216
|
+
.pkt-header-global__user-container {
|
|
3217
|
+
position: relative;
|
|
3218
|
+
flex: 0 0 auto;
|
|
3219
|
+
}
|
|
3220
|
+
.pkt-header-global__user-container.is-open {
|
|
3221
|
+
z-index: 100;
|
|
3222
|
+
}
|
|
3223
|
+
.pkt-header-global__logo {
|
|
3224
|
+
--fg-color: var(--pkt-color-text-body-default);
|
|
3225
|
+
flex: 0 0 auto;
|
|
3226
|
+
display: flex;
|
|
3227
|
+
align-items: center;
|
|
3228
|
+
}
|
|
3229
|
+
.pkt-header-global__logo a,
|
|
3230
|
+
.pkt-header-global__logo button {
|
|
3231
|
+
display: flex;
|
|
3232
|
+
align-items: center;
|
|
3233
|
+
}
|
|
3234
|
+
.pkt-header-global__logo svg {
|
|
3235
|
+
aspect-ratio: 6/3;
|
|
3236
|
+
height: 4rem;
|
|
3237
|
+
}
|
|
3238
|
+
.pkt-header-global--mobile .pkt-header-global__logo svg {
|
|
3239
|
+
height: 3.2rem;
|
|
3240
|
+
}
|
|
3241
|
+
.pkt-header-global__search {
|
|
3242
|
+
flex: 0 1 auto;
|
|
3243
|
+
width: 22rem;
|
|
3244
|
+
max-width: 100%;
|
|
3245
|
+
min-width: 0;
|
|
3246
|
+
}
|
|
3247
|
+
.pkt-header-global__search .pkt-searchinput,
|
|
3248
|
+
.pkt-header-global__search .pkt-searchinput__field {
|
|
3249
|
+
width: 100%;
|
|
3250
|
+
}
|
|
3251
|
+
.pkt-header-global__contact {
|
|
3252
|
+
flex: 0 0 auto;
|
|
3253
|
+
white-space: nowrap;
|
|
3254
|
+
}
|
|
3255
|
+
.pkt-header-global__user-button {
|
|
3256
|
+
max-width: 20rem;
|
|
3257
|
+
}
|
|
3258
|
+
.pkt-header-global__user-button .pkt-btn__text {
|
|
3259
|
+
overflow: hidden;
|
|
3260
|
+
text-overflow: ellipsis;
|
|
3261
|
+
white-space: nowrap;
|
|
3262
|
+
min-width: 0;
|
|
3263
|
+
flex: 1 1 auto;
|
|
3264
|
+
}
|
|
3265
|
+
.pkt-header-global__user-menu {
|
|
3266
|
+
position: absolute;
|
|
3267
|
+
right: 0;
|
|
3268
|
+
width: max(15.5rem, 100%);
|
|
3269
|
+
max-width: min(32rem, 90vw);
|
|
3270
|
+
}
|
|
3271
|
+
.pkt-header-global__user-menu.is-open {
|
|
3272
|
+
z-index: 100;
|
|
3273
|
+
}
|
|
3274
|
+
.pkt-header-global__search-toggle, .pkt-header-global__search-toggle button {
|
|
3275
|
+
flex: 0 0 auto;
|
|
3276
|
+
border-radius: 50%;
|
|
3277
|
+
}
|
|
3278
|
+
.pkt-header-global--mobile .pkt-header-global__menu-toggle, .pkt-header-global--mobile .pkt-header-global__menu-toggle button {
|
|
3279
|
+
border-radius: 50%;
|
|
3280
|
+
}
|
|
3281
|
+
.pkt-header-global__menu, .pkt-header-global__search-panel {
|
|
3282
|
+
position: fixed;
|
|
3283
|
+
top: max(0px, var(--pkt-header-global-top, 0px) + 6.5rem);
|
|
3284
|
+
left: 0;
|
|
3285
|
+
right: 0;
|
|
3286
|
+
bottom: 0;
|
|
3287
|
+
z-index: 90;
|
|
3288
|
+
background-color: rgba(0, 0, 0, 0.55);
|
|
3289
|
+
overflow-y: auto;
|
|
3290
|
+
overscroll-behavior: contain;
|
|
3291
|
+
-webkit-overflow-scrolling: touch;
|
|
3292
|
+
}
|
|
3293
|
+
.pkt-header-global__menu--tablet, .pkt-header-global__menu--mobile, .pkt-header-global__search-panel--tablet, .pkt-header-global__search-panel--mobile {
|
|
3294
|
+
top: max(0px, var(--pkt-header-global-top, 0px) + 5.5rem);
|
|
3295
|
+
}
|
|
3296
|
+
.pkt-header-global__menu .pkt-header-menu {
|
|
3297
|
+
width: min(var(--pkt-header-global-width, 100%), 75rem);
|
|
3298
|
+
margin: 0 0 0 calc(var(--pkt-header-global-left, 0px) + max(0px, (var(--pkt-header-global-width, 100%) - 75rem) / 2));
|
|
3299
|
+
box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
|
|
3300
|
+
}
|
|
3301
|
+
.pkt-header-global__search-panel-inner {
|
|
3302
|
+
margin-left: var(--pkt-header-global-left, 0px);
|
|
3303
|
+
width: var(--pkt-header-global-width, 100%);
|
|
3304
|
+
background-color: var(--pkt-color-background-default);
|
|
3305
|
+
border-bottom: 1px solid var(--pkt-color-border-subtle);
|
|
3306
|
+
box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
|
|
3307
|
+
padding: 1rem;
|
|
3308
|
+
}
|
|
3309
|
+
.pkt-header-global__search-panel-inner .pkt-searchinput,
|
|
3310
|
+
.pkt-header-global__search-panel-inner .pkt-searchinput__field {
|
|
3311
|
+
width: 100%;
|
|
3312
|
+
}
|
|
3313
|
+
|
|
3314
|
+
.pkt-header-global.pkt-header-global--mobile .pkt-header-global__user-container {
|
|
3315
|
+
background-color: var(--pkt-color-background-default);
|
|
3316
|
+
height: 3.5rem;
|
|
3317
|
+
width: 100%;
|
|
3318
|
+
z-index: 99;
|
|
3319
|
+
}
|
|
3320
|
+
.pkt-header-global.pkt-header-global--mobile .pkt-header-global__user-button:is(button), .pkt-header-global.pkt-header-global--mobile .pkt-header-global__user-button button {
|
|
3321
|
+
height: 100%;
|
|
3322
|
+
padding: 0 1.5rem;
|
|
3323
|
+
width: 100%;
|
|
3324
|
+
max-width: 100%;
|
|
3325
|
+
border: none;
|
|
3326
|
+
border-top: 1px solid var(--pkt-color-border-subtle, #f2f2f2);
|
|
3327
|
+
border-bottom: 1px solid var(--pkt-color-border-subtle, #f2f2f2);
|
|
3328
|
+
}
|
|
3329
|
+
.pkt-header-global.pkt-header-global--mobile .pkt-header-global__user-button:not(button) {
|
|
3330
|
+
display: contents;
|
|
3331
|
+
}
|
|
3332
|
+
.pkt-header-global.pkt-header-global--mobile .pkt-header-global__user-menu {
|
|
3333
|
+
max-width: 100%;
|
|
3334
|
+
position: unset;
|
|
3335
|
+
}
|
|
3336
|
+
|
|
2712
3337
|
/*
|
|
2713
3338
|
* Header menu (global mega menu)
|
|
2714
3339
|
*/
|
|
@@ -2717,25 +3342,30 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
2717
3342
|
background-color: var(--pkt-color-background-default);
|
|
2718
3343
|
color: var(--pkt-color-text-body-default);
|
|
2719
3344
|
width: 100%;
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
@media screen and (min-width: 48rem) {
|
|
2723
|
-
.pkt-header-menu {
|
|
2724
|
-
padding-bottom: 0;
|
|
2725
|
-
}
|
|
3345
|
+
container-type: inline-size;
|
|
3346
|
+
container-name: pkt-header-menu;
|
|
2726
3347
|
}
|
|
2727
3348
|
.pkt-header-menu--open {
|
|
2728
3349
|
display: block;
|
|
2729
3350
|
}
|
|
2730
3351
|
.pkt-header-menu__services {
|
|
2731
|
-
max-width:
|
|
3352
|
+
max-width: 75rem;
|
|
2732
3353
|
margin: 0 auto;
|
|
2733
3354
|
padding-top: 2rem;
|
|
2734
3355
|
padding-bottom: 1rem;
|
|
2735
3356
|
}
|
|
2736
|
-
@
|
|
2737
|
-
|
|
2738
|
-
|
|
3357
|
+
@supports not (container-type: inline-size) {
|
|
3358
|
+
@media screen and (min-width: 48rem) {
|
|
3359
|
+
.pkt-header-menu__services {
|
|
3360
|
+
padding: 3.25rem;
|
|
3361
|
+
}
|
|
3362
|
+
}
|
|
3363
|
+
}
|
|
3364
|
+
@supports (container-type: inline-size) {
|
|
3365
|
+
@container pkt-header-menu (min-width: 48rem) {
|
|
3366
|
+
.pkt-header-menu__services {
|
|
3367
|
+
padding: 3.25rem;
|
|
3368
|
+
}
|
|
2739
3369
|
}
|
|
2740
3370
|
}
|
|
2741
3371
|
.pkt-header-menu__services-title, .pkt-header-menu__section-title {
|
|
@@ -2746,17 +3376,38 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
2746
3376
|
margin: 0 0 2rem;
|
|
2747
3377
|
display: none;
|
|
2748
3378
|
}
|
|
2749
|
-
@
|
|
2750
|
-
|
|
2751
|
-
|
|
3379
|
+
@supports not (container-type: inline-size) {
|
|
3380
|
+
@media screen and (min-width: 48rem) {
|
|
3381
|
+
.pkt-header-menu__services-title, .pkt-header-menu__section-title {
|
|
3382
|
+
display: block;
|
|
3383
|
+
}
|
|
2752
3384
|
}
|
|
2753
3385
|
}
|
|
2754
|
-
@
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
3386
|
+
@supports (container-type: inline-size) {
|
|
3387
|
+
@container pkt-header-menu (min-width: 48rem) {
|
|
3388
|
+
.pkt-header-menu__services-title, .pkt-header-menu__section-title {
|
|
3389
|
+
display: block;
|
|
3390
|
+
}
|
|
3391
|
+
}
|
|
3392
|
+
}
|
|
3393
|
+
@supports not (container-type: inline-size) {
|
|
3394
|
+
@media screen and (min-width: 64rem) {
|
|
3395
|
+
.pkt-header-menu__services-title, .pkt-header-menu__section-title {
|
|
3396
|
+
letter-spacing: -0.2px;
|
|
3397
|
+
font-weight: 500;
|
|
3398
|
+
font-size: 1.375rem;
|
|
3399
|
+
line-height: 2.125rem;
|
|
3400
|
+
}
|
|
3401
|
+
}
|
|
3402
|
+
}
|
|
3403
|
+
@supports (container-type: inline-size) {
|
|
3404
|
+
@container pkt-header-menu (min-width: 64rem) {
|
|
3405
|
+
.pkt-header-menu__services-title, .pkt-header-menu__section-title {
|
|
3406
|
+
letter-spacing: -0.2px;
|
|
3407
|
+
font-weight: 500;
|
|
3408
|
+
font-size: 1.375rem;
|
|
3409
|
+
line-height: 2.125rem;
|
|
3410
|
+
}
|
|
2760
3411
|
}
|
|
2761
3412
|
}
|
|
2762
3413
|
.pkt-header-menu__services-title {
|
|
@@ -2770,84 +3421,166 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
2770
3421
|
grid-template-columns: 1fr;
|
|
2771
3422
|
gap: 1.25rem;
|
|
2772
3423
|
}
|
|
2773
|
-
@
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
3424
|
+
@supports not (container-type: inline-size) {
|
|
3425
|
+
@media screen and (min-width: 48rem) {
|
|
3426
|
+
.pkt-header-menu__services-list {
|
|
3427
|
+
grid-template-columns: repeat(4, 1fr);
|
|
3428
|
+
row-gap: 2.5rem;
|
|
3429
|
+
}
|
|
3430
|
+
}
|
|
3431
|
+
}
|
|
3432
|
+
@supports (container-type: inline-size) {
|
|
3433
|
+
@container pkt-header-menu (min-width: 48rem) {
|
|
3434
|
+
.pkt-header-menu__services-list {
|
|
3435
|
+
grid-template-columns: repeat(4, 1fr);
|
|
3436
|
+
row-gap: 2.5rem;
|
|
3437
|
+
}
|
|
2777
3438
|
}
|
|
2778
3439
|
}
|
|
2779
3440
|
.pkt-header-menu__buttons {
|
|
2780
3441
|
display: none;
|
|
2781
|
-
max-width:
|
|
3442
|
+
max-width: 75rem;
|
|
2782
3443
|
margin: 0 auto;
|
|
2783
3444
|
padding-top: 2rem;
|
|
2784
3445
|
padding-bottom: 1rem;
|
|
2785
3446
|
}
|
|
2786
|
-
@
|
|
2787
|
-
|
|
2788
|
-
|
|
3447
|
+
@supports not (container-type: inline-size) {
|
|
3448
|
+
@media screen and (min-width: 48rem) {
|
|
3449
|
+
.pkt-header-menu__buttons {
|
|
3450
|
+
padding: 3.25rem;
|
|
3451
|
+
}
|
|
2789
3452
|
}
|
|
2790
3453
|
}
|
|
2791
|
-
@
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
padding-top: 0;
|
|
3454
|
+
@supports (container-type: inline-size) {
|
|
3455
|
+
@container pkt-header-menu (min-width: 48rem) {
|
|
3456
|
+
.pkt-header-menu__buttons {
|
|
3457
|
+
padding: 3.25rem;
|
|
3458
|
+
}
|
|
2797
3459
|
}
|
|
2798
3460
|
}
|
|
2799
|
-
@
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
3461
|
+
@supports not (container-type: inline-size) {
|
|
3462
|
+
@media screen and (min-width: 48rem) {
|
|
3463
|
+
.pkt-header-menu__buttons {
|
|
3464
|
+
display: flex;
|
|
3465
|
+
gap: 1rem;
|
|
3466
|
+
flex-wrap: wrap;
|
|
3467
|
+
padding-top: 0;
|
|
3468
|
+
}
|
|
3469
|
+
}
|
|
3470
|
+
}
|
|
3471
|
+
@supports (container-type: inline-size) {
|
|
3472
|
+
@container pkt-header-menu (min-width: 48rem) {
|
|
3473
|
+
.pkt-header-menu__buttons {
|
|
3474
|
+
display: flex;
|
|
3475
|
+
gap: 1rem;
|
|
3476
|
+
flex-wrap: wrap;
|
|
3477
|
+
padding-top: 0;
|
|
3478
|
+
}
|
|
3479
|
+
}
|
|
3480
|
+
}
|
|
3481
|
+
@supports not (container-type: inline-size) {
|
|
3482
|
+
@media screen and (min-width: 64rem) {
|
|
3483
|
+
.pkt-header-menu__buttons .pkt-btn__text {
|
|
3484
|
+
letter-spacing: -0.2px;
|
|
3485
|
+
font-weight: 500;
|
|
3486
|
+
font-size: 1.125rem;
|
|
3487
|
+
line-height: 1.75rem;
|
|
3488
|
+
}
|
|
3489
|
+
}
|
|
3490
|
+
}
|
|
3491
|
+
@supports (container-type: inline-size) {
|
|
3492
|
+
@container pkt-header-menu (min-width: 64rem) {
|
|
3493
|
+
.pkt-header-menu__buttons .pkt-btn__text {
|
|
3494
|
+
letter-spacing: -0.2px;
|
|
3495
|
+
font-weight: 500;
|
|
3496
|
+
font-size: 1.125rem;
|
|
3497
|
+
line-height: 1.75rem;
|
|
3498
|
+
}
|
|
2805
3499
|
}
|
|
2806
3500
|
}
|
|
2807
3501
|
.pkt-header-menu__buttons--mobile {
|
|
2808
3502
|
padding: 0 1rem;
|
|
2809
3503
|
display: flex;
|
|
2810
3504
|
}
|
|
2811
|
-
@
|
|
2812
|
-
|
|
2813
|
-
|
|
3505
|
+
@supports not (container-type: inline-size) {
|
|
3506
|
+
@media screen and (min-width: 48rem) {
|
|
3507
|
+
.pkt-header-menu__buttons--mobile {
|
|
3508
|
+
display: none;
|
|
3509
|
+
}
|
|
2814
3510
|
}
|
|
2815
3511
|
}
|
|
2816
|
-
@
|
|
2817
|
-
|
|
2818
|
-
|
|
3512
|
+
@supports (container-type: inline-size) {
|
|
3513
|
+
@container pkt-header-menu (min-width: 48rem) {
|
|
3514
|
+
.pkt-header-menu__buttons--mobile {
|
|
3515
|
+
display: none;
|
|
3516
|
+
}
|
|
2819
3517
|
}
|
|
2820
|
-
|
|
2821
|
-
|
|
3518
|
+
}
|
|
3519
|
+
@supports not (container-type: inline-size) {
|
|
3520
|
+
@media screen and (min-width: 48rem) {
|
|
3521
|
+
.pkt-header-menu__sections {
|
|
3522
|
+
background-color: var(--pkt-color-surface-strong-gray);
|
|
3523
|
+
}
|
|
3524
|
+
[data-mode=dark] .pkt-header-menu__sections {
|
|
3525
|
+
background-color: var(--pkt-color-background-default);
|
|
3526
|
+
}
|
|
3527
|
+
}
|
|
3528
|
+
}
|
|
3529
|
+
@supports (container-type: inline-size) {
|
|
3530
|
+
@container pkt-header-menu (min-width: 48rem) {
|
|
3531
|
+
.pkt-header-menu__sections {
|
|
3532
|
+
background-color: var(--pkt-color-surface-strong-gray);
|
|
3533
|
+
}
|
|
3534
|
+
[data-mode=dark] .pkt-header-menu__sections {
|
|
3535
|
+
background-color: var(--pkt-color-background-default);
|
|
3536
|
+
}
|
|
2822
3537
|
}
|
|
2823
3538
|
}
|
|
2824
3539
|
.pkt-header-menu__sections-inner {
|
|
2825
|
-
max-width:
|
|
3540
|
+
max-width: 75rem;
|
|
2826
3541
|
margin: 0 auto;
|
|
2827
3542
|
padding-top: 2rem;
|
|
2828
3543
|
padding-bottom: 1rem;
|
|
2829
3544
|
}
|
|
2830
|
-
@
|
|
2831
|
-
|
|
2832
|
-
|
|
3545
|
+
@supports not (container-type: inline-size) {
|
|
3546
|
+
@media screen and (min-width: 48rem) {
|
|
3547
|
+
.pkt-header-menu__sections-inner {
|
|
3548
|
+
padding: 3.25rem;
|
|
3549
|
+
}
|
|
2833
3550
|
}
|
|
2834
3551
|
}
|
|
2835
|
-
@
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
3552
|
+
@supports (container-type: inline-size) {
|
|
3553
|
+
@container pkt-header-menu (min-width: 48rem) {
|
|
3554
|
+
.pkt-header-menu__sections-inner {
|
|
3555
|
+
padding: 3.25rem;
|
|
3556
|
+
}
|
|
2840
3557
|
}
|
|
2841
3558
|
}
|
|
2842
|
-
@
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
3559
|
+
@supports not (container-type: inline-size) {
|
|
3560
|
+
@media screen and (min-width: 48rem) {
|
|
3561
|
+
.pkt-header-menu__sections-inner {
|
|
3562
|
+
display: grid;
|
|
3563
|
+
grid-template-columns: repeat(4, 1fr);
|
|
3564
|
+
gap: 2rem;
|
|
3565
|
+
}
|
|
2849
3566
|
}
|
|
2850
3567
|
}
|
|
3568
|
+
@supports (container-type: inline-size) {
|
|
3569
|
+
@container pkt-header-menu (min-width: 48rem) {
|
|
3570
|
+
.pkt-header-menu__sections-inner {
|
|
3571
|
+
display: grid;
|
|
3572
|
+
grid-template-columns: repeat(4, 1fr);
|
|
3573
|
+
gap: 2rem;
|
|
3574
|
+
}
|
|
3575
|
+
}
|
|
3576
|
+
}
|
|
3577
|
+
.pkt-header-menu__section .pkt-accordion-item__title {
|
|
3578
|
+
letter-spacing: -0.2px;
|
|
3579
|
+
font-weight: 500;
|
|
3580
|
+
font-size: 1.125rem;
|
|
3581
|
+
line-height: 1.75rem;
|
|
3582
|
+
padding: 0.5rem 1rem;
|
|
3583
|
+
}
|
|
2851
3584
|
.pkt-header-menu__section-list {
|
|
2852
3585
|
list-style: none;
|
|
2853
3586
|
margin: 0;
|
|
@@ -2856,9 +3589,18 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
2856
3589
|
flex-direction: column;
|
|
2857
3590
|
gap: 1rem;
|
|
2858
3591
|
}
|
|
2859
|
-
@
|
|
2860
|
-
|
|
2861
|
-
|
|
3592
|
+
@supports not (container-type: inline-size) {
|
|
3593
|
+
@media screen and (min-width: 48rem) {
|
|
3594
|
+
.pkt-header-menu__section-list {
|
|
3595
|
+
row-gap: 1rem;
|
|
3596
|
+
}
|
|
3597
|
+
}
|
|
3598
|
+
}
|
|
3599
|
+
@supports (container-type: inline-size) {
|
|
3600
|
+
@container pkt-header-menu (min-width: 48rem) {
|
|
3601
|
+
.pkt-header-menu__section-list {
|
|
3602
|
+
row-gap: 1rem;
|
|
3603
|
+
}
|
|
2862
3604
|
}
|
|
2863
3605
|
}
|
|
2864
3606
|
.pkt-header-menu__section-link {
|
|
@@ -2872,12 +3614,24 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
2872
3614
|
text-underline-position: from-font;
|
|
2873
3615
|
line-height: 1.5;
|
|
2874
3616
|
}
|
|
2875
|
-
@
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
3617
|
+
@supports not (container-type: inline-size) {
|
|
3618
|
+
@media screen and (min-width: 64rem) {
|
|
3619
|
+
.pkt-header-menu__section-link {
|
|
3620
|
+
letter-spacing: -0.2px;
|
|
3621
|
+
font-weight: 300;
|
|
3622
|
+
font-size: 1.125rem;
|
|
3623
|
+
line-height: 1.75rem;
|
|
3624
|
+
}
|
|
3625
|
+
}
|
|
3626
|
+
}
|
|
3627
|
+
@supports (container-type: inline-size) {
|
|
3628
|
+
@container pkt-header-menu (min-width: 64rem) {
|
|
3629
|
+
.pkt-header-menu__section-link {
|
|
3630
|
+
letter-spacing: -0.2px;
|
|
3631
|
+
font-weight: 300;
|
|
3632
|
+
font-size: 1.125rem;
|
|
3633
|
+
line-height: 1.75rem;
|
|
3634
|
+
}
|
|
2881
3635
|
}
|
|
2882
3636
|
}
|
|
2883
3637
|
.pkt-header-menu__section-link:hover, .pkt-header-menu__section-link:focus-visible {
|
|
@@ -2897,12 +3651,24 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
2897
3651
|
font-size: 1rem;
|
|
2898
3652
|
line-height: 1.5rem;
|
|
2899
3653
|
}
|
|
2900
|
-
@
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
3654
|
+
@supports not (container-type: inline-size) {
|
|
3655
|
+
@media screen and (min-width: 64rem) {
|
|
3656
|
+
.pkt-header-menu__service-link {
|
|
3657
|
+
letter-spacing: -0.2px;
|
|
3658
|
+
font-weight: 300;
|
|
3659
|
+
font-size: 1.125rem;
|
|
3660
|
+
line-height: 1.75rem;
|
|
3661
|
+
}
|
|
3662
|
+
}
|
|
3663
|
+
}
|
|
3664
|
+
@supports (container-type: inline-size) {
|
|
3665
|
+
@container pkt-header-menu (min-width: 64rem) {
|
|
3666
|
+
.pkt-header-menu__service-link {
|
|
3667
|
+
letter-spacing: -0.2px;
|
|
3668
|
+
font-weight: 300;
|
|
3669
|
+
font-size: 1.125rem;
|
|
3670
|
+
line-height: 1.75rem;
|
|
3671
|
+
}
|
|
2906
3672
|
}
|
|
2907
3673
|
}
|
|
2908
3674
|
.pkt-header-menu__service-link:hover .pkt-header-menu__service-text, .pkt-header-menu__service-link:focus-visible .pkt-header-menu__service-text {
|
|
@@ -2915,10 +3681,20 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
2915
3681
|
width: 1.5rem;
|
|
2916
3682
|
height: 1.5rem;
|
|
2917
3683
|
}
|
|
2918
|
-
@
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
3684
|
+
@supports not (container-type: inline-size) {
|
|
3685
|
+
@media screen and (min-width: 48rem) {
|
|
3686
|
+
.pkt-header-menu__service-icon {
|
|
3687
|
+
width: 2rem;
|
|
3688
|
+
height: 2rem;
|
|
3689
|
+
}
|
|
3690
|
+
}
|
|
3691
|
+
}
|
|
3692
|
+
@supports (container-type: inline-size) {
|
|
3693
|
+
@container pkt-header-menu (min-width: 48rem) {
|
|
3694
|
+
.pkt-header-menu__service-icon {
|
|
3695
|
+
width: 2rem;
|
|
3696
|
+
height: 2rem;
|
|
3697
|
+
}
|
|
2922
3698
|
}
|
|
2923
3699
|
}
|
|
2924
3700
|
.pkt-header-menu__service-icon svg {
|
|
@@ -2929,28 +3705,49 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
2929
3705
|
min-width: 0;
|
|
2930
3706
|
}
|
|
2931
3707
|
.pkt-header-menu__footer {
|
|
2932
|
-
max-width:
|
|
3708
|
+
max-width: 75rem;
|
|
2933
3709
|
margin: 0 auto;
|
|
2934
3710
|
padding-top: 2rem;
|
|
2935
3711
|
padding-bottom: 1rem;
|
|
2936
3712
|
}
|
|
2937
|
-
@
|
|
2938
|
-
|
|
2939
|
-
|
|
3713
|
+
@supports not (container-type: inline-size) {
|
|
3714
|
+
@media screen and (min-width: 48rem) {
|
|
3715
|
+
.pkt-header-menu__footer {
|
|
3716
|
+
padding: 3.25rem;
|
|
3717
|
+
}
|
|
3718
|
+
}
|
|
3719
|
+
}
|
|
3720
|
+
@supports (container-type: inline-size) {
|
|
3721
|
+
@container pkt-header-menu (min-width: 48rem) {
|
|
3722
|
+
.pkt-header-menu__footer {
|
|
3723
|
+
padding: 3.25rem;
|
|
3724
|
+
}
|
|
2940
3725
|
}
|
|
2941
3726
|
}
|
|
2942
3727
|
.pkt-header-menu__footer {
|
|
2943
|
-
padding: 1.5rem 1rem
|
|
3728
|
+
padding: 1.5rem 1rem 3rem;
|
|
2944
3729
|
display: flex;
|
|
2945
3730
|
flex-direction: column;
|
|
2946
3731
|
gap: 1.5rem;
|
|
2947
3732
|
}
|
|
2948
|
-
@
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
3733
|
+
@supports not (container-type: inline-size) {
|
|
3734
|
+
@media screen and (min-width: 48rem) {
|
|
3735
|
+
.pkt-header-menu__footer {
|
|
3736
|
+
flex-direction: row;
|
|
3737
|
+
justify-content: space-between;
|
|
3738
|
+
align-items: center;
|
|
3739
|
+
padding: 2rem 3.25rem;
|
|
3740
|
+
}
|
|
3741
|
+
}
|
|
3742
|
+
}
|
|
3743
|
+
@supports (container-type: inline-size) {
|
|
3744
|
+
@container pkt-header-menu (min-width: 48rem) {
|
|
3745
|
+
.pkt-header-menu__footer {
|
|
3746
|
+
flex-direction: row;
|
|
3747
|
+
justify-content: space-between;
|
|
3748
|
+
align-items: center;
|
|
3749
|
+
padding: 2rem 3.25rem;
|
|
3750
|
+
}
|
|
2954
3751
|
}
|
|
2955
3752
|
}
|
|
2956
3753
|
.pkt-header-menu__footer-list {
|
|
@@ -2961,33 +3758,66 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
2961
3758
|
flex-direction: column;
|
|
2962
3759
|
gap: 0.75rem;
|
|
2963
3760
|
}
|
|
2964
|
-
@
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
3761
|
+
@supports not (container-type: inline-size) {
|
|
3762
|
+
@media screen and (min-width: 48rem) {
|
|
3763
|
+
.pkt-header-menu__footer-list {
|
|
3764
|
+
flex-direction: row;
|
|
3765
|
+
gap: 0rem;
|
|
3766
|
+
}
|
|
3767
|
+
.pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) {
|
|
3768
|
+
line-height: 1;
|
|
3769
|
+
}
|
|
3770
|
+
.pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > * {
|
|
3771
|
+
border-right: 1px solid currentColor;
|
|
3772
|
+
padding: 0 2rem;
|
|
3773
|
+
}
|
|
3774
|
+
.pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > *:first-child {
|
|
3775
|
+
padding-left: 0;
|
|
3776
|
+
}
|
|
3777
|
+
.pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > *:last-child {
|
|
3778
|
+
border-right: none;
|
|
3779
|
+
padding-right: 0;
|
|
3780
|
+
}
|
|
2978
3781
|
}
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
3782
|
+
}
|
|
3783
|
+
@supports (container-type: inline-size) {
|
|
3784
|
+
@container pkt-header-menu (min-width: 48rem) {
|
|
3785
|
+
.pkt-header-menu__footer-list {
|
|
3786
|
+
flex-direction: row;
|
|
3787
|
+
gap: 0rem;
|
|
3788
|
+
}
|
|
3789
|
+
.pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) {
|
|
3790
|
+
line-height: 1;
|
|
3791
|
+
}
|
|
3792
|
+
.pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > * {
|
|
3793
|
+
border-right: 1px solid currentColor;
|
|
3794
|
+
padding: 0 2rem;
|
|
3795
|
+
}
|
|
3796
|
+
.pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > *:first-child {
|
|
3797
|
+
padding-left: 0;
|
|
3798
|
+
}
|
|
3799
|
+
.pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > *:last-child {
|
|
3800
|
+
border-right: none;
|
|
3801
|
+
padding-right: 0;
|
|
3802
|
+
}
|
|
2982
3803
|
}
|
|
2983
3804
|
}
|
|
2984
3805
|
.pkt-header-menu__footer-list--social {
|
|
2985
3806
|
flex-direction: row;
|
|
2986
3807
|
gap: 1rem;
|
|
2987
3808
|
}
|
|
2988
|
-
@
|
|
2989
|
-
|
|
2990
|
-
|
|
3809
|
+
@supports not (container-type: inline-size) {
|
|
3810
|
+
@media screen and (min-width: 48rem) {
|
|
3811
|
+
.pkt-header-menu__footer-list--social {
|
|
3812
|
+
gap: 2rem;
|
|
3813
|
+
}
|
|
3814
|
+
}
|
|
3815
|
+
}
|
|
3816
|
+
@supports (container-type: inline-size) {
|
|
3817
|
+
@container pkt-header-menu (min-width: 48rem) {
|
|
3818
|
+
.pkt-header-menu__footer-list--social {
|
|
3819
|
+
gap: 2rem;
|
|
3820
|
+
}
|
|
2991
3821
|
}
|
|
2992
3822
|
}
|
|
2993
3823
|
.pkt-header-menu__footer-link {
|
|
@@ -2998,12 +3828,24 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
2998
3828
|
color: var(--pkt-color-text-body-default);
|
|
2999
3829
|
text-decoration: none;
|
|
3000
3830
|
}
|
|
3001
|
-
@
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3831
|
+
@supports not (container-type: inline-size) {
|
|
3832
|
+
@media screen and (min-width: 64rem) {
|
|
3833
|
+
.pkt-header-menu__footer-link {
|
|
3834
|
+
letter-spacing: -0.2px;
|
|
3835
|
+
font-weight: 300;
|
|
3836
|
+
font-size: 1.125rem;
|
|
3837
|
+
line-height: 1.75rem;
|
|
3838
|
+
}
|
|
3839
|
+
}
|
|
3840
|
+
}
|
|
3841
|
+
@supports (container-type: inline-size) {
|
|
3842
|
+
@container pkt-header-menu (min-width: 64rem) {
|
|
3843
|
+
.pkt-header-menu__footer-link {
|
|
3844
|
+
letter-spacing: -0.2px;
|
|
3845
|
+
font-weight: 300;
|
|
3846
|
+
font-size: 1.125rem;
|
|
3847
|
+
line-height: 1.75rem;
|
|
3848
|
+
}
|
|
3007
3849
|
}
|
|
3008
3850
|
}
|
|
3009
3851
|
.pkt-header-menu__footer-link:hover, .pkt-header-menu__footer-link:focus-visible {
|
|
@@ -3021,19 +3863,43 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
3021
3863
|
height: 2rem;
|
|
3022
3864
|
}
|
|
3023
3865
|
.pkt-header-menu__loading, .pkt-header-menu__error {
|
|
3024
|
-
max-width:
|
|
3866
|
+
max-width: 75rem;
|
|
3025
3867
|
margin: 0 auto;
|
|
3026
3868
|
padding-top: 2rem;
|
|
3027
3869
|
padding-bottom: 1rem;
|
|
3028
3870
|
}
|
|
3029
|
-
@
|
|
3030
|
-
|
|
3031
|
-
|
|
3871
|
+
@supports not (container-type: inline-size) {
|
|
3872
|
+
@media screen and (min-width: 48rem) {
|
|
3873
|
+
.pkt-header-menu__loading, .pkt-header-menu__error {
|
|
3874
|
+
padding: 3.25rem;
|
|
3875
|
+
}
|
|
3876
|
+
}
|
|
3877
|
+
}
|
|
3878
|
+
@supports (container-type: inline-size) {
|
|
3879
|
+
@container pkt-header-menu (min-width: 48rem) {
|
|
3880
|
+
.pkt-header-menu__loading, .pkt-header-menu__error {
|
|
3881
|
+
padding: 3.25rem;
|
|
3882
|
+
}
|
|
3032
3883
|
}
|
|
3033
3884
|
}
|
|
3034
3885
|
.pkt-header-menu__loading, .pkt-header-menu__error {
|
|
3035
3886
|
text-align: center;
|
|
3036
3887
|
color: var(--pkt-color-text-body-default);
|
|
3888
|
+
padding-bottom: 3rem;
|
|
3889
|
+
}
|
|
3890
|
+
@supports not (container-type: inline-size) {
|
|
3891
|
+
@media screen and (min-width: 48rem) {
|
|
3892
|
+
.pkt-header-menu__loading, .pkt-header-menu__error {
|
|
3893
|
+
padding-bottom: 3.25rem;
|
|
3894
|
+
}
|
|
3895
|
+
}
|
|
3896
|
+
}
|
|
3897
|
+
@supports (container-type: inline-size) {
|
|
3898
|
+
@container pkt-header-menu (min-width: 48rem) {
|
|
3899
|
+
.pkt-header-menu__loading, .pkt-header-menu__error {
|
|
3900
|
+
padding-bottom: 3.25rem;
|
|
3901
|
+
}
|
|
3902
|
+
}
|
|
3037
3903
|
}
|
|
3038
3904
|
|
|
3039
3905
|
/*
|
|
@@ -3118,6 +3984,25 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
3118
3984
|
z-index: 10;
|
|
3119
3985
|
background-color: var(--pkt-color-background-default);
|
|
3120
3986
|
border-bottom: 1px solid var(--pkt-color-border-subtle);
|
|
3987
|
+
}
|
|
3988
|
+
.pkt-header-service--fixed {
|
|
3989
|
+
width: 100vw;
|
|
3990
|
+
position: fixed;
|
|
3991
|
+
top: 0;
|
|
3992
|
+
left: 0;
|
|
3993
|
+
}
|
|
3994
|
+
.pkt-header-service--sticky {
|
|
3995
|
+
position: sticky;
|
|
3996
|
+
top: 0;
|
|
3997
|
+
}
|
|
3998
|
+
.pkt-header-service--scroll-to-hide {
|
|
3999
|
+
transform: translate3d(0, 0, 0);
|
|
4000
|
+
transition: 0.5s transform ease-in-out;
|
|
4001
|
+
}
|
|
4002
|
+
.pkt-header-service--hidden {
|
|
4003
|
+
transform: translate3d(0, -100%, 0);
|
|
4004
|
+
}
|
|
4005
|
+
.pkt-header-service {
|
|
3121
4006
|
display: grid;
|
|
3122
4007
|
align-items: center;
|
|
3123
4008
|
grid-template-columns: 1fr auto auto;
|
|
@@ -3135,19 +4020,6 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
3135
4020
|
.pkt-header-service--compact {
|
|
3136
4021
|
grid-template-rows: 4.5rem auto;
|
|
3137
4022
|
}
|
|
3138
|
-
.pkt-header-service--fixed {
|
|
3139
|
-
width: 100vw;
|
|
3140
|
-
position: fixed;
|
|
3141
|
-
top: 0;
|
|
3142
|
-
left: 0;
|
|
3143
|
-
}
|
|
3144
|
-
.pkt-header-service--scroll-to-hide {
|
|
3145
|
-
transform: translate3d(0, 0, 0);
|
|
3146
|
-
transition: 0.5s transform ease-in-out;
|
|
3147
|
-
}
|
|
3148
|
-
.pkt-header-service--hidden {
|
|
3149
|
-
transform: translate3d(0, -100%, 0);
|
|
3150
|
-
}
|
|
3151
4023
|
.pkt-header-service__logo-area, .pkt-header-service__content, .pkt-header-service__user {
|
|
3152
4024
|
display: inline-flex;
|
|
3153
4025
|
column-gap: 2rem;
|
|
@@ -3293,7 +4165,7 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
3293
4165
|
position: relative;
|
|
3294
4166
|
}
|
|
3295
4167
|
.pkt-header-service__user-button {
|
|
3296
|
-
max-width:
|
|
4168
|
+
max-width: 22.5rem;
|
|
3297
4169
|
}
|
|
3298
4170
|
.pkt-header-service__user-button .pkt-btn__text {
|
|
3299
4171
|
overflow: hidden;
|
|
@@ -3352,6 +4224,28 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
3352
4224
|
grid-template-rows: 4.5rem auto;
|
|
3353
4225
|
}
|
|
3354
4226
|
}
|
|
4227
|
+
.pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-container {
|
|
4228
|
+
background-color: var(--pkt-color-background-default);
|
|
4229
|
+
height: 3.5rem;
|
|
4230
|
+
width: 100%;
|
|
4231
|
+
z-index: 99;
|
|
4232
|
+
}
|
|
4233
|
+
.pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-button:is(button), .pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-button button {
|
|
4234
|
+
height: 100%;
|
|
4235
|
+
padding: 0 1.5rem;
|
|
4236
|
+
width: 100%;
|
|
4237
|
+
max-width: 100%;
|
|
4238
|
+
border: none;
|
|
4239
|
+
border-top: 1px solid var(--pkt-color-border-subtle, #f2f2f2);
|
|
4240
|
+
border-bottom: 1px solid var(--pkt-color-border-subtle, #f2f2f2);
|
|
4241
|
+
}
|
|
4242
|
+
.pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-button:not(button) {
|
|
4243
|
+
display: contents;
|
|
4244
|
+
}
|
|
4245
|
+
.pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-menu {
|
|
4246
|
+
max-width: 100%;
|
|
4247
|
+
position: unset;
|
|
4248
|
+
}
|
|
3355
4249
|
.pkt-header-service.pkt-header-service--mobile .pkt-header-service--compact {
|
|
3356
4250
|
grid-template-rows: 4rem auto;
|
|
3357
4251
|
}
|
|
@@ -3385,28 +4279,6 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
|
|
|
3385
4279
|
.pkt-header-service.pkt-header-service--mobile .pkt-header-service__mobile-menu {
|
|
3386
4280
|
background-color: var(--pkt-color-background-default);
|
|
3387
4281
|
}
|
|
3388
|
-
.pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-container {
|
|
3389
|
-
background-color: var(--pkt-color-background-default);
|
|
3390
|
-
height: 3.5rem;
|
|
3391
|
-
width: 100%;
|
|
3392
|
-
z-index: 99;
|
|
3393
|
-
}
|
|
3394
|
-
.pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-button:is(button), .pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-button button {
|
|
3395
|
-
height: 100%;
|
|
3396
|
-
padding: 0 1.5rem;
|
|
3397
|
-
width: 100%;
|
|
3398
|
-
max-width: 100%;
|
|
3399
|
-
border: none;
|
|
3400
|
-
border-top: 1px solid var(--pkt-color-border-subtle, #f2f2f2);
|
|
3401
|
-
border-bottom: 1px solid var(--pkt-color-border-subtle, #f2f2f2);
|
|
3402
|
-
}
|
|
3403
|
-
.pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-button:not(button) {
|
|
3404
|
-
display: contents;
|
|
3405
|
-
}
|
|
3406
|
-
.pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-menu {
|
|
3407
|
-
max-width: 100%;
|
|
3408
|
-
position: unset;
|
|
3409
|
-
}
|
|
3410
4282
|
.pkt-header-service.pkt-header-service--mobile .pkt-header-service__slot-content {
|
|
3411
4283
|
display: none;
|
|
3412
4284
|
}
|
|
@@ -3851,7 +4723,7 @@ pkt-input-wrapper {
|
|
|
3851
4723
|
.pkt-inputwrapper__label {
|
|
3852
4724
|
display: flex;
|
|
3853
4725
|
flex-direction: row;
|
|
3854
|
-
align-items:
|
|
4726
|
+
align-items: center;
|
|
3855
4727
|
gap: 0.5rem;
|
|
3856
4728
|
color: var(--pkt-color-text-body-default);
|
|
3857
4729
|
}
|
|
@@ -3867,7 +4739,7 @@ pkt-input-wrapper {
|
|
|
3867
4739
|
.pkt-inputwrapper__helptext-container {
|
|
3868
4740
|
display: flex;
|
|
3869
4741
|
flex-direction: column;
|
|
3870
|
-
gap: 0.
|
|
4742
|
+
gap: 0.5rem;
|
|
3871
4743
|
}
|
|
3872
4744
|
.pkt-inputwrapper__helptext {
|
|
3873
4745
|
width: min(100%, 31rem);
|
|
@@ -3894,6 +4766,12 @@ pkt-input-wrapper {
|
|
|
3894
4766
|
.pkt-inputwrapper__helptext > *:last-child {
|
|
3895
4767
|
margin-bottom: 0;
|
|
3896
4768
|
}
|
|
4769
|
+
.pkt-inputwrapper__helptext-expandable {
|
|
4770
|
+
display: flex;
|
|
4771
|
+
flex-direction: column;
|
|
4772
|
+
align-items: flex-start;
|
|
4773
|
+
gap: 0.25rem;
|
|
4774
|
+
}
|
|
3897
4775
|
.pkt-inputwrapper__helptext-expandable-heading {
|
|
3898
4776
|
margin: 0;
|
|
3899
4777
|
letter-spacing: -0.2px;
|
|
@@ -3905,7 +4783,6 @@ pkt-input-wrapper {
|
|
|
3905
4783
|
display: block;
|
|
3906
4784
|
border-left: 2px solid var(--pkt-color-text-body-dark);
|
|
3907
4785
|
padding: 0.5rem 1rem;
|
|
3908
|
-
margin-bottom: 0.25rem;
|
|
3909
4786
|
}
|
|
3910
4787
|
.pkt-inputwrapper__helptext-expandable-closed {
|
|
3911
4788
|
display: none;
|
|
@@ -3952,8 +4829,21 @@ pkt-input-wrapper {
|
|
|
3952
4829
|
width: min(100%, 31rem);
|
|
3953
4830
|
margin: 0 0 0.5rem 0;
|
|
3954
4831
|
}
|
|
3955
|
-
.pkt-
|
|
3956
|
-
|
|
4832
|
+
.pkt-inputwrapper__alert-wrapper {
|
|
4833
|
+
align-self: stretch;
|
|
4834
|
+
max-width: min(100%, 31rem);
|
|
4835
|
+
}
|
|
4836
|
+
.pkt-inputwrapper__alert-wrapper .pkt-alert {
|
|
4837
|
+
width: 100%;
|
|
4838
|
+
margin: 0;
|
|
4839
|
+
}
|
|
4840
|
+
.pkt-inputwrapper:has(.pkt-input--fullwidth) .pkt-inputwrapper__alert-wrapper {
|
|
4841
|
+
max-width: none;
|
|
4842
|
+
}
|
|
4843
|
+
.pkt-inputwrapper__fieldset > .pkt-alert {
|
|
4844
|
+
align-self: stretch;
|
|
4845
|
+
width: auto;
|
|
4846
|
+
max-width: min(100%, 31rem);
|
|
3957
4847
|
}
|
|
3958
4848
|
.pkt-inputwrapper .pkt-tag {
|
|
3959
4849
|
margin-left: 8px;
|
|
@@ -4005,10 +4895,46 @@ pkt-input-wrapper {
|
|
|
4005
4895
|
box-shadow: none;
|
|
4006
4896
|
outline: none;
|
|
4007
4897
|
}
|
|
4008
|
-
.pkt-inputwrapper--disabled .pkt-input__container:active .pkt-input {
|
|
4009
|
-
border-right: none;
|
|
4010
|
-
box-shadow: none;
|
|
4011
|
-
outline: none;
|
|
4898
|
+
.pkt-inputwrapper--disabled .pkt-input__container:active .pkt-input {
|
|
4899
|
+
border-right: none;
|
|
4900
|
+
box-shadow: none;
|
|
4901
|
+
outline: none;
|
|
4902
|
+
}
|
|
4903
|
+
.pkt-inputwrapper--small .pkt-inputwrapper__helptext-container, .pkt-inputwrapper--xsmall .pkt-inputwrapper__helptext-container {
|
|
4904
|
+
gap: 0.25rem;
|
|
4905
|
+
}
|
|
4906
|
+
.pkt-inputwrapper--small .pkt-inputwrapper__helptext,
|
|
4907
|
+
.pkt-inputwrapper--small .pkt-inputwrapper__helptext > .pkt-btn,
|
|
4908
|
+
.pkt-inputwrapper--small .pkt-inputwrapper__helptext-expandable .pkt-btn, .pkt-inputwrapper--xsmall .pkt-inputwrapper__helptext,
|
|
4909
|
+
.pkt-inputwrapper--xsmall .pkt-inputwrapper__helptext > .pkt-btn,
|
|
4910
|
+
.pkt-inputwrapper--xsmall .pkt-inputwrapper__helptext-expandable .pkt-btn {
|
|
4911
|
+
letter-spacing: -0.2px;
|
|
4912
|
+
font-weight: 300;
|
|
4913
|
+
font-size: 0.75rem;
|
|
4914
|
+
line-height: 1.25rem;
|
|
4915
|
+
}
|
|
4916
|
+
.pkt-inputwrapper--small .pkt-inputwrapper__helptext-expandable-heading, .pkt-inputwrapper--xsmall .pkt-inputwrapper__helptext-expandable-heading {
|
|
4917
|
+
letter-spacing: -0.2px;
|
|
4918
|
+
font-weight: 500;
|
|
4919
|
+
font-size: 1rem;
|
|
4920
|
+
line-height: 1.5rem;
|
|
4921
|
+
}
|
|
4922
|
+
.pkt-inputwrapper--small .pkt-inputwrapper__fieldset, .pkt-inputwrapper--xsmall .pkt-inputwrapper__fieldset {
|
|
4923
|
+
gap: 0.25rem;
|
|
4924
|
+
}
|
|
4925
|
+
.pkt-inputwrapper--small .pkt-inputwrapper__label,
|
|
4926
|
+
.pkt-inputwrapper--small .pkt-inputwrapper__legend {
|
|
4927
|
+
letter-spacing: -0.2px;
|
|
4928
|
+
font-weight: 500;
|
|
4929
|
+
font-size: 1rem;
|
|
4930
|
+
line-height: 1.5rem;
|
|
4931
|
+
}
|
|
4932
|
+
.pkt-inputwrapper--xsmall .pkt-inputwrapper__label,
|
|
4933
|
+
.pkt-inputwrapper--xsmall .pkt-inputwrapper__legend {
|
|
4934
|
+
letter-spacing: -0.2px;
|
|
4935
|
+
font-weight: 500;
|
|
4936
|
+
font-size: 0.875rem;
|
|
4937
|
+
line-height: 1.375rem;
|
|
4012
4938
|
}
|
|
4013
4939
|
|
|
4014
4940
|
[data-mode=dark] .pkt-inputwrapper {
|
|
@@ -4672,11 +5598,6 @@ pkt-listbox {
|
|
|
4672
5598
|
background-size: 100% 40px, 100% 50px, 100% 16px, 100% 16px;
|
|
4673
5599
|
}
|
|
4674
5600
|
|
|
4675
|
-
body.pkt-modal--open {
|
|
4676
|
-
overflow: hidden;
|
|
4677
|
-
scrollbar-gutter: stable;
|
|
4678
|
-
}
|
|
4679
|
-
|
|
4680
5601
|
.pkt-modal--small {
|
|
4681
5602
|
width: 480px;
|
|
4682
5603
|
}
|
|
@@ -5107,7 +6028,6 @@ pkt-messagebox {
|
|
|
5107
6028
|
transition: margin-left 0.5s ease;
|
|
5108
6029
|
}
|
|
5109
6030
|
|
|
5110
|
-
/* Common styles for all inputs */
|
|
5111
6031
|
.pkt-searchinput {
|
|
5112
6032
|
position: relative;
|
|
5113
6033
|
letter-spacing: -0.2px;
|
|
@@ -5115,9 +6035,64 @@ pkt-messagebox {
|
|
|
5115
6035
|
font-size: 1.125rem;
|
|
5116
6036
|
line-height: 1.75rem;
|
|
5117
6037
|
}
|
|
6038
|
+
.pkt-searchinput--small {
|
|
6039
|
+
letter-spacing: -0.2px;
|
|
6040
|
+
font-weight: 300;
|
|
6041
|
+
font-size: 1rem;
|
|
6042
|
+
line-height: 1.5rem;
|
|
6043
|
+
}
|
|
6044
|
+
.pkt-searchinput--small .pkt-inputwrapper__label {
|
|
6045
|
+
letter-spacing: -0.2px;
|
|
6046
|
+
font-weight: 500;
|
|
6047
|
+
font-size: 1rem;
|
|
6048
|
+
line-height: 1.5rem;
|
|
6049
|
+
}
|
|
6050
|
+
.pkt-searchinput--small .pkt-searchinput__suggestion {
|
|
6051
|
+
padding: 0.75rem;
|
|
6052
|
+
letter-spacing: -0.2px;
|
|
6053
|
+
font-weight: 300;
|
|
6054
|
+
font-size: 1rem;
|
|
6055
|
+
line-height: 1.5rem;
|
|
6056
|
+
}
|
|
6057
|
+
.pkt-searchinput--small .pkt-searchinput__suggestion-title {
|
|
6058
|
+
letter-spacing: -0.2px;
|
|
6059
|
+
font-weight: 500;
|
|
6060
|
+
font-size: 1rem;
|
|
6061
|
+
line-height: 1.5rem;
|
|
6062
|
+
}
|
|
6063
|
+
.pkt-searchinput--xsmall {
|
|
6064
|
+
letter-spacing: -0.2px;
|
|
6065
|
+
font-weight: 300;
|
|
6066
|
+
font-size: 0.875rem;
|
|
6067
|
+
line-height: 1.375rem;
|
|
6068
|
+
}
|
|
6069
|
+
.pkt-searchinput--xsmall .pkt-inputwrapper__label {
|
|
6070
|
+
letter-spacing: -0.2px;
|
|
6071
|
+
font-weight: 500;
|
|
6072
|
+
font-size: 0.875rem;
|
|
6073
|
+
line-height: 1.375rem;
|
|
6074
|
+
}
|
|
6075
|
+
.pkt-searchinput--xsmall .pkt-searchinput__suggestion {
|
|
6076
|
+
padding: 0.5rem;
|
|
6077
|
+
letter-spacing: -0.2px;
|
|
6078
|
+
font-weight: 300;
|
|
6079
|
+
font-size: 0.875rem;
|
|
6080
|
+
line-height: 1.375rem;
|
|
6081
|
+
}
|
|
6082
|
+
.pkt-searchinput--xsmall .pkt-searchinput__suggestion-title {
|
|
6083
|
+
letter-spacing: -0.2px;
|
|
6084
|
+
font-weight: 500;
|
|
6085
|
+
font-size: 0.875rem;
|
|
6086
|
+
line-height: 1.375rem;
|
|
6087
|
+
}
|
|
5118
6088
|
.pkt-searchinput__field {
|
|
5119
6089
|
width: min(100%, 31rem);
|
|
5120
6090
|
display: flex;
|
|
6091
|
+
align-items: stretch;
|
|
6092
|
+
}
|
|
6093
|
+
.pkt-searchinput__field .pkt-input {
|
|
6094
|
+
flex: 1;
|
|
6095
|
+
min-width: 0;
|
|
5121
6096
|
}
|
|
5122
6097
|
.pkt-searchinput--fullwidth .pkt-searchinput__field {
|
|
5123
6098
|
width: 100%;
|
|
@@ -5134,9 +6109,12 @@ pkt-messagebox {
|
|
|
5134
6109
|
.pkt-searchinput--local-with-button .pkt-searchinput__field {
|
|
5135
6110
|
gap: 0.5rem;
|
|
5136
6111
|
}
|
|
5137
|
-
.pkt-searchinput--local .pkt-input {
|
|
6112
|
+
.pkt-searchinput--local .pkt-input__container--medium .pkt-input {
|
|
5138
6113
|
padding: 0.5rem 0 0.5rem 1rem;
|
|
5139
6114
|
}
|
|
6115
|
+
.pkt-searchinput--local .pkt-input__container--small .pkt-input, .pkt-searchinput--local .pkt-input__container--xsmall .pkt-input {
|
|
6116
|
+
padding-right: 0;
|
|
6117
|
+
}
|
|
5140
6118
|
.pkt-searchinput--local .pkt-searchinput__button:disabled {
|
|
5141
6119
|
border-color: var(--pkt-color-input-border-disabled);
|
|
5142
6120
|
}
|
|
@@ -5159,9 +6137,21 @@ pkt-messagebox {
|
|
|
5159
6137
|
.pkt-searchinput--global .pkt-searchinput__suggestions {
|
|
5160
6138
|
width: min(100% - 3rem, 28rem);
|
|
5161
6139
|
}
|
|
6140
|
+
.pkt-searchinput--global.pkt-searchinput--small .pkt-searchinput__suggestions {
|
|
6141
|
+
width: min(100% - 2.625rem, 28rem);
|
|
6142
|
+
}
|
|
6143
|
+
.pkt-searchinput--global.pkt-searchinput--xsmall .pkt-searchinput__suggestions {
|
|
6144
|
+
width: min(100% - 2.25rem, 28rem);
|
|
6145
|
+
}
|
|
5162
6146
|
.pkt-searchinput--local-with-button .pkt-searchinput__suggestions {
|
|
5163
6147
|
width: min(100% - 3.5rem, 27.5rem);
|
|
5164
6148
|
}
|
|
6149
|
+
.pkt-searchinput--local-with-button.pkt-searchinput--small .pkt-searchinput__suggestions {
|
|
6150
|
+
width: min(100% - 3.125rem, 27.5rem);
|
|
6151
|
+
}
|
|
6152
|
+
.pkt-searchinput--local-with-button.pkt-searchinput--xsmall .pkt-searchinput__suggestions {
|
|
6153
|
+
width: min(100% - 2.75rem, 27.5rem);
|
|
6154
|
+
}
|
|
5165
6155
|
.pkt-searchinput--fullwidth .pkt-searchinput__suggestions {
|
|
5166
6156
|
width: 100%;
|
|
5167
6157
|
}
|
|
@@ -5905,13 +6895,40 @@ pkt-select {
|
|
|
5905
6895
|
color: var(--pkt-color-input-text-normal);
|
|
5906
6896
|
margin: 0;
|
|
5907
6897
|
padding: 0.5rem 1rem;
|
|
6898
|
+
min-height: 3rem;
|
|
5908
6899
|
letter-spacing: -0.2px;
|
|
5909
6900
|
font-weight: 300;
|
|
5910
6901
|
font-size: 1.125rem;
|
|
5911
6902
|
line-height: 1.75rem;
|
|
5912
6903
|
}
|
|
5913
|
-
.pkt-input:not(.pkt-
|
|
5914
|
-
min-height:
|
|
6904
|
+
.pkt-input--small:not(:is(textarea, .pkt-timepicker__input, .pkt-datepicker__input)) {
|
|
6905
|
+
min-height: 2.625rem;
|
|
6906
|
+
padding: 0.375rem 1rem;
|
|
6907
|
+
letter-spacing: -0.2px;
|
|
6908
|
+
font-weight: 300;
|
|
6909
|
+
font-size: 1rem;
|
|
6910
|
+
line-height: 1.5rem;
|
|
6911
|
+
}
|
|
6912
|
+
.pkt-input--small:not(:is(textarea, .pkt-timepicker__input, .pkt-datepicker__input)):not(select[multiple]) {
|
|
6913
|
+
height: 2.625rem;
|
|
6914
|
+
}
|
|
6915
|
+
.pkt-input--xsmall:not(:is(textarea, .pkt-timepicker__input, .pkt-datepicker__input)) {
|
|
6916
|
+
min-height: 2.25rem;
|
|
6917
|
+
padding: 0.25rem 0.75rem;
|
|
6918
|
+
letter-spacing: -0.2px;
|
|
6919
|
+
font-weight: 300;
|
|
6920
|
+
font-size: 0.875rem;
|
|
6921
|
+
line-height: 1.375rem;
|
|
6922
|
+
}
|
|
6923
|
+
.pkt-input--xsmall:not(:is(textarea, .pkt-timepicker__input, .pkt-datepicker__input)):not(select[multiple]) {
|
|
6924
|
+
height: 2.25rem;
|
|
6925
|
+
}
|
|
6926
|
+
.pkt-input input.pkt-input, .pkt-textinput__input input.pkt-input, .pkt-input input.pkt-textinput__input, .pkt-textinput__input input.pkt-textinput__input,
|
|
6927
|
+
.pkt-input select.pkt-input,
|
|
6928
|
+
.pkt-textinput__input select.pkt-input,
|
|
6929
|
+
.pkt-input select.pkt-textinput__input,
|
|
6930
|
+
.pkt-textinput__input select.pkt-textinput__input {
|
|
6931
|
+
display: block;
|
|
5915
6932
|
}
|
|
5916
6933
|
.pkt-input-compact.pkt-input, .pkt-input-compact.pkt-textinput__input {
|
|
5917
6934
|
border: 0;
|
|
@@ -5926,7 +6943,7 @@ pkt-select {
|
|
|
5926
6943
|
background-position: right 0 top 50%;
|
|
5927
6944
|
padding-right: 2rem;
|
|
5928
6945
|
}
|
|
5929
|
-
.pkt-input:not(textarea
|
|
6946
|
+
.pkt-input:not(:is(textarea)):not(input[size]):not(.pkt-input--fullwidth):not(.pkt-datepicker__input:not(.pkt-datepicker--multiple)), .pkt-textinput__input:not(:is(textarea)):not(input[size]):not(.pkt-input--fullwidth):not(.pkt-datepicker__input:not(.pkt-datepicker--multiple)), .pkt-input__container:not(:is(:has(.pkt-datepicker__input:not(.pkt-datepicker--multiple)))):not(:is(:has(textarea[cols]))):not(:is(:has(input[size]))):not(:is(:has(.pkt-input--fullwidth))):not(:is(:has(.pkt-timepicker__input))) {
|
|
5930
6947
|
width: min(31rem, 100%);
|
|
5931
6948
|
}
|
|
5932
6949
|
.pkt-input__container:is(:has(.pkt-datepicker__input:not(.pkt-datepicker--multiple))):not(:is(:has(.pkt-input--fullwidth))) {
|
|
@@ -5938,8 +6955,8 @@ pkt-select {
|
|
|
5938
6955
|
[fullwidth] .pkt-input__counter {
|
|
5939
6956
|
width: 100%;
|
|
5940
6957
|
}
|
|
5941
|
-
.pkt-input:is(textarea), .pkt-textinput__input:is(textarea) {
|
|
5942
|
-
min-height:
|
|
6958
|
+
.pkt-input:is(textarea:not([rows])), .pkt-textinput__input:is(textarea:not([rows])) {
|
|
6959
|
+
min-height: 9.25rem;
|
|
5943
6960
|
}
|
|
5944
6961
|
.pkt-input:is(select), .pkt-textinput__input:is(select) {
|
|
5945
6962
|
appearance: none;
|
|
@@ -5948,12 +6965,22 @@ pkt-select {
|
|
|
5948
6965
|
padding-right: 3rem;
|
|
5949
6966
|
}
|
|
5950
6967
|
.pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]) {
|
|
5951
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/
|
|
6968
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/17.0/icons/chevron-thin-down.svg);
|
|
5952
6969
|
background-image: var(--svg);
|
|
5953
6970
|
background-repeat: no-repeat;
|
|
5954
6971
|
background-position: right 0.7rem top 50%;
|
|
5955
6972
|
background-size: 1.5rem auto, 100%;
|
|
5956
6973
|
}
|
|
6974
|
+
.pkt-input:is(select):not([multiple]).pkt-input--small, .pkt-textinput__input:is(select):not([multiple]).pkt-input--small {
|
|
6975
|
+
background-size: 1.25rem auto, 100%;
|
|
6976
|
+
background-position: right 0.5rem top 50%;
|
|
6977
|
+
padding: 0.375rem 2.5rem 0.375rem 1rem;
|
|
6978
|
+
}
|
|
6979
|
+
.pkt-input:is(select):not([multiple]).pkt-input--xsmall, .pkt-textinput__input:is(select):not([multiple]).pkt-input--xsmall {
|
|
6980
|
+
background-size: 1.125rem auto, 100%;
|
|
6981
|
+
background-position: right 0.5rem top 50%;
|
|
6982
|
+
padding: 0.25rem 2.25rem 0.25rem 0.75rem;
|
|
6983
|
+
}
|
|
5957
6984
|
.pkt-input:is(select) option, .pkt-textinput__input:is(select) option {
|
|
5958
6985
|
background-color: var(--pkt-color-input-background-normal);
|
|
5959
6986
|
color: var(--pkt-color-input-text-normal);
|
|
@@ -6044,6 +7071,89 @@ pkt-select {
|
|
|
6044
7071
|
.pkt-input-separator {
|
|
6045
7072
|
padding: 0.5rem 0;
|
|
6046
7073
|
}
|
|
7074
|
+
.pkt-input__container--small {
|
|
7075
|
+
align-items: stretch;
|
|
7076
|
+
}
|
|
7077
|
+
.pkt-input__container--small .pkt-input-prefix,
|
|
7078
|
+
.pkt-input__container--small .pkt-input-suffix,
|
|
7079
|
+
.pkt-input__container--small .pkt-input-icon {
|
|
7080
|
+
height: auto;
|
|
7081
|
+
min-height: 2.625rem;
|
|
7082
|
+
letter-spacing: -0.2px;
|
|
7083
|
+
font-weight: 300;
|
|
7084
|
+
font-size: 1rem;
|
|
7085
|
+
line-height: 1.5rem;
|
|
7086
|
+
}
|
|
7087
|
+
.pkt-input__container--small .pkt-input-prefix {
|
|
7088
|
+
padding: 0.375rem 0 0.375rem 1rem;
|
|
7089
|
+
}
|
|
7090
|
+
.pkt-input__container--small .pkt-input-suffix {
|
|
7091
|
+
padding: 0.375rem 1rem 0.375rem 0;
|
|
7092
|
+
}
|
|
7093
|
+
.pkt-input__container--small input.pkt-input, .pkt-input__container--small input.pkt-textinput__input,
|
|
7094
|
+
.pkt-input__container--small select.pkt-input,
|
|
7095
|
+
.pkt-input__container--small select.pkt-textinput__input {
|
|
7096
|
+
height: auto;
|
|
7097
|
+
min-height: 2.625rem;
|
|
7098
|
+
flex: 1 1 auto;
|
|
7099
|
+
min-width: 0;
|
|
7100
|
+
padding: 0.375rem 1rem;
|
|
7101
|
+
letter-spacing: -0.2px;
|
|
7102
|
+
font-weight: 300;
|
|
7103
|
+
font-size: 1rem;
|
|
7104
|
+
line-height: 1.5rem;
|
|
7105
|
+
}
|
|
7106
|
+
.pkt-input__container--small .pkt-input-icon svg,
|
|
7107
|
+
.pkt-input__container--small .pkt-input-suffix svg {
|
|
7108
|
+
width: 1.25rem;
|
|
7109
|
+
height: 1.25rem;
|
|
7110
|
+
}
|
|
7111
|
+
.pkt-input__container--small .pkt-input-suffix::before {
|
|
7112
|
+
height: 1.25rem;
|
|
7113
|
+
}
|
|
7114
|
+
.pkt-input__container--xsmall {
|
|
7115
|
+
align-items: stretch;
|
|
7116
|
+
}
|
|
7117
|
+
.pkt-input__container--xsmall .pkt-input-prefix,
|
|
7118
|
+
.pkt-input__container--xsmall .pkt-input-suffix,
|
|
7119
|
+
.pkt-input__container--xsmall .pkt-input-icon {
|
|
7120
|
+
height: auto;
|
|
7121
|
+
min-height: 2.25rem;
|
|
7122
|
+
letter-spacing: -0.2px;
|
|
7123
|
+
font-weight: 300;
|
|
7124
|
+
font-size: 0.875rem;
|
|
7125
|
+
line-height: 1.375rem;
|
|
7126
|
+
}
|
|
7127
|
+
.pkt-input__container--xsmall .pkt-input-prefix {
|
|
7128
|
+
padding: 0.25rem 0 0.25rem 0.75rem;
|
|
7129
|
+
}
|
|
7130
|
+
.pkt-input__container--xsmall .pkt-input-suffix {
|
|
7131
|
+
padding: 0.25rem 0.75rem 0.25rem 0;
|
|
7132
|
+
}
|
|
7133
|
+
.pkt-input__container--xsmall input.pkt-input, .pkt-input__container--xsmall input.pkt-textinput__input,
|
|
7134
|
+
.pkt-input__container--xsmall select.pkt-input,
|
|
7135
|
+
.pkt-input__container--xsmall select.pkt-textinput__input {
|
|
7136
|
+
height: auto;
|
|
7137
|
+
min-height: 2.25rem;
|
|
7138
|
+
flex: 1 1 auto;
|
|
7139
|
+
min-width: 0;
|
|
7140
|
+
padding: 0.25rem 0.75rem;
|
|
7141
|
+
letter-spacing: -0.2px;
|
|
7142
|
+
font-weight: 300;
|
|
7143
|
+
font-size: 0.875rem;
|
|
7144
|
+
line-height: 1.375rem;
|
|
7145
|
+
}
|
|
7146
|
+
.pkt-input__container--xsmall .pkt-input-icon {
|
|
7147
|
+
padding: 0.25rem 0.5rem;
|
|
7148
|
+
}
|
|
7149
|
+
.pkt-input__container--xsmall .pkt-input-icon svg,
|
|
7150
|
+
.pkt-input__container--xsmall .pkt-input-suffix svg {
|
|
7151
|
+
width: 1.125rem;
|
|
7152
|
+
height: 1.125rem;
|
|
7153
|
+
}
|
|
7154
|
+
.pkt-input__container--xsmall .pkt-input-suffix::before {
|
|
7155
|
+
height: 1.125rem;
|
|
7156
|
+
}
|
|
6047
7157
|
.pkt-input--counter-error, .pkt-input--counter-error:focus {
|
|
6048
7158
|
border-color: var(--pkt-color-input-border-error);
|
|
6049
7159
|
background-color: var(--pkt-color-surface-default-faded-red);
|
|
@@ -6147,6 +7257,48 @@ pkt-select {
|
|
|
6147
7257
|
grid-template-columns: min-content auto 3rem;
|
|
6148
7258
|
}
|
|
6149
7259
|
}
|
|
7260
|
+
/*
|
|
7261
|
+
* Textarea component
|
|
7262
|
+
*
|
|
7263
|
+
* Base field styles (border, states, min-height) live in _input.scss on .pkt-input:is(textarea).
|
|
7264
|
+
* Wrapper label/helptext scale lives in _inputwrapper.scss (--small / --xsmall).
|
|
7265
|
+
* Counter stays in normal flow below the field for all sizes (see textarea.astro).
|
|
7266
|
+
*/
|
|
7267
|
+
pkt-textarea:not([fullwidth]):has(textarea.pkt-input:not([cols])) {
|
|
7268
|
+
width: min(31rem, 100%);
|
|
7269
|
+
}
|
|
7270
|
+
|
|
7271
|
+
pkt-textarea[fullwidth] {
|
|
7272
|
+
width: 100%;
|
|
7273
|
+
}
|
|
7274
|
+
|
|
7275
|
+
.pkt-inputwrapper:has(textarea.pkt-input:not(.pkt-input--fullwidth):not([cols])) {
|
|
7276
|
+
width: min(31rem, 100%);
|
|
7277
|
+
}
|
|
7278
|
+
|
|
7279
|
+
.pkt-inputwrapper:has(textarea.pkt-input--fullwidth) {
|
|
7280
|
+
width: 100%;
|
|
7281
|
+
}
|
|
7282
|
+
|
|
7283
|
+
textarea.pkt-input:not(.pkt-input--fullwidth):not([cols]) {
|
|
7284
|
+
width: 100%;
|
|
7285
|
+
}
|
|
7286
|
+
textarea.pkt-input--small, textarea.pkt-input--xsmall {
|
|
7287
|
+
padding: 0.5rem 1rem;
|
|
7288
|
+
}
|
|
7289
|
+
textarea.pkt-input--small {
|
|
7290
|
+
letter-spacing: -0.2px;
|
|
7291
|
+
font-weight: 300;
|
|
7292
|
+
font-size: 1rem;
|
|
7293
|
+
line-height: 1.5rem;
|
|
7294
|
+
}
|
|
7295
|
+
textarea.pkt-input--xsmall {
|
|
7296
|
+
letter-spacing: -0.2px;
|
|
7297
|
+
font-weight: 300;
|
|
7298
|
+
font-size: 0.875rem;
|
|
7299
|
+
line-height: 1.375rem;
|
|
7300
|
+
}
|
|
7301
|
+
|
|
6150
7302
|
/* Component: pkt-timepicker */
|
|
6151
7303
|
pkt-timepicker {
|
|
6152
7304
|
display: block;
|
|
@@ -6158,11 +7310,28 @@ pkt-timepicker__anchor {
|
|
|
6158
7310
|
}
|
|
6159
7311
|
.pkt-timepicker .pkt-input__container,
|
|
6160
7312
|
pkt-timepicker .pkt-input__container {
|
|
7313
|
+
min-height: 3rem;
|
|
7314
|
+
align-items: center;
|
|
6161
7315
|
border: 2px solid var(--pkt-color-input-border-normal);
|
|
6162
7316
|
background-color: var(--pkt-color-input-background-normal);
|
|
6163
7317
|
width: fit-content;
|
|
6164
7318
|
padding: 0 0 0 1rem;
|
|
6165
7319
|
}
|
|
7320
|
+
.pkt-timepicker .pkt-input__container .pkt-timepicker__input,
|
|
7321
|
+
.pkt-timepicker .pkt-input__container .pkt-timepicker__separator,
|
|
7322
|
+
.pkt-timepicker .pkt-input__container .pkt-input-icon,
|
|
7323
|
+
.pkt-timepicker .pkt-input__container .pkt-timepicker__button,
|
|
7324
|
+
pkt-timepicker .pkt-input__container .pkt-timepicker__input,
|
|
7325
|
+
pkt-timepicker .pkt-input__container .pkt-timepicker__separator,
|
|
7326
|
+
pkt-timepicker .pkt-input__container .pkt-input-icon,
|
|
7327
|
+
pkt-timepicker .pkt-input__container .pkt-timepicker__button {
|
|
7328
|
+
border: 0;
|
|
7329
|
+
height: auto;
|
|
7330
|
+
min-height: 0;
|
|
7331
|
+
padding-top: 0;
|
|
7332
|
+
padding-bottom: 0;
|
|
7333
|
+
flex: 0 0 auto;
|
|
7334
|
+
}
|
|
6166
7335
|
.pkt-timepicker .pkt-input__container .pkt-input,
|
|
6167
7336
|
.pkt-timepicker .pkt-input__container .pkt-input-icon,
|
|
6168
7337
|
.pkt-timepicker .pkt-input__container .pkt-input-separator,
|
|
@@ -6170,27 +7339,23 @@ pkt-timepicker .pkt-input__container .pkt-input,
|
|
|
6170
7339
|
pkt-timepicker .pkt-input__container .pkt-input-icon,
|
|
6171
7340
|
pkt-timepicker .pkt-input__container .pkt-input-separator {
|
|
6172
7341
|
border: 0;
|
|
6173
|
-
min-height: auto;
|
|
6174
|
-
}
|
|
6175
|
-
.pkt-timepicker .pkt-input__container:hover,
|
|
6176
|
-
pkt-timepicker .pkt-input__container:hover {
|
|
6177
|
-
border-color: var(--pkt-color-input-border-active);
|
|
6178
7342
|
}
|
|
6179
|
-
.pkt-timepicker .pkt-input__container
|
|
6180
|
-
pkt-timepicker .pkt-input__container
|
|
6181
|
-
|
|
6182
|
-
|
|
7343
|
+
.pkt-timepicker .pkt-input__container .pkt-timepicker__input,
|
|
7344
|
+
.pkt-timepicker .pkt-input__container .pkt-timepicker__separator,
|
|
7345
|
+
pkt-timepicker .pkt-input__container .pkt-timepicker__input,
|
|
7346
|
+
pkt-timepicker .pkt-input__container .pkt-timepicker__separator {
|
|
7347
|
+
letter-spacing: -0.2px;
|
|
7348
|
+
font-weight: 300;
|
|
7349
|
+
font-size: 1.125rem;
|
|
7350
|
+
line-height: 1.75rem;
|
|
6183
7351
|
}
|
|
6184
|
-
.pkt-timepicker .pkt-input__container
|
|
6185
|
-
pkt-timepicker .pkt-input__container
|
|
6186
|
-
|
|
6187
|
-
background-color: var(--pkt-color-surface-default-gray);
|
|
7352
|
+
.pkt-timepicker .pkt-input__container .pkt-timepicker__input,
|
|
7353
|
+
pkt-timepicker .pkt-input__container .pkt-timepicker__input {
|
|
7354
|
+
padding-inline: 0;
|
|
6188
7355
|
}
|
|
6189
|
-
.pkt-timepicker .pkt-input__container
|
|
6190
|
-
|
|
6191
|
-
|
|
6192
|
-
pkt-timepicker .pkt-input__container:has(input:disabled) .pkt-timepicker__button {
|
|
6193
|
-
--fg-color: var(--pkt-color-input-text-disabled);
|
|
7356
|
+
.pkt-timepicker .pkt-input__container .pkt-timepicker__separator,
|
|
7357
|
+
pkt-timepicker .pkt-input__container .pkt-timepicker__separator {
|
|
7358
|
+
padding: 0;
|
|
6194
7359
|
}
|
|
6195
7360
|
.pkt-timepicker .pkt-input__container button.pkt-timepicker__button,
|
|
6196
7361
|
pkt-timepicker .pkt-input__container button.pkt-timepicker__button {
|
|
@@ -6199,8 +7364,10 @@ pkt-timepicker .pkt-input__container button.pkt-timepicker__button {
|
|
|
6199
7364
|
}
|
|
6200
7365
|
.pkt-timepicker .pkt-input__container button.pkt-timepicker__button pkt-icon,
|
|
6201
7366
|
.pkt-timepicker .pkt-input__container button.pkt-timepicker__button .pkt-icon,
|
|
7367
|
+
.pkt-timepicker .pkt-input__container button.pkt-timepicker__button svg,
|
|
6202
7368
|
pkt-timepicker .pkt-input__container button.pkt-timepicker__button pkt-icon,
|
|
6203
|
-
pkt-timepicker .pkt-input__container button.pkt-timepicker__button .pkt-icon
|
|
7369
|
+
pkt-timepicker .pkt-input__container button.pkt-timepicker__button .pkt-icon,
|
|
7370
|
+
pkt-timepicker .pkt-input__container button.pkt-timepicker__button svg {
|
|
6204
7371
|
width: 1.5rem;
|
|
6205
7372
|
height: 1.5rem;
|
|
6206
7373
|
}
|
|
@@ -6221,6 +7388,105 @@ pkt-timepicker .pkt-input__container button.pkt-timepicker__button.pkt-timepicke
|
|
|
6221
7388
|
pkt-timepicker .pkt-input__container button.pkt-timepicker__button.pkt-timepicker__button--next {
|
|
6222
7389
|
margin-left: 0.25rem;
|
|
6223
7390
|
}
|
|
7391
|
+
.pkt-timepicker .pkt-input__container .pkt-timepicker__icon,
|
|
7392
|
+
pkt-timepicker .pkt-input__container .pkt-timepicker__icon {
|
|
7393
|
+
align-self: center;
|
|
7394
|
+
pointer-events: none;
|
|
7395
|
+
padding: 0 0.75rem 0 0;
|
|
7396
|
+
height: 1.5rem;
|
|
7397
|
+
width: -webkit-min-content;
|
|
7398
|
+
width: -moz-min-content;
|
|
7399
|
+
width: min-content;
|
|
7400
|
+
}
|
|
7401
|
+
.pkt-timepicker .pkt-input__container .pkt-timepicker__icon > svg,
|
|
7402
|
+
.pkt-timepicker .pkt-input__container .pkt-timepicker__icon svg,
|
|
7403
|
+
pkt-timepicker .pkt-input__container .pkt-timepicker__icon > svg,
|
|
7404
|
+
pkt-timepicker .pkt-input__container .pkt-timepicker__icon svg {
|
|
7405
|
+
width: 100%;
|
|
7406
|
+
height: 100%;
|
|
7407
|
+
}
|
|
7408
|
+
.pkt-timepicker .pkt-input__container:hover,
|
|
7409
|
+
pkt-timepicker .pkt-input__container:hover {
|
|
7410
|
+
border-color: var(--pkt-color-input-border-active);
|
|
7411
|
+
}
|
|
7412
|
+
.pkt-timepicker .pkt-input__container:focus-within,
|
|
7413
|
+
pkt-timepicker .pkt-input__container:focus-within {
|
|
7414
|
+
border-color: var(--pkt-color-input-border-active);
|
|
7415
|
+
outline: 2px solid var(--pkt-color-input-border-active);
|
|
7416
|
+
}
|
|
7417
|
+
.pkt-timepicker .pkt-input__container:has(input:disabled),
|
|
7418
|
+
pkt-timepicker .pkt-input__container:has(input:disabled) {
|
|
7419
|
+
border-color: var(--pkt-color-input-border-disabled);
|
|
7420
|
+
background-color: var(--pkt-color-surface-default-gray);
|
|
7421
|
+
}
|
|
7422
|
+
.pkt-timepicker .pkt-input__container:has(input:disabled) .pkt-timepicker__icon,
|
|
7423
|
+
.pkt-timepicker .pkt-input__container:has(input:disabled) .pkt-timepicker__button,
|
|
7424
|
+
pkt-timepicker .pkt-input__container:has(input:disabled) .pkt-timepicker__icon,
|
|
7425
|
+
pkt-timepicker .pkt-input__container:has(input:disabled) .pkt-timepicker__button {
|
|
7426
|
+
--fg-color: var(--pkt-color-input-text-disabled);
|
|
7427
|
+
}
|
|
7428
|
+
.pkt-timepicker--small .pkt-input__container,
|
|
7429
|
+
pkt-timepicker--small .pkt-input__container {
|
|
7430
|
+
min-height: 2.625rem;
|
|
7431
|
+
}
|
|
7432
|
+
.pkt-timepicker--small .pkt-input__container .pkt-timepicker__input,
|
|
7433
|
+
.pkt-timepicker--small .pkt-input__container .pkt-timepicker__separator,
|
|
7434
|
+
pkt-timepicker--small .pkt-input__container .pkt-timepicker__input,
|
|
7435
|
+
pkt-timepicker--small .pkt-input__container .pkt-timepicker__separator {
|
|
7436
|
+
letter-spacing: -0.2px;
|
|
7437
|
+
font-weight: 300;
|
|
7438
|
+
font-size: 1rem;
|
|
7439
|
+
line-height: 1.5rem;
|
|
7440
|
+
}
|
|
7441
|
+
.pkt-timepicker--small .pkt-input__container button.pkt-timepicker__button,
|
|
7442
|
+
pkt-timepicker--small .pkt-input__container button.pkt-timepicker__button {
|
|
7443
|
+
padding: 0 0.5rem;
|
|
7444
|
+
}
|
|
7445
|
+
.pkt-timepicker--small .pkt-input__container button.pkt-timepicker__button pkt-icon,
|
|
7446
|
+
.pkt-timepicker--small .pkt-input__container button.pkt-timepicker__button .pkt-icon,
|
|
7447
|
+
.pkt-timepicker--small .pkt-input__container button.pkt-timepicker__button svg,
|
|
7448
|
+
pkt-timepicker--small .pkt-input__container button.pkt-timepicker__button pkt-icon,
|
|
7449
|
+
pkt-timepicker--small .pkt-input__container button.pkt-timepicker__button .pkt-icon,
|
|
7450
|
+
pkt-timepicker--small .pkt-input__container button.pkt-timepicker__button svg {
|
|
7451
|
+
width: 1.25rem;
|
|
7452
|
+
height: 1.25rem;
|
|
7453
|
+
}
|
|
7454
|
+
.pkt-timepicker--small .pkt-input__container .pkt-timepicker__icon,
|
|
7455
|
+
pkt-timepicker--small .pkt-input__container .pkt-timepicker__icon {
|
|
7456
|
+
padding: 0 0.5rem 0 0;
|
|
7457
|
+
height: 1.25rem;
|
|
7458
|
+
}
|
|
7459
|
+
.pkt-timepicker--xsmall .pkt-input__container,
|
|
7460
|
+
pkt-timepicker--xsmall .pkt-input__container {
|
|
7461
|
+
min-height: 2.25rem;
|
|
7462
|
+
}
|
|
7463
|
+
.pkt-timepicker--xsmall .pkt-input__container .pkt-timepicker__input,
|
|
7464
|
+
.pkt-timepicker--xsmall .pkt-input__container .pkt-timepicker__separator,
|
|
7465
|
+
pkt-timepicker--xsmall .pkt-input__container .pkt-timepicker__input,
|
|
7466
|
+
pkt-timepicker--xsmall .pkt-input__container .pkt-timepicker__separator {
|
|
7467
|
+
letter-spacing: -0.2px;
|
|
7468
|
+
font-weight: 300;
|
|
7469
|
+
font-size: 0.875rem;
|
|
7470
|
+
line-height: 1.375rem;
|
|
7471
|
+
}
|
|
7472
|
+
.pkt-timepicker--xsmall .pkt-input__container button.pkt-timepicker__button,
|
|
7473
|
+
pkt-timepicker--xsmall .pkt-input__container button.pkt-timepicker__button {
|
|
7474
|
+
padding: 0 0.5rem;
|
|
7475
|
+
}
|
|
7476
|
+
.pkt-timepicker--xsmall .pkt-input__container button.pkt-timepicker__button pkt-icon,
|
|
7477
|
+
.pkt-timepicker--xsmall .pkt-input__container button.pkt-timepicker__button .pkt-icon,
|
|
7478
|
+
.pkt-timepicker--xsmall .pkt-input__container button.pkt-timepicker__button svg,
|
|
7479
|
+
pkt-timepicker--xsmall .pkt-input__container button.pkt-timepicker__button pkt-icon,
|
|
7480
|
+
pkt-timepicker--xsmall .pkt-input__container button.pkt-timepicker__button .pkt-icon,
|
|
7481
|
+
pkt-timepicker--xsmall .pkt-input__container button.pkt-timepicker__button svg {
|
|
7482
|
+
width: 1.125rem;
|
|
7483
|
+
height: 1.125rem;
|
|
7484
|
+
}
|
|
7485
|
+
.pkt-timepicker--xsmall .pkt-input__container .pkt-timepicker__icon,
|
|
7486
|
+
pkt-timepicker--xsmall .pkt-input__container .pkt-timepicker__icon {
|
|
7487
|
+
padding: 0 0.5rem 0 0;
|
|
7488
|
+
height: 1.125rem;
|
|
7489
|
+
}
|
|
6224
7490
|
.pkt-timepicker--stepper .pkt-input__container,
|
|
6225
7491
|
pkt-timepicker--stepper .pkt-input__container {
|
|
6226
7492
|
padding-left: 0;
|
|
@@ -6286,7 +7552,6 @@ pkt-timepicker .pkt-input__container.pkt-timepicker--disabled .pkt-timepicker__i
|
|
|
6286
7552
|
pkt-timepicker__input {
|
|
6287
7553
|
width: 1.5rem;
|
|
6288
7554
|
text-align: center;
|
|
6289
|
-
padding: 0.5rem 0;
|
|
6290
7555
|
}
|
|
6291
7556
|
.pkt-timepicker__input::-webkit-inner-spin-button, .pkt-timepicker__input::-webkit-outer-spin-button,
|
|
6292
7557
|
pkt-timepicker__input::-webkit-inner-spin-button,
|
|
@@ -6301,26 +7566,8 @@ pkt-timepicker__input {
|
|
|
6301
7566
|
}
|
|
6302
7567
|
.pkt-timepicker__separator,
|
|
6303
7568
|
pkt-timepicker__separator {
|
|
6304
|
-
letter-spacing: -0.2px;
|
|
6305
|
-
font-weight: 400;
|
|
6306
|
-
font-size: 1.125rem;
|
|
6307
|
-
line-height: 1.75rem;
|
|
6308
|
-
padding: 0.25rem 0 0.5rem;
|
|
6309
7569
|
user-select: none;
|
|
6310
7570
|
}
|
|
6311
|
-
.pkt-timepicker__icon,
|
|
6312
|
-
pkt-timepicker__icon {
|
|
6313
|
-
height: auto;
|
|
6314
|
-
padding: 0 0.75rem 0 0;
|
|
6315
|
-
pointer-events: none;
|
|
6316
|
-
}
|
|
6317
|
-
.pkt-timepicker__icon pkt-icon,
|
|
6318
|
-
.pkt-timepicker__icon .pkt-icon,
|
|
6319
|
-
pkt-timepicker__icon pkt-icon,
|
|
6320
|
-
pkt-timepicker__icon .pkt-icon {
|
|
6321
|
-
width: 1.5rem;
|
|
6322
|
-
height: 1.5rem;
|
|
6323
|
-
}
|
|
6324
7571
|
.pkt-timepicker-popup,
|
|
6325
7572
|
pkt-timepicker-popup {
|
|
6326
7573
|
position: absolute;
|