@oslokommune/punkt-css 12.12.2 → 12.12.3
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 +25 -0
- package/README.md +1 -1
- package/dist/css/components/alert.css +13 -13
- package/dist/css/components/alert.min.css +1 -1
- package/dist/css/components/backlink.css +4 -4
- package/dist/css/components/backlink.min.css +1 -1
- package/dist/css/components/breadcrumbs.css +2 -2
- package/dist/css/components/breadcrumbs.min.css +1 -1
- package/dist/css/components/calendar.css +2 -2
- package/dist/css/components/calendar.min.css +1 -1
- package/dist/css/components/footer.css +12 -12
- package/dist/css/components/footer.min.css +1 -1
- package/dist/css/components/header.css +12 -12
- package/dist/css/components/header.min.css +1 -1
- package/dist/css/components/inputwrapper.css +14 -14
- package/dist/css/components/inputwrapper.min.css +1 -1
- package/dist/css/components/linkcard.css +4 -4
- package/dist/css/components/linkcard.min.css +1 -1
- package/dist/css/components/loader.css +6 -6
- package/dist/css/components/loader.min.css +1 -1
- package/dist/css/components/messagebox.css +10 -10
- package/dist/css/components/messagebox.min.css +1 -1
- package/dist/css/components/searchinput.css +4 -4
- package/dist/css/components/searchinput.min.css +1 -1
- package/dist/css/components/tabs.css +5 -5
- package/dist/css/components/tabs.min.css +1 -1
- package/dist/css/components/tag.css +11 -11
- package/dist/css/components/tag.min.css +1 -1
- package/dist/css/components/textinput.css +18 -12
- package/dist/css/components/textinput.min.css +1 -1
- package/dist/css/pkt-base.css +175 -175
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt-components.css +117 -111
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-elements.css +65 -65
- package/dist/css/pkt-elements.min.css +1 -1
- package/dist/css/pkt.css +339 -339
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/abstracts/functions/_index.scss +9 -9
- package/dist/scss/abstracts/mixins/_typography.scss +9 -12
- package/dist/scss/abstracts/variables/_colors.scss +84 -81
- package/dist/scss/components/_alert.scss +6 -4
- package/dist/scss/components/_backlink.scss +2 -2
- package/dist/scss/components/_footer.scss +3 -3
- package/dist/scss/components/_inputwrapper.scss +4 -4
- package/dist/scss/components/_messagebox.scss +2 -2
- package/dist/scss/components/_stepper.scss +5 -5
- package/dist/scss/components/_tabs.scss +2 -1
- package/dist/scss/components/_tag.scss +245 -250
- package/dist/scss/elements/_button.scss +9 -7
- package/dist/scss/elements/_checkbox-radio.scss +24 -41
- package/dist/scss/elements/_input.scss +21 -12
- package/dist/scss/elements/_section.scss +10 -12
- package/package.json +2 -2
package/dist/css/pkt.css
CHANGED
|
@@ -291,90 +291,90 @@ input::-webkit-datetime-edit {
|
|
|
291
291
|
* @tokens Colors
|
|
292
292
|
* @presenter Color
|
|
293
293
|
*/
|
|
294
|
-
--pkt-color-brand-blue-100: #
|
|
295
|
-
--pkt-color-brand-blue-200: #
|
|
296
|
-
--pkt-color-brand-blue-300: #
|
|
297
|
-
--pkt-color-brand-blue-500: #
|
|
298
|
-
--pkt-color-brand-blue-1000: #
|
|
299
|
-
--pkt-color-brand-dark-blue-700: #
|
|
300
|
-
--pkt-color-brand-dark-blue-1000: #
|
|
301
|
-
--pkt-color-brand-warm-blue-1000: #
|
|
302
|
-
--pkt-color-brand-green-400: #
|
|
303
|
-
--pkt-color-brand-green-1000: #
|
|
304
|
-
--pkt-color-brand-light-green-400: #
|
|
305
|
-
--pkt-color-brand-light-green-1000: #
|
|
306
|
-
--pkt-color-brand-dark-green-1000: #
|
|
307
|
-
--pkt-color-brand-yellow-1000: #
|
|
308
|
-
--pkt-color-brand-yellow-500: #
|
|
309
|
-
--pkt-color-brand-red-100: #
|
|
310
|
-
--pkt-color-brand-red-400: #
|
|
311
|
-
--pkt-color-brand-red-600: #
|
|
312
|
-
--pkt-color-brand-red-1000: #
|
|
313
|
-
--pkt-color-brand-light-beige-1000: #
|
|
314
|
-
--pkt-color-brand-dark-beige-1000: #
|
|
315
|
-
--pkt-color-brand-neutrals-white: #
|
|
316
|
-
--pkt-color-brand-neutrals-100: #
|
|
317
|
-
--pkt-color-brand-neutrals-200: #
|
|
318
|
-
--pkt-color-brand-neutrals-1000: #
|
|
294
|
+
--pkt-color-brand-blue-100: #f1fdff;
|
|
295
|
+
--pkt-color-brand-blue-200: #e5fcff;
|
|
296
|
+
--pkt-color-brand-blue-300: #d1f9ff;
|
|
297
|
+
--pkt-color-brand-blue-500: #b3f5ff;
|
|
298
|
+
--pkt-color-brand-blue-1000: #6fe9ff;
|
|
299
|
+
--pkt-color-brand-dark-blue-700: #6a698b;
|
|
300
|
+
--pkt-color-brand-dark-blue-1000: #2a2859;
|
|
301
|
+
--pkt-color-brand-warm-blue-1000: #1f42aa;
|
|
302
|
+
--pkt-color-brand-green-400: #c7fde9;
|
|
303
|
+
--pkt-color-brand-green-1000: #43f8b6;
|
|
304
|
+
--pkt-color-brand-light-green-400: #e5ffe6;
|
|
305
|
+
--pkt-color-brand-light-green-1000: #c7f6c9;
|
|
306
|
+
--pkt-color-brand-dark-green-1000: #034b45;
|
|
307
|
+
--pkt-color-brand-yellow-1000: #f9c66b;
|
|
308
|
+
--pkt-color-brand-yellow-500: #ffe7bc;
|
|
309
|
+
--pkt-color-brand-red-100: #fff2f1;
|
|
310
|
+
--pkt-color-brand-red-400: #ffdfdc;
|
|
311
|
+
--pkt-color-brand-red-600: #ffb4ac;
|
|
312
|
+
--pkt-color-brand-red-1000: #ff8274;
|
|
313
|
+
--pkt-color-brand-light-beige-1000: #f8f0dd;
|
|
314
|
+
--pkt-color-brand-dark-beige-1000: #d0bfae;
|
|
315
|
+
--pkt-color-brand-neutrals-white: #ffffff;
|
|
316
|
+
--pkt-color-brand-neutrals-100: #f9f9f9;
|
|
317
|
+
--pkt-color-brand-neutrals-200: #f2f2f2;
|
|
318
|
+
--pkt-color-brand-neutrals-1000: #2c2c2c;
|
|
319
319
|
--pkt-color-brand-neutrals-black: #000000;
|
|
320
320
|
--pkt-color-brand-neutrals-transparent: transparent;
|
|
321
|
-
--pkt-color-brand-purple-1000: #
|
|
322
|
-
--pkt-color-grays-gray-100: #
|
|
323
|
-
--pkt-color-grays-gray-200: #
|
|
324
|
-
--pkt-color-grays-gray-300: #
|
|
325
|
-
--pkt-color-grays-gray-400: #
|
|
321
|
+
--pkt-color-brand-purple-1000: #e0adff;
|
|
322
|
+
--pkt-color-grays-gray-100: #e6e6e6;
|
|
323
|
+
--pkt-color-grays-gray-200: #cccccc;
|
|
324
|
+
--pkt-color-grays-gray-300: #b3b3b3;
|
|
325
|
+
--pkt-color-grays-gray-400: #9a9a9a;
|
|
326
326
|
--pkt-color-grays-gray-500: #808080;
|
|
327
327
|
--pkt-color-grays-gray-600: #666666;
|
|
328
|
-
--pkt-color-grays-gray-700: #
|
|
328
|
+
--pkt-color-grays-gray-700: #4d4d4d;
|
|
329
329
|
--pkt-color-grays-gray-800: #333333;
|
|
330
|
-
--pkt-color-grays-gray-900: #
|
|
331
|
-
--pkt-color-grays-gray-1000: #
|
|
332
|
-
--pkt-color-background-card: #
|
|
333
|
-
--pkt-color-background-default: #
|
|
334
|
-
--pkt-color-background-subtle: #
|
|
330
|
+
--pkt-color-grays-gray-900: #1a1a1a;
|
|
331
|
+
--pkt-color-grays-gray-1000: #2c2c2c;
|
|
332
|
+
--pkt-color-background-card: #ffffff;
|
|
333
|
+
--pkt-color-background-default: #ffffff;
|
|
334
|
+
--pkt-color-background-subtle: #f9f9f9;
|
|
335
335
|
--pkt-color-background-transparent: transparent;
|
|
336
|
-
--pkt-color-border-default: #
|
|
337
|
-
--pkt-color-border-beige: #
|
|
338
|
-
--pkt-color-border-blue: #
|
|
339
|
-
--pkt-color-border-gray: #
|
|
340
|
-
--pkt-color-border-green: #
|
|
341
|
-
--pkt-color-border-light-beige: #
|
|
342
|
-
--pkt-color-border-red: #
|
|
343
|
-
--pkt-color-border-subtle: #
|
|
344
|
-
--pkt-color-border-yellow: #
|
|
345
|
-
--pkt-color-border-states-active: #
|
|
346
|
-
--pkt-color-border-states-disabled: #
|
|
347
|
-
--pkt-color-border-states-focus: #
|
|
348
|
-
--pkt-color-border-states-hover: #
|
|
349
|
-
--pkt-color-surface-default-faded-green: #
|
|
350
|
-
--pkt-color-surface-default-faded-red: #
|
|
351
|
-
--pkt-color-surface-default-gray: #
|
|
352
|
-
--pkt-color-surface-default-light-beige: #
|
|
353
|
-
--pkt-color-surface-default-light-blue: #
|
|
354
|
-
--pkt-color-surface-default-light-green: #
|
|
355
|
-
--pkt-color-surface-default-red: #
|
|
356
|
-
--pkt-color-surface-default-yellow: #
|
|
357
|
-
--pkt-color-surface-strong-beige: #
|
|
358
|
-
--pkt-color-surface-strong-blue: #
|
|
359
|
-
--pkt-color-surface-strong-dark-blue: #
|
|
360
|
-
--pkt-color-surface-strong-dark-green: #
|
|
361
|
-
--pkt-color-surface-strong-gray: #
|
|
362
|
-
--pkt-color-surface-strong-green: #
|
|
363
|
-
--pkt-color-surface-strong-light-green: #
|
|
364
|
-
--pkt-color-surface-strong-red: #
|
|
365
|
-
--pkt-color-surface-strong-yellow: #
|
|
366
|
-
--pkt-color-surface-subtle-light-blue: #
|
|
367
|
-
--pkt-color-surface-subtle-light-red: #
|
|
368
|
-
--pkt-color-surface-subtle-pale-blue: #
|
|
369
|
-
--pkt-color-surface-subtle-white: #
|
|
370
|
-
--pkt-color-text-body-dark: #
|
|
371
|
-
--pkt-color-text-body-default: #
|
|
372
|
-
--pkt-color-text-body-light: #
|
|
336
|
+
--pkt-color-border-default: #2a2859;
|
|
337
|
+
--pkt-color-border-beige: #d0bfae;
|
|
338
|
+
--pkt-color-border-blue: #6fe9ff;
|
|
339
|
+
--pkt-color-border-gray: #cccccc;
|
|
340
|
+
--pkt-color-border-green: #43f8b6;
|
|
341
|
+
--pkt-color-border-light-beige: #f8f0dd;
|
|
342
|
+
--pkt-color-border-red: #ff8274;
|
|
343
|
+
--pkt-color-border-subtle: #f2f2f2;
|
|
344
|
+
--pkt-color-border-yellow: #f9c66b;
|
|
345
|
+
--pkt-color-border-states-active: #1f42aa;
|
|
346
|
+
--pkt-color-border-states-disabled: #b3b3b3;
|
|
347
|
+
--pkt-color-border-states-focus: #e0adff;
|
|
348
|
+
--pkt-color-border-states-hover: #1f42aa;
|
|
349
|
+
--pkt-color-surface-default-faded-green: #e5ffe6;
|
|
350
|
+
--pkt-color-surface-default-faded-red: #ffdfdc;
|
|
351
|
+
--pkt-color-surface-default-gray: #f9f9f9;
|
|
352
|
+
--pkt-color-surface-default-light-beige: #f8f0dd;
|
|
353
|
+
--pkt-color-surface-default-light-blue: #d1f9ff;
|
|
354
|
+
--pkt-color-surface-default-light-green: #c7fde9;
|
|
355
|
+
--pkt-color-surface-default-red: #ffb4ac;
|
|
356
|
+
--pkt-color-surface-default-yellow: #ffe7bc;
|
|
357
|
+
--pkt-color-surface-strong-beige: #d0bfae;
|
|
358
|
+
--pkt-color-surface-strong-blue: #6fe9ff;
|
|
359
|
+
--pkt-color-surface-strong-dark-blue: #2a2859;
|
|
360
|
+
--pkt-color-surface-strong-dark-green: #034b45;
|
|
361
|
+
--pkt-color-surface-strong-gray: #f2f2f2;
|
|
362
|
+
--pkt-color-surface-strong-green: #43f8b6;
|
|
363
|
+
--pkt-color-surface-strong-light-green: #c7f6c9;
|
|
364
|
+
--pkt-color-surface-strong-red: #ff8274;
|
|
365
|
+
--pkt-color-surface-strong-yellow: #f9c66b;
|
|
366
|
+
--pkt-color-surface-subtle-light-blue: #e5fcff;
|
|
367
|
+
--pkt-color-surface-subtle-light-red: #fff2f1;
|
|
368
|
+
--pkt-color-surface-subtle-pale-blue: #f1fdff;
|
|
369
|
+
--pkt-color-surface-subtle-white: #ffffff;
|
|
370
|
+
--pkt-color-text-body-dark: #2a2859;
|
|
371
|
+
--pkt-color-text-body-default: #2a2859;
|
|
372
|
+
--pkt-color-text-body-light: #ffffff;
|
|
373
373
|
--pkt-color-text-placeholder: #666666;
|
|
374
374
|
--pkt-color-text-action-disabled: #666666;
|
|
375
|
-
--pkt-color-text-action-active: #
|
|
376
|
-
--pkt-color-text-action-hover: #
|
|
377
|
-
--pkt-color-text-action-normal: #
|
|
375
|
+
--pkt-color-text-action-active: #1f42aa;
|
|
376
|
+
--pkt-color-text-action-hover: #1f42aa;
|
|
377
|
+
--pkt-color-text-action-normal: #2a2859;
|
|
378
378
|
--color-blue: #6fe9ff;
|
|
379
379
|
--color-blue-light: #b3f5ff;
|
|
380
380
|
--color-blue-dark: #2a2859;
|
|
@@ -428,229 +428,229 @@ input::-webkit-datetime-edit {
|
|
|
428
428
|
--color-black: #000;
|
|
429
429
|
}
|
|
430
430
|
:root .pkt-color-bg-brand-blue-100 {
|
|
431
|
-
background-color: #
|
|
431
|
+
background-color: #f1fdff !important;
|
|
432
432
|
}
|
|
433
433
|
:root .pkt-color-txt-brand-blue-100 {
|
|
434
|
-
color: #
|
|
434
|
+
color: #f1fdff !important;
|
|
435
435
|
}
|
|
436
436
|
:root .pkt-color-border-brand-blue-100 {
|
|
437
|
-
border-color: #
|
|
437
|
+
border-color: #f1fdff !important;
|
|
438
438
|
}
|
|
439
439
|
:root .pkt-color-bg-brand-blue-200 {
|
|
440
|
-
background-color: #
|
|
440
|
+
background-color: #e5fcff !important;
|
|
441
441
|
}
|
|
442
442
|
:root .pkt-color-txt-brand-blue-200 {
|
|
443
|
-
color: #
|
|
443
|
+
color: #e5fcff !important;
|
|
444
444
|
}
|
|
445
445
|
:root .pkt-color-border-brand-blue-200 {
|
|
446
|
-
border-color: #
|
|
446
|
+
border-color: #e5fcff !important;
|
|
447
447
|
}
|
|
448
448
|
:root .pkt-color-bg-brand-blue-300 {
|
|
449
|
-
background-color: #
|
|
449
|
+
background-color: #d1f9ff !important;
|
|
450
450
|
}
|
|
451
451
|
:root .pkt-color-txt-brand-blue-300 {
|
|
452
|
-
color: #
|
|
452
|
+
color: #d1f9ff !important;
|
|
453
453
|
}
|
|
454
454
|
:root .pkt-color-border-brand-blue-300 {
|
|
455
|
-
border-color: #
|
|
455
|
+
border-color: #d1f9ff !important;
|
|
456
456
|
}
|
|
457
457
|
:root .pkt-color-bg-brand-blue-500 {
|
|
458
|
-
background-color: #
|
|
458
|
+
background-color: #b3f5ff !important;
|
|
459
459
|
}
|
|
460
460
|
:root .pkt-color-txt-brand-blue-500 {
|
|
461
|
-
color: #
|
|
461
|
+
color: #b3f5ff !important;
|
|
462
462
|
}
|
|
463
463
|
:root .pkt-color-border-brand-blue-500 {
|
|
464
|
-
border-color: #
|
|
464
|
+
border-color: #b3f5ff !important;
|
|
465
465
|
}
|
|
466
466
|
:root .pkt-color-bg-brand-blue-1000 {
|
|
467
|
-
background-color: #
|
|
467
|
+
background-color: #6fe9ff !important;
|
|
468
468
|
}
|
|
469
469
|
:root .pkt-color-txt-brand-blue-1000 {
|
|
470
|
-
color: #
|
|
470
|
+
color: #6fe9ff !important;
|
|
471
471
|
}
|
|
472
472
|
:root .pkt-color-border-brand-blue-1000 {
|
|
473
|
-
border-color: #
|
|
473
|
+
border-color: #6fe9ff !important;
|
|
474
474
|
}
|
|
475
475
|
:root .pkt-color-bg-brand-dark-blue-700 {
|
|
476
|
-
background-color: #
|
|
476
|
+
background-color: #6a698b !important;
|
|
477
477
|
}
|
|
478
478
|
:root .pkt-color-txt-brand-dark-blue-700 {
|
|
479
|
-
color: #
|
|
479
|
+
color: #6a698b !important;
|
|
480
480
|
}
|
|
481
481
|
:root .pkt-color-border-brand-dark-blue-700 {
|
|
482
|
-
border-color: #
|
|
482
|
+
border-color: #6a698b !important;
|
|
483
483
|
}
|
|
484
484
|
:root .pkt-color-bg-brand-dark-blue-1000 {
|
|
485
|
-
background-color: #
|
|
485
|
+
background-color: #2a2859 !important;
|
|
486
486
|
}
|
|
487
487
|
:root .pkt-color-txt-brand-dark-blue-1000 {
|
|
488
|
-
color: #
|
|
488
|
+
color: #2a2859 !important;
|
|
489
489
|
}
|
|
490
490
|
:root .pkt-color-border-brand-dark-blue-1000 {
|
|
491
|
-
border-color: #
|
|
491
|
+
border-color: #2a2859 !important;
|
|
492
492
|
}
|
|
493
493
|
:root .pkt-color-bg-brand-warm-blue-1000 {
|
|
494
|
-
background-color: #
|
|
494
|
+
background-color: #1f42aa !important;
|
|
495
495
|
}
|
|
496
496
|
:root .pkt-color-txt-brand-warm-blue-1000 {
|
|
497
|
-
color: #
|
|
497
|
+
color: #1f42aa !important;
|
|
498
498
|
}
|
|
499
499
|
:root .pkt-color-border-brand-warm-blue-1000 {
|
|
500
|
-
border-color: #
|
|
500
|
+
border-color: #1f42aa !important;
|
|
501
501
|
}
|
|
502
502
|
:root .pkt-color-bg-brand-green-400 {
|
|
503
|
-
background-color: #
|
|
503
|
+
background-color: #c7fde9 !important;
|
|
504
504
|
}
|
|
505
505
|
:root .pkt-color-txt-brand-green-400 {
|
|
506
|
-
color: #
|
|
506
|
+
color: #c7fde9 !important;
|
|
507
507
|
}
|
|
508
508
|
:root .pkt-color-border-brand-green-400 {
|
|
509
|
-
border-color: #
|
|
509
|
+
border-color: #c7fde9 !important;
|
|
510
510
|
}
|
|
511
511
|
:root .pkt-color-bg-brand-green-1000 {
|
|
512
|
-
background-color: #
|
|
512
|
+
background-color: #43f8b6 !important;
|
|
513
513
|
}
|
|
514
514
|
:root .pkt-color-txt-brand-green-1000 {
|
|
515
|
-
color: #
|
|
515
|
+
color: #43f8b6 !important;
|
|
516
516
|
}
|
|
517
517
|
:root .pkt-color-border-brand-green-1000 {
|
|
518
|
-
border-color: #
|
|
518
|
+
border-color: #43f8b6 !important;
|
|
519
519
|
}
|
|
520
520
|
:root .pkt-color-bg-brand-light-green-400 {
|
|
521
|
-
background-color: #
|
|
521
|
+
background-color: #e5ffe6 !important;
|
|
522
522
|
}
|
|
523
523
|
:root .pkt-color-txt-brand-light-green-400 {
|
|
524
|
-
color: #
|
|
524
|
+
color: #e5ffe6 !important;
|
|
525
525
|
}
|
|
526
526
|
:root .pkt-color-border-brand-light-green-400 {
|
|
527
|
-
border-color: #
|
|
527
|
+
border-color: #e5ffe6 !important;
|
|
528
528
|
}
|
|
529
529
|
:root .pkt-color-bg-brand-light-green-1000 {
|
|
530
|
-
background-color: #
|
|
530
|
+
background-color: #c7f6c9 !important;
|
|
531
531
|
}
|
|
532
532
|
:root .pkt-color-txt-brand-light-green-1000 {
|
|
533
|
-
color: #
|
|
533
|
+
color: #c7f6c9 !important;
|
|
534
534
|
}
|
|
535
535
|
:root .pkt-color-border-brand-light-green-1000 {
|
|
536
|
-
border-color: #
|
|
536
|
+
border-color: #c7f6c9 !important;
|
|
537
537
|
}
|
|
538
538
|
:root .pkt-color-bg-brand-dark-green-1000 {
|
|
539
|
-
background-color: #
|
|
539
|
+
background-color: #034b45 !important;
|
|
540
540
|
}
|
|
541
541
|
:root .pkt-color-txt-brand-dark-green-1000 {
|
|
542
|
-
color: #
|
|
542
|
+
color: #034b45 !important;
|
|
543
543
|
}
|
|
544
544
|
:root .pkt-color-border-brand-dark-green-1000 {
|
|
545
|
-
border-color: #
|
|
545
|
+
border-color: #034b45 !important;
|
|
546
546
|
}
|
|
547
547
|
:root .pkt-color-bg-brand-yellow-1000 {
|
|
548
|
-
background-color: #
|
|
548
|
+
background-color: #f9c66b !important;
|
|
549
549
|
}
|
|
550
550
|
:root .pkt-color-txt-brand-yellow-1000 {
|
|
551
|
-
color: #
|
|
551
|
+
color: #f9c66b !important;
|
|
552
552
|
}
|
|
553
553
|
:root .pkt-color-border-brand-yellow-1000 {
|
|
554
|
-
border-color: #
|
|
554
|
+
border-color: #f9c66b !important;
|
|
555
555
|
}
|
|
556
556
|
:root .pkt-color-bg-brand-yellow-500 {
|
|
557
|
-
background-color: #
|
|
557
|
+
background-color: #ffe7bc !important;
|
|
558
558
|
}
|
|
559
559
|
:root .pkt-color-txt-brand-yellow-500 {
|
|
560
|
-
color: #
|
|
560
|
+
color: #ffe7bc !important;
|
|
561
561
|
}
|
|
562
562
|
:root .pkt-color-border-brand-yellow-500 {
|
|
563
|
-
border-color: #
|
|
563
|
+
border-color: #ffe7bc !important;
|
|
564
564
|
}
|
|
565
565
|
:root .pkt-color-bg-brand-red-100 {
|
|
566
|
-
background-color: #
|
|
566
|
+
background-color: #fff2f1 !important;
|
|
567
567
|
}
|
|
568
568
|
:root .pkt-color-txt-brand-red-100 {
|
|
569
|
-
color: #
|
|
569
|
+
color: #fff2f1 !important;
|
|
570
570
|
}
|
|
571
571
|
:root .pkt-color-border-brand-red-100 {
|
|
572
|
-
border-color: #
|
|
572
|
+
border-color: #fff2f1 !important;
|
|
573
573
|
}
|
|
574
574
|
:root .pkt-color-bg-brand-red-400 {
|
|
575
|
-
background-color: #
|
|
575
|
+
background-color: #ffdfdc !important;
|
|
576
576
|
}
|
|
577
577
|
:root .pkt-color-txt-brand-red-400 {
|
|
578
|
-
color: #
|
|
578
|
+
color: #ffdfdc !important;
|
|
579
579
|
}
|
|
580
580
|
:root .pkt-color-border-brand-red-400 {
|
|
581
|
-
border-color: #
|
|
581
|
+
border-color: #ffdfdc !important;
|
|
582
582
|
}
|
|
583
583
|
:root .pkt-color-bg-brand-red-600 {
|
|
584
|
-
background-color: #
|
|
584
|
+
background-color: #ffb4ac !important;
|
|
585
585
|
}
|
|
586
586
|
:root .pkt-color-txt-brand-red-600 {
|
|
587
|
-
color: #
|
|
587
|
+
color: #ffb4ac !important;
|
|
588
588
|
}
|
|
589
589
|
:root .pkt-color-border-brand-red-600 {
|
|
590
|
-
border-color: #
|
|
590
|
+
border-color: #ffb4ac !important;
|
|
591
591
|
}
|
|
592
592
|
:root .pkt-color-bg-brand-red-1000 {
|
|
593
|
-
background-color: #
|
|
593
|
+
background-color: #ff8274 !important;
|
|
594
594
|
}
|
|
595
595
|
:root .pkt-color-txt-brand-red-1000 {
|
|
596
|
-
color: #
|
|
596
|
+
color: #ff8274 !important;
|
|
597
597
|
}
|
|
598
598
|
:root .pkt-color-border-brand-red-1000 {
|
|
599
|
-
border-color: #
|
|
599
|
+
border-color: #ff8274 !important;
|
|
600
600
|
}
|
|
601
601
|
:root .pkt-color-bg-brand-light-beige-1000 {
|
|
602
|
-
background-color: #
|
|
602
|
+
background-color: #f8f0dd !important;
|
|
603
603
|
}
|
|
604
604
|
:root .pkt-color-txt-brand-light-beige-1000 {
|
|
605
|
-
color: #
|
|
605
|
+
color: #f8f0dd !important;
|
|
606
606
|
}
|
|
607
607
|
:root .pkt-color-border-brand-light-beige-1000 {
|
|
608
|
-
border-color: #
|
|
608
|
+
border-color: #f8f0dd !important;
|
|
609
609
|
}
|
|
610
610
|
:root .pkt-color-bg-brand-dark-beige-1000 {
|
|
611
|
-
background-color: #
|
|
611
|
+
background-color: #d0bfae !important;
|
|
612
612
|
}
|
|
613
613
|
:root .pkt-color-txt-brand-dark-beige-1000 {
|
|
614
|
-
color: #
|
|
614
|
+
color: #d0bfae !important;
|
|
615
615
|
}
|
|
616
616
|
:root .pkt-color-border-brand-dark-beige-1000 {
|
|
617
|
-
border-color: #
|
|
617
|
+
border-color: #d0bfae !important;
|
|
618
618
|
}
|
|
619
619
|
:root .pkt-color-bg-brand-neutrals-white {
|
|
620
|
-
background-color: #
|
|
620
|
+
background-color: #ffffff !important;
|
|
621
621
|
}
|
|
622
622
|
:root .pkt-color-txt-brand-neutrals-white {
|
|
623
|
-
color: #
|
|
623
|
+
color: #ffffff !important;
|
|
624
624
|
}
|
|
625
625
|
:root .pkt-color-border-brand-neutrals-white {
|
|
626
|
-
border-color: #
|
|
626
|
+
border-color: #ffffff !important;
|
|
627
627
|
}
|
|
628
628
|
:root .pkt-color-bg-brand-neutrals-100 {
|
|
629
|
-
background-color: #
|
|
629
|
+
background-color: #f9f9f9 !important;
|
|
630
630
|
}
|
|
631
631
|
:root .pkt-color-txt-brand-neutrals-100 {
|
|
632
|
-
color: #
|
|
632
|
+
color: #f9f9f9 !important;
|
|
633
633
|
}
|
|
634
634
|
:root .pkt-color-border-brand-neutrals-100 {
|
|
635
|
-
border-color: #
|
|
635
|
+
border-color: #f9f9f9 !important;
|
|
636
636
|
}
|
|
637
637
|
:root .pkt-color-bg-brand-neutrals-200 {
|
|
638
|
-
background-color: #
|
|
638
|
+
background-color: #f2f2f2 !important;
|
|
639
639
|
}
|
|
640
640
|
:root .pkt-color-txt-brand-neutrals-200 {
|
|
641
|
-
color: #
|
|
641
|
+
color: #f2f2f2 !important;
|
|
642
642
|
}
|
|
643
643
|
:root .pkt-color-border-brand-neutrals-200 {
|
|
644
|
-
border-color: #
|
|
644
|
+
border-color: #f2f2f2 !important;
|
|
645
645
|
}
|
|
646
646
|
:root .pkt-color-bg-brand-neutrals-1000 {
|
|
647
|
-
background-color: #
|
|
647
|
+
background-color: #2c2c2c !important;
|
|
648
648
|
}
|
|
649
649
|
:root .pkt-color-txt-brand-neutrals-1000 {
|
|
650
|
-
color: #
|
|
650
|
+
color: #2c2c2c !important;
|
|
651
651
|
}
|
|
652
652
|
:root .pkt-color-border-brand-neutrals-1000 {
|
|
653
|
-
border-color: #
|
|
653
|
+
border-color: #2c2c2c !important;
|
|
654
654
|
}
|
|
655
655
|
:root .pkt-color-bg-brand-neutrals-black {
|
|
656
656
|
background-color: #000000 !important;
|
|
@@ -671,49 +671,49 @@ input::-webkit-datetime-edit {
|
|
|
671
671
|
border-color: transparent !important;
|
|
672
672
|
}
|
|
673
673
|
:root .pkt-color-bg-brand-purple-1000 {
|
|
674
|
-
background-color: #
|
|
674
|
+
background-color: #e0adff !important;
|
|
675
675
|
}
|
|
676
676
|
:root .pkt-color-txt-brand-purple-1000 {
|
|
677
|
-
color: #
|
|
677
|
+
color: #e0adff !important;
|
|
678
678
|
}
|
|
679
679
|
:root .pkt-color-border-brand-purple-1000 {
|
|
680
|
-
border-color: #
|
|
680
|
+
border-color: #e0adff !important;
|
|
681
681
|
}
|
|
682
682
|
:root .pkt-color-bg-grays-gray-100 {
|
|
683
|
-
background-color: #
|
|
683
|
+
background-color: #e6e6e6 !important;
|
|
684
684
|
}
|
|
685
685
|
:root .pkt-color-txt-grays-gray-100 {
|
|
686
|
-
color: #
|
|
686
|
+
color: #e6e6e6 !important;
|
|
687
687
|
}
|
|
688
688
|
:root .pkt-color-border-grays-gray-100 {
|
|
689
|
-
border-color: #
|
|
689
|
+
border-color: #e6e6e6 !important;
|
|
690
690
|
}
|
|
691
691
|
:root .pkt-color-bg-grays-gray-200 {
|
|
692
|
-
background-color: #
|
|
692
|
+
background-color: #cccccc !important;
|
|
693
693
|
}
|
|
694
694
|
:root .pkt-color-txt-grays-gray-200 {
|
|
695
|
-
color: #
|
|
695
|
+
color: #cccccc !important;
|
|
696
696
|
}
|
|
697
697
|
:root .pkt-color-border-grays-gray-200 {
|
|
698
|
-
border-color: #
|
|
698
|
+
border-color: #cccccc !important;
|
|
699
699
|
}
|
|
700
700
|
:root .pkt-color-bg-grays-gray-300 {
|
|
701
|
-
background-color: #
|
|
701
|
+
background-color: #b3b3b3 !important;
|
|
702
702
|
}
|
|
703
703
|
:root .pkt-color-txt-grays-gray-300 {
|
|
704
|
-
color: #
|
|
704
|
+
color: #b3b3b3 !important;
|
|
705
705
|
}
|
|
706
706
|
:root .pkt-color-border-grays-gray-300 {
|
|
707
|
-
border-color: #
|
|
707
|
+
border-color: #b3b3b3 !important;
|
|
708
708
|
}
|
|
709
709
|
:root .pkt-color-bg-grays-gray-400 {
|
|
710
|
-
background-color: #
|
|
710
|
+
background-color: #9a9a9a !important;
|
|
711
711
|
}
|
|
712
712
|
:root .pkt-color-txt-grays-gray-400 {
|
|
713
|
-
color: #
|
|
713
|
+
color: #9a9a9a !important;
|
|
714
714
|
}
|
|
715
715
|
:root .pkt-color-border-grays-gray-400 {
|
|
716
|
-
border-color: #
|
|
716
|
+
border-color: #9a9a9a !important;
|
|
717
717
|
}
|
|
718
718
|
:root .pkt-color-bg-grays-gray-500 {
|
|
719
719
|
background-color: #808080 !important;
|
|
@@ -734,13 +734,13 @@ input::-webkit-datetime-edit {
|
|
|
734
734
|
border-color: #666666 !important;
|
|
735
735
|
}
|
|
736
736
|
:root .pkt-color-bg-grays-gray-700 {
|
|
737
|
-
background-color: #
|
|
737
|
+
background-color: #4d4d4d !important;
|
|
738
738
|
}
|
|
739
739
|
:root .pkt-color-txt-grays-gray-700 {
|
|
740
|
-
color: #
|
|
740
|
+
color: #4d4d4d !important;
|
|
741
741
|
}
|
|
742
742
|
:root .pkt-color-border-grays-gray-700 {
|
|
743
|
-
border-color: #
|
|
743
|
+
border-color: #4d4d4d !important;
|
|
744
744
|
}
|
|
745
745
|
:root .pkt-color-bg-grays-gray-800 {
|
|
746
746
|
background-color: #333333 !important;
|
|
@@ -752,22 +752,22 @@ input::-webkit-datetime-edit {
|
|
|
752
752
|
border-color: #333333 !important;
|
|
753
753
|
}
|
|
754
754
|
:root .pkt-color-bg-grays-gray-900 {
|
|
755
|
-
background-color: #
|
|
755
|
+
background-color: #1a1a1a !important;
|
|
756
756
|
}
|
|
757
757
|
:root .pkt-color-txt-grays-gray-900 {
|
|
758
|
-
color: #
|
|
758
|
+
color: #1a1a1a !important;
|
|
759
759
|
}
|
|
760
760
|
:root .pkt-color-border-grays-gray-900 {
|
|
761
|
-
border-color: #
|
|
761
|
+
border-color: #1a1a1a !important;
|
|
762
762
|
}
|
|
763
763
|
:root .pkt-color-bg-grays-gray-1000 {
|
|
764
|
-
background-color: #
|
|
764
|
+
background-color: #2c2c2c !important;
|
|
765
765
|
}
|
|
766
766
|
:root .pkt-color-txt-grays-gray-1000 {
|
|
767
|
-
color: #
|
|
767
|
+
color: #2c2c2c !important;
|
|
768
768
|
}
|
|
769
769
|
:root .pkt-color-border-grays-gray-1000 {
|
|
770
|
-
border-color: #
|
|
770
|
+
border-color: #2c2c2c !important;
|
|
771
771
|
}
|
|
772
772
|
:root .pkt-color-bg-background-card {
|
|
773
773
|
background-color: var(--pkt-color-background-card) !important;
|
|
@@ -17696,22 +17696,15 @@ button.pkt-link {
|
|
|
17696
17696
|
text-align: left;
|
|
17697
17697
|
align-items: center;
|
|
17698
17698
|
column-gap: 0.5rem;
|
|
17699
|
-
font-size: 1.125rem;
|
|
17700
|
-
font-weight: 500;
|
|
17701
|
-
letter-spacing: -0.2px;
|
|
17702
|
-
line-height: 1.75rem;
|
|
17703
|
-
height: 3rem;
|
|
17704
|
-
line-height: 1.1;
|
|
17705
|
-
padding: 0 1rem;
|
|
17706
17699
|
}
|
|
17707
17700
|
.pkt-btn--small {
|
|
17708
|
-
font-size: 0.875rem;
|
|
17709
|
-
font-weight: 500;
|
|
17710
|
-
letter-spacing: -0.2px;
|
|
17711
|
-
line-height: 1.375rem;
|
|
17712
17701
|
height: 2.625rem;
|
|
17713
|
-
line-height: 1.1;
|
|
17714
17702
|
padding: 0 0.5rem;
|
|
17703
|
+
line-height: 1.1;
|
|
17704
|
+
letter-spacing: -0.2px;
|
|
17705
|
+
font-weight: 500;
|
|
17706
|
+
font-size: 0.875rem;
|
|
17707
|
+
line-height: 1.375rem;
|
|
17715
17708
|
}
|
|
17716
17709
|
.pkt-btn--small .pkt-btn__icon, .pkt-btn--small .pkt-btn__icon .pkt-icon {
|
|
17717
17710
|
height: 1.25rem;
|
|
@@ -17720,6 +17713,15 @@ button.pkt-link {
|
|
|
17720
17713
|
.pkt-btn--small.pkt-btn--icon-only {
|
|
17721
17714
|
padding: 0 0.5625rem;
|
|
17722
17715
|
}
|
|
17716
|
+
.pkt-btn {
|
|
17717
|
+
height: 3rem;
|
|
17718
|
+
padding: 0 1rem;
|
|
17719
|
+
line-height: 1.1;
|
|
17720
|
+
letter-spacing: -0.2px;
|
|
17721
|
+
font-weight: 500;
|
|
17722
|
+
font-size: 1.125rem;
|
|
17723
|
+
line-height: 1.75rem;
|
|
17724
|
+
}
|
|
17723
17725
|
.pkt-btn__icon, .pkt-btn__icon .pkt-icon {
|
|
17724
17726
|
height: 1.5rem;
|
|
17725
17727
|
width: 1.5rem;
|
|
@@ -17740,13 +17742,13 @@ button.pkt-link {
|
|
|
17740
17742
|
padding: 0 0.625rem;
|
|
17741
17743
|
}
|
|
17742
17744
|
.pkt-btn--large {
|
|
17743
|
-
font-size: 1.5rem;
|
|
17744
|
-
font-weight: 500;
|
|
17745
|
-
letter-spacing: -0.2px;
|
|
17746
|
-
line-height: 2.25rem;
|
|
17747
17745
|
height: 4rem;
|
|
17748
|
-
line-height: 1.1;
|
|
17749
17746
|
padding: 0 1rem;
|
|
17747
|
+
line-height: 1.1;
|
|
17748
|
+
letter-spacing: -0.2px;
|
|
17749
|
+
font-weight: 500;
|
|
17750
|
+
font-size: 1.5rem;
|
|
17751
|
+
line-height: 2.25rem;
|
|
17750
17752
|
}
|
|
17751
17753
|
.pkt-btn--large .pkt-btn__icon, .pkt-btn--large .pkt-btn__icon .pkt-icon {
|
|
17752
17754
|
height: 2rem;
|
|
@@ -17967,10 +17969,10 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
|
|
|
17967
17969
|
color: var(--pkt-color-grays-gray-300);
|
|
17968
17970
|
cursor: inherit;
|
|
17969
17971
|
}
|
|
17970
|
-
/*
|
|
17972
|
+
/*
|
|
17971
17973
|
* Checkbox and radio
|
|
17972
|
-
*
|
|
17973
|
-
*
|
|
17974
|
+
*
|
|
17975
|
+
*
|
|
17974
17976
|
*/
|
|
17975
17977
|
.pkt-input-check, .pkt-input-check__input, .pkt-input-check__input-checkbox, .pkt-input-check__input--tile {
|
|
17976
17978
|
--pkt-color-input-background-normal: var(--pkt-color-brand-neutrals-white);
|
|
@@ -17986,9 +17988,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
|
|
|
17986
17988
|
--pkt-color-input-text-error: var(--pkt-color-brand-red-1000);
|
|
17987
17989
|
}
|
|
17988
17990
|
[data-mode=dark] .pkt-input-check, [data-mode=dark] .pkt-input-check__input, [data-mode=dark] .pkt-input-check__input-checkbox, [data-mode=dark] .pkt-input-check__input--tile {
|
|
17989
|
-
--pkt-color-input-background-normal: var(
|
|
17990
|
-
--pkt-color-brand-dark-blue-1000
|
|
17991
|
-
);
|
|
17991
|
+
--pkt-color-input-background-normal: var(--pkt-color-brand-dark-blue-1000);
|
|
17992
17992
|
--pkt-color-input-border-active: var(--pkt-color-brand-blue-500);
|
|
17993
17993
|
--pkt-color-input-border-disabled: var(--pkt-color-grays-gray-200);
|
|
17994
17994
|
--pkt-color-input-border-error: var(--pkt-color-brand-red-1000);
|
|
@@ -18010,21 +18010,21 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
|
|
|
18010
18010
|
display: flex;
|
|
18011
18011
|
}
|
|
18012
18012
|
.pkt-input-check__input-label {
|
|
18013
|
-
font-size: 1rem;
|
|
18014
|
-
font-weight: 300;
|
|
18015
|
-
letter-spacing: -0.2px;
|
|
18016
|
-
line-height: 1.5rem;
|
|
18017
18013
|
color: var(--pkt-color-text-body-default);
|
|
18018
18014
|
padding-left: 0.5rem;
|
|
18015
|
+
letter-spacing: -0.2px;
|
|
18016
|
+
font-weight: 300;
|
|
18017
|
+
font-size: 1rem;
|
|
18018
|
+
line-height: 1.5rem;
|
|
18019
18019
|
}
|
|
18020
18020
|
.pkt-input-check__input-helptext {
|
|
18021
|
-
font-size: 0.875rem;
|
|
18022
|
-
font-weight: 300;
|
|
18023
|
-
letter-spacing: -0.2px;
|
|
18024
|
-
line-height: 1.375rem;
|
|
18025
18021
|
padding-top: 0.5rem;
|
|
18026
|
-
color: var(--pkt-color-text-body-default);
|
|
18027
18022
|
max-width: 21.875rem;
|
|
18023
|
+
color: var(--pkt-color-text-body-default);
|
|
18024
|
+
letter-spacing: -0.2px;
|
|
18025
|
+
font-weight: 300;
|
|
18026
|
+
font-size: 0.875rem;
|
|
18027
|
+
line-height: 1.375rem;
|
|
18028
18028
|
}
|
|
18029
18029
|
.pkt-input-check__input:hover > .pkt-input-check__input-checkbox:not(:disabled) + .pkt-input-check__input-label {
|
|
18030
18030
|
color: var(--pkt-color-input-text-hover);
|
|
@@ -18141,16 +18141,12 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
|
|
|
18141
18141
|
}
|
|
18142
18142
|
.pkt-input-check__input-checkbox:disabled[type=checkbox] {
|
|
18143
18143
|
background-color: var(--pkt-color-surface-default-gray);
|
|
18144
|
-
--pkt-color-input-check-border: var(
|
|
18145
|
-
--pkt-color-input-border-disabled
|
|
18146
|
-
);
|
|
18144
|
+
--pkt-color-input-check-border: var(--pkt-color-input-border-disabled);
|
|
18147
18145
|
cursor: not-allowed;
|
|
18148
18146
|
}
|
|
18149
18147
|
.pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after {
|
|
18150
18148
|
--svg: url(https://punkt-cdn.oslo.kommune.no/12.12/icons/check-medium.svg);
|
|
18151
|
-
--pkt-color-input-check-border: var(
|
|
18152
|
-
--pkt-color-input-border-normal
|
|
18153
|
-
);
|
|
18149
|
+
--pkt-color-input-check-border: var(--pkt-color-input-border-normal);
|
|
18154
18150
|
filter: grayscale(100%) brightness(400%);
|
|
18155
18151
|
}
|
|
18156
18152
|
.pkt-input-check__input-checkbox:disabled[type=radio] {
|
|
@@ -18161,9 +18157,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
|
|
|
18161
18157
|
}
|
|
18162
18158
|
.pkt-input-check__input-checkbox:disabled:checked[type=checkbox] {
|
|
18163
18159
|
background-color: var(--pkt-color-input-border-disabled);
|
|
18164
|
-
--pkt-color-input-check-border: var(
|
|
18165
|
-
--pkt-color-input-border-disabled
|
|
18166
|
-
);
|
|
18160
|
+
--pkt-color-input-check-border: var(--pkt-color-input-border-disabled);
|
|
18167
18161
|
}
|
|
18168
18162
|
.pkt-input-check__input-checkbox:disabled:checked[type=radio] {
|
|
18169
18163
|
box-shadow: 0px 0px 0px 0.125rem var(--pkt-color-input-border-disabled);
|
|
@@ -18341,10 +18335,6 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18341
18335
|
|
|
18342
18336
|
.pkt-input, .pkt-textinput__input, .pkt-select select,
|
|
18343
18337
|
.pkt-select:is(select) {
|
|
18344
|
-
font-size: 1.125rem;
|
|
18345
|
-
font-weight: 300;
|
|
18346
|
-
letter-spacing: -0.2px;
|
|
18347
|
-
line-height: 1.75rem;
|
|
18348
18338
|
display: flex;
|
|
18349
18339
|
align-items: center;
|
|
18350
18340
|
appearance: none;
|
|
@@ -18354,6 +18344,10 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18354
18344
|
color: var(--pkt-color-input-text-normal);
|
|
18355
18345
|
margin: 0;
|
|
18356
18346
|
padding: 0.5rem 1rem;
|
|
18347
|
+
letter-spacing: -0.2px;
|
|
18348
|
+
font-weight: 300;
|
|
18349
|
+
font-size: 1.125rem;
|
|
18350
|
+
line-height: 1.75rem;
|
|
18357
18351
|
}
|
|
18358
18352
|
.pkt-input:not(.pkt-input-compact), .pkt-textinput__input:not(.pkt-input-compact), .pkt-select select:not(.pkt-input-compact),
|
|
18359
18353
|
.pkt-select:not(.pkt-input-compact):is(select) {
|
|
@@ -18364,9 +18358,9 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18364
18358
|
border: 0;
|
|
18365
18359
|
border-bottom: 1px solid var(--pkt-color-input-border-normal);
|
|
18366
18360
|
padding: 0 0 0.1rem 0;
|
|
18367
|
-
font-size: 1rem;
|
|
18368
|
-
font-weight: 300;
|
|
18369
18361
|
letter-spacing: -0.2px;
|
|
18362
|
+
font-weight: 300;
|
|
18363
|
+
font-size: 1rem;
|
|
18370
18364
|
line-height: 1.5rem;
|
|
18371
18365
|
}
|
|
18372
18366
|
.pkt-input-compact.pkt-input:is(select):not([multiple]), .pkt-input-compact.pkt-textinput__input:is(select):not([multiple]), .pkt-select select.pkt-input-compact:is(select):not([multiple]),
|
|
@@ -18445,10 +18439,12 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18445
18439
|
border: 2px solid var(--pkt-color-input-border-disabled);
|
|
18446
18440
|
}
|
|
18447
18441
|
.pkt-input-prefix, .pkt-input-suffix, .pkt-input-icon, .pkt-input-separator {
|
|
18448
|
-
font-size: 1.125rem;
|
|
18449
|
-
font-weight: 300;
|
|
18450
18442
|
letter-spacing: -0.2px;
|
|
18443
|
+
font-weight: 300;
|
|
18444
|
+
font-size: 1.125rem;
|
|
18451
18445
|
line-height: 1.75rem;
|
|
18446
|
+
}
|
|
18447
|
+
.pkt-input-prefix, .pkt-input-suffix, .pkt-input-icon, .pkt-input-separator {
|
|
18452
18448
|
display: flex;
|
|
18453
18449
|
align-items: center;
|
|
18454
18450
|
width: auto;
|
|
@@ -18548,18 +18544,22 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18548
18544
|
border-color: var(--pkt-color-input-border-active);
|
|
18549
18545
|
}
|
|
18550
18546
|
.pkt-input__counter {
|
|
18551
|
-
font-size: 0.875rem;
|
|
18552
|
-
font-weight: 300;
|
|
18553
18547
|
letter-spacing: -0.2px;
|
|
18548
|
+
font-weight: 300;
|
|
18549
|
+
font-size: 0.875rem;
|
|
18554
18550
|
line-height: 1.375rem;
|
|
18551
|
+
}
|
|
18552
|
+
.pkt-input__counter {
|
|
18555
18553
|
width: min(100%, 31rem);
|
|
18556
18554
|
text-align: right;
|
|
18557
18555
|
}
|
|
18558
18556
|
.pkt-input__counter--error {
|
|
18559
|
-
font-size: 0.875rem;
|
|
18560
|
-
font-weight: 500;
|
|
18561
18557
|
letter-spacing: -0.2px;
|
|
18558
|
+
font-weight: 500;
|
|
18559
|
+
font-size: 0.875rem;
|
|
18562
18560
|
line-height: 1.375rem;
|
|
18561
|
+
}
|
|
18562
|
+
.pkt-input__counter--error {
|
|
18563
18563
|
color: var(--pkt-color-input-text-error);
|
|
18564
18564
|
}
|
|
18565
18565
|
.pkt-input__range-inputs {
|
|
@@ -18700,18 +18700,19 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18700
18700
|
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
|
18701
18701
|
}
|
|
18702
18702
|
|
|
18703
|
-
/*
|
|
18703
|
+
/*
|
|
18704
18704
|
* Section elements
|
|
18705
|
-
*
|
|
18705
|
+
*
|
|
18706
18706
|
*/
|
|
18707
18707
|
.pkt-section {
|
|
18708
18708
|
margin: 1rem 0;
|
|
18709
18709
|
}
|
|
18710
18710
|
|
|
18711
18711
|
.pkt-section--dark {
|
|
18712
|
+
color: white;
|
|
18712
18713
|
margin: 1rem 0;
|
|
18713
18714
|
padding: 0.75rem;
|
|
18714
|
-
background-color: #
|
|
18715
|
+
background-color: #2a2859;
|
|
18715
18716
|
/*
|
|
18716
18717
|
@if luminance($backgroundColor) < 0.4 {
|
|
18717
18718
|
color: white;
|
|
@@ -18722,7 +18723,6 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18722
18723
|
}
|
|
18723
18724
|
}
|
|
18724
18725
|
*/
|
|
18725
|
-
color: white;
|
|
18726
18726
|
}
|
|
18727
18727
|
@media screen and (min-width: 35.938rem) {
|
|
18728
18728
|
.pkt-section--dark {
|
|
@@ -18739,9 +18739,10 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18739
18739
|
}
|
|
18740
18740
|
|
|
18741
18741
|
.pkt-section--danger {
|
|
18742
|
+
color: black;
|
|
18742
18743
|
margin: 1rem 0;
|
|
18743
18744
|
padding: 0.75rem;
|
|
18744
|
-
background-color: #
|
|
18745
|
+
background-color: #ff8274;
|
|
18745
18746
|
/*
|
|
18746
18747
|
@if luminance($backgroundColor) < 0.4 {
|
|
18747
18748
|
color: white;
|
|
@@ -18752,7 +18753,6 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18752
18753
|
}
|
|
18753
18754
|
}
|
|
18754
18755
|
*/
|
|
18755
|
-
color: black;
|
|
18756
18756
|
}
|
|
18757
18757
|
@media screen and (min-width: 35.938rem) {
|
|
18758
18758
|
.pkt-section--danger {
|
|
@@ -18772,7 +18772,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18772
18772
|
.pkt-section--grey {
|
|
18773
18773
|
margin: 1rem 0;
|
|
18774
18774
|
padding: 0.75rem;
|
|
18775
|
-
background-color: #
|
|
18775
|
+
background-color: #f2f2f2;
|
|
18776
18776
|
/*
|
|
18777
18777
|
@if luminance($backgroundColor) < 0.4 {
|
|
18778
18778
|
color: white;
|
|
@@ -18798,9 +18798,10 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18798
18798
|
}
|
|
18799
18799
|
|
|
18800
18800
|
.pkt-section--success {
|
|
18801
|
+
color: black;
|
|
18801
18802
|
margin: 1rem 0;
|
|
18802
18803
|
padding: 0.75rem;
|
|
18803
|
-
background-color: #
|
|
18804
|
+
background-color: #43f8b6;
|
|
18804
18805
|
/*
|
|
18805
18806
|
@if luminance($backgroundColor) < 0.4 {
|
|
18806
18807
|
color: white;
|
|
@@ -18811,7 +18812,6 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18811
18812
|
}
|
|
18812
18813
|
}
|
|
18813
18814
|
*/
|
|
18814
|
-
color: black;
|
|
18815
18815
|
}
|
|
18816
18816
|
@media screen and (min-width: 35.938rem) {
|
|
18817
18817
|
.pkt-section--success {
|
|
@@ -18830,7 +18830,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18830
18830
|
.pkt-section--warning {
|
|
18831
18831
|
margin: 1rem 0;
|
|
18832
18832
|
padding: 0.75rem;
|
|
18833
|
-
background-color: #
|
|
18833
|
+
background-color: #f9c66b;
|
|
18834
18834
|
/*
|
|
18835
18835
|
@if luminance($backgroundColor) < 0.4 {
|
|
18836
18836
|
color: white;
|
|
@@ -18856,7 +18856,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18856
18856
|
.pkt-section--info {
|
|
18857
18857
|
margin: 1rem 0;
|
|
18858
18858
|
padding: 0.75rem;
|
|
18859
|
-
background-color: #
|
|
18859
|
+
background-color: #b3f5ff;
|
|
18860
18860
|
/*
|
|
18861
18861
|
@if luminance($backgroundColor) < 0.4 {
|
|
18862
18862
|
color: white;
|
|
@@ -18883,6 +18883,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18883
18883
|
}
|
|
18884
18884
|
|
|
18885
18885
|
.pkt-section--frame {
|
|
18886
|
+
border: 1px solid #2c2c2c;
|
|
18886
18887
|
margin: 1rem 0;
|
|
18887
18888
|
padding: 0.75rem;
|
|
18888
18889
|
background-color: white;
|
|
@@ -18896,7 +18897,6 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18896
18897
|
}
|
|
18897
18898
|
}
|
|
18898
18899
|
*/
|
|
18899
|
-
border: 1px solid #2C2C2C;
|
|
18900
18900
|
}
|
|
18901
18901
|
@media screen and (min-width: 35.938rem) {
|
|
18902
18902
|
.pkt-section--frame {
|
|
@@ -19195,22 +19195,22 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
19195
19195
|
color: var(--pkt-color-alert-txt);
|
|
19196
19196
|
}
|
|
19197
19197
|
.pkt-alert__title {
|
|
19198
|
-
|
|
19199
|
-
font-weight: 500;
|
|
19198
|
+
margin: 0 0 1.5rem 2.5rem;
|
|
19200
19199
|
letter-spacing: -0.2px;
|
|
19200
|
+
font-weight: 500;
|
|
19201
|
+
font-size: 1.125rem;
|
|
19201
19202
|
line-height: 1.75rem;
|
|
19202
|
-
margin: 0 0 1.5rem 2.5rem;
|
|
19203
19203
|
}
|
|
19204
19204
|
.pkt-alert__close ~ .pkt-alert__title {
|
|
19205
19205
|
margin: 0 4rem 1.5rem 2.5rem;
|
|
19206
19206
|
}
|
|
19207
19207
|
.pkt-alert__text {
|
|
19208
|
-
font-size: 1.125rem;
|
|
19209
|
-
font-weight: 300;
|
|
19210
|
-
letter-spacing: -0.2px;
|
|
19211
|
-
line-height: 1.75rem;
|
|
19212
19208
|
margin: 0 0 0 2.5rem;
|
|
19213
19209
|
overflow-wrap: break-word;
|
|
19210
|
+
letter-spacing: -0.2px;
|
|
19211
|
+
font-weight: 300;
|
|
19212
|
+
font-size: 1.125rem;
|
|
19213
|
+
line-height: 1.75rem;
|
|
19214
19214
|
}
|
|
19215
19215
|
.pkt-alert__text p {
|
|
19216
19216
|
margin-bottom: 1rem;
|
|
@@ -19229,11 +19229,11 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
19229
19229
|
margin-right: 0;
|
|
19230
19230
|
}
|
|
19231
19231
|
.pkt-alert__date {
|
|
19232
|
-
|
|
19233
|
-
font-weight: 300;
|
|
19232
|
+
margin-top: 1.5rem;
|
|
19234
19233
|
letter-spacing: -0.2px;
|
|
19234
|
+
font-weight: 300;
|
|
19235
|
+
font-size: 0.875rem;
|
|
19235
19236
|
line-height: 1.375rem;
|
|
19236
|
-
margin-top: 1.5rem;
|
|
19237
19237
|
}
|
|
19238
19238
|
.pkt-alert__icon {
|
|
19239
19239
|
--fg-color: var(--pkt-color-alert-icon-fg);
|
|
@@ -19262,28 +19262,28 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
19262
19262
|
left: 1.25rem;
|
|
19263
19263
|
}
|
|
19264
19264
|
.pkt-alert--compact .pkt-alert__text {
|
|
19265
|
-
|
|
19266
|
-
font-weight: 300;
|
|
19265
|
+
margin: 0 2.875rem;
|
|
19267
19266
|
letter-spacing: -0.2px;
|
|
19267
|
+
font-weight: 300;
|
|
19268
|
+
font-size: 1rem;
|
|
19268
19269
|
line-height: 1.5rem;
|
|
19269
|
-
margin: 0 2.875rem;
|
|
19270
19270
|
}
|
|
19271
19271
|
.pkt-alert--compact .pkt-alert__close {
|
|
19272
19272
|
top: 0.25rem;
|
|
19273
19273
|
}
|
|
19274
19274
|
|
|
19275
|
-
/*
|
|
19275
|
+
/*
|
|
19276
19276
|
* Back link component
|
|
19277
19277
|
*/
|
|
19278
19278
|
.pkt-back-link__icon {
|
|
19279
19279
|
flex-basis: 1rem;
|
|
19280
19280
|
}
|
|
19281
19281
|
.pkt-back-link__text {
|
|
19282
|
-
|
|
19283
|
-
font-weight: 300;
|
|
19282
|
+
flex-grow: 1;
|
|
19284
19283
|
letter-spacing: -0.2px;
|
|
19284
|
+
font-weight: 300;
|
|
19285
|
+
font-size: 0.875rem;
|
|
19285
19286
|
line-height: 1.375rem;
|
|
19286
|
-
flex-grow: 1;
|
|
19287
19287
|
}
|
|
19288
19288
|
|
|
19289
19289
|
/*
|
|
@@ -19333,9 +19333,9 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
19333
19333
|
*/
|
|
19334
19334
|
.pkt-breadcrumbs {
|
|
19335
19335
|
position: relative;
|
|
19336
|
-
font-size: 0.875rem;
|
|
19337
|
-
font-weight: 300;
|
|
19338
19336
|
letter-spacing: -0.2px;
|
|
19337
|
+
font-weight: 300;
|
|
19338
|
+
font-size: 0.875rem;
|
|
19339
19339
|
line-height: 1.375rem;
|
|
19340
19340
|
}
|
|
19341
19341
|
.pkt-breadcrumbs__list {
|
|
@@ -19447,9 +19447,9 @@ pkt-calendar .pkt-cal-month-nav .pkt-cal-month-picker {
|
|
|
19447
19447
|
}
|
|
19448
19448
|
.pkt-calendar .pkt-cal-month-nav .pkt-cal-month-picker .pkt-input,
|
|
19449
19449
|
pkt-calendar .pkt-cal-month-nav .pkt-cal-month-picker .pkt-input {
|
|
19450
|
-
font-size: 1rem;
|
|
19451
|
-
font-weight: 500;
|
|
19452
19450
|
letter-spacing: -0.2px;
|
|
19451
|
+
font-weight: 500;
|
|
19452
|
+
font-size: 1rem;
|
|
19453
19453
|
line-height: 1.5rem;
|
|
19454
19454
|
}
|
|
19455
19455
|
.pkt-calendar .pkt-cal-month-nav .pkt-cal-month-picker .pkt-input:is(select),
|
|
@@ -19734,15 +19734,15 @@ pkt-datepicker .pkt-datepicker__tags .pkt-tag {
|
|
|
19734
19734
|
* Footer element
|
|
19735
19735
|
*/
|
|
19736
19736
|
.pkt-footer {
|
|
19737
|
-
font-size: 1.125rem;
|
|
19738
|
-
font-weight: 300;
|
|
19739
|
-
letter-spacing: -0.2px;
|
|
19740
|
-
line-height: 1.75rem;
|
|
19741
19737
|
padding: 2.5rem 1.5rem;
|
|
19742
19738
|
background-color: var(--pkt-color-surface-strong-dark-blue);
|
|
19743
19739
|
color: var(--pkt-color-text-body-default);
|
|
19744
19740
|
display: flex;
|
|
19745
19741
|
align-items: center;
|
|
19742
|
+
letter-spacing: -0.2px;
|
|
19743
|
+
font-weight: 300;
|
|
19744
|
+
font-size: 1.125rem;
|
|
19745
|
+
line-height: 1.75rem;
|
|
19746
19746
|
}
|
|
19747
19747
|
@media screen and (min-width: 80rem) {
|
|
19748
19748
|
.pkt-footer {
|
|
@@ -19754,13 +19754,13 @@ pkt-datepicker .pkt-datepicker__tags .pkt-tag {
|
|
|
19754
19754
|
max-width: 80rem;
|
|
19755
19755
|
}
|
|
19756
19756
|
.pkt-footer__title {
|
|
19757
|
-
font-size: 1.5rem;
|
|
19758
|
-
font-weight: 500;
|
|
19759
|
-
letter-spacing: -0.2px;
|
|
19760
|
-
line-height: 2.25rem;
|
|
19761
19757
|
margin-bottom: 2rem;
|
|
19762
19758
|
margin-top: 0;
|
|
19763
19759
|
color: var(--pkt-color-text-body-default);
|
|
19760
|
+
letter-spacing: -0.2px;
|
|
19761
|
+
font-weight: 500;
|
|
19762
|
+
font-size: 1.5rem;
|
|
19763
|
+
line-height: 2.25rem;
|
|
19764
19764
|
}
|
|
19765
19765
|
.pkt-footer__text:last-child {
|
|
19766
19766
|
margin-bottom: 0;
|
|
@@ -19837,15 +19837,15 @@ pkt-datepicker .pkt-datepicker__tags .pkt-tag {
|
|
|
19837
19837
|
}
|
|
19838
19838
|
|
|
19839
19839
|
.pkt-footer-simple {
|
|
19840
|
-
font-size: 1.125rem;
|
|
19841
|
-
font-weight: 300;
|
|
19842
|
-
letter-spacing: -0.2px;
|
|
19843
|
-
line-height: 1.75rem;
|
|
19844
19840
|
padding: 2rem 1.5rem;
|
|
19845
19841
|
background-color: var(--pkt-color-surface-strong-dark-blue);
|
|
19846
19842
|
color: var(--pkt-color-text-body-default);
|
|
19847
19843
|
display: flex;
|
|
19848
19844
|
align-items: center;
|
|
19845
|
+
letter-spacing: -0.2px;
|
|
19846
|
+
font-weight: 300;
|
|
19847
|
+
font-size: 1.125rem;
|
|
19848
|
+
line-height: 1.75rem;
|
|
19849
19849
|
}
|
|
19850
19850
|
@media screen and (min-width: 80rem) {
|
|
19851
19851
|
.pkt-footer-simple {
|
|
@@ -19961,9 +19961,9 @@ pkt-datepicker .pkt-datepicker__tags .pkt-tag {
|
|
|
19961
19961
|
white-space: nowrap;
|
|
19962
19962
|
text-overflow: ellipsis;
|
|
19963
19963
|
overflow: hidden;
|
|
19964
|
-
font-size: 1.375rem;
|
|
19965
|
-
font-weight: 300;
|
|
19966
19964
|
letter-spacing: -0.2px;
|
|
19965
|
+
font-weight: 300;
|
|
19966
|
+
font-size: 1.375rem;
|
|
19967
19967
|
line-height: 2.125rem;
|
|
19968
19968
|
}
|
|
19969
19969
|
@media screen and (min-width: 48rem) {
|
|
@@ -19974,9 +19974,9 @@ pkt-datepicker .pkt-datepicker__tags .pkt-tag {
|
|
|
19974
19974
|
@media screen and (min-width: 80rem) {
|
|
19975
19975
|
.pkt-header__logo-service {
|
|
19976
19976
|
padding-top: 0.6rem;
|
|
19977
|
-
font-size: 1.5rem;
|
|
19978
|
-
font-weight: 300;
|
|
19979
19977
|
letter-spacing: -0.2px;
|
|
19978
|
+
font-weight: 300;
|
|
19979
|
+
font-size: 1.5rem;
|
|
19980
19980
|
line-height: 2.25rem;
|
|
19981
19981
|
}
|
|
19982
19982
|
}
|
|
@@ -19999,9 +19999,9 @@ pkt-datepicker .pkt-datepicker__tags .pkt-tag {
|
|
|
19999
19999
|
}
|
|
20000
20000
|
.pkt-header--narrow .pkt-header__logo-service {
|
|
20001
20001
|
padding-top: 0.28rem;
|
|
20002
|
-
font-size: 1.125rem;
|
|
20003
|
-
font-weight: 300;
|
|
20004
20002
|
letter-spacing: -0.2px;
|
|
20003
|
+
font-weight: 300;
|
|
20004
|
+
font-size: 1.125rem;
|
|
20005
20005
|
line-height: 1.75rem;
|
|
20006
20006
|
}
|
|
20007
20007
|
.pkt-header--narrow .pkt-header__logo-svg {
|
|
@@ -20131,21 +20131,21 @@ pkt-datepicker .pkt-datepicker__tags .pkt-tag {
|
|
|
20131
20131
|
}
|
|
20132
20132
|
.pkt-user-menu__label {
|
|
20133
20133
|
color: var(--pkt-color-grays-gray-600);
|
|
20134
|
-
font-size: 0.875rem;
|
|
20135
|
-
font-weight: 500;
|
|
20136
20134
|
letter-spacing: -0.2px;
|
|
20135
|
+
font-weight: 500;
|
|
20136
|
+
font-size: 0.875rem;
|
|
20137
20137
|
line-height: 1.375rem;
|
|
20138
20138
|
}
|
|
20139
20139
|
.pkt-user-menu__name {
|
|
20140
|
-
font-size: 1.125rem;
|
|
20141
|
-
font-weight: 500;
|
|
20142
20140
|
letter-spacing: -0.2px;
|
|
20141
|
+
font-weight: 500;
|
|
20142
|
+
font-size: 1.125rem;
|
|
20143
20143
|
line-height: 1.75rem;
|
|
20144
20144
|
}
|
|
20145
20145
|
.pkt-user-menu__last-logged-in, .pkt-user-menu__org_number {
|
|
20146
|
-
font-size: 1rem;
|
|
20147
|
-
font-weight: 300;
|
|
20148
20146
|
letter-spacing: -0.2px;
|
|
20147
|
+
font-weight: 300;
|
|
20148
|
+
font-size: 1rem;
|
|
20149
20149
|
line-height: 1.5rem;
|
|
20150
20150
|
}
|
|
20151
20151
|
.pkt-user-menu .pkt-list {
|
|
@@ -20203,15 +20203,15 @@ pkt-icon > svg {
|
|
|
20203
20203
|
|
|
20204
20204
|
/* inputwrapper */
|
|
20205
20205
|
.pkt-inputwrapper__label {
|
|
20206
|
-
font-size: 1.125rem;
|
|
20207
|
-
font-weight: 500;
|
|
20208
|
-
letter-spacing: -0.2px;
|
|
20209
|
-
line-height: 1.75rem;
|
|
20210
20206
|
display: flex;
|
|
20211
20207
|
flex-direction: column;
|
|
20212
20208
|
align-items: flex-start;
|
|
20213
20209
|
gap: 0.5rem;
|
|
20214
20210
|
color: var(--pkt-color-text-body-default);
|
|
20211
|
+
letter-spacing: -0.2px;
|
|
20212
|
+
font-weight: 500;
|
|
20213
|
+
font-size: 1.125rem;
|
|
20214
|
+
line-height: 1.75rem;
|
|
20215
20215
|
}
|
|
20216
20216
|
.pkt-inputwrapper__label > h2 {
|
|
20217
20217
|
font-size: inherit;
|
|
@@ -20223,22 +20223,22 @@ pkt-icon > svg {
|
|
|
20223
20223
|
}
|
|
20224
20224
|
.pkt-inputwrapper__helptext {
|
|
20225
20225
|
width: min(100%, 31rem);
|
|
20226
|
-
|
|
20227
|
-
font-weight: 300;
|
|
20226
|
+
color: var(--pkt-color-text-body-default);
|
|
20228
20227
|
letter-spacing: -0.2px;
|
|
20228
|
+
font-weight: 300;
|
|
20229
|
+
font-size: 0.875rem;
|
|
20229
20230
|
line-height: 1.375rem;
|
|
20230
|
-
color: var(--pkt-color-text-body-default);
|
|
20231
20231
|
}
|
|
20232
20232
|
.pkt-inputwrapper__helptext > .pkt-btn, .pkt-inputwrapper__helptext-expandable .pkt-btn {
|
|
20233
|
-
font-size: 0.875rem;
|
|
20234
|
-
font-weight: 300;
|
|
20235
|
-
letter-spacing: -0.2px;
|
|
20236
|
-
line-height: 1.375rem;
|
|
20237
20233
|
padding: 0;
|
|
20238
20234
|
height: auto;
|
|
20239
20235
|
display: inline-flex;
|
|
20240
20236
|
text-align: left;
|
|
20241
20237
|
align-items: center;
|
|
20238
|
+
letter-spacing: -0.2px;
|
|
20239
|
+
font-weight: 300;
|
|
20240
|
+
font-size: 0.875rem;
|
|
20241
|
+
line-height: 1.375rem;
|
|
20242
20242
|
}
|
|
20243
20243
|
.pkt-inputwrapper__helptext > *:first-child {
|
|
20244
20244
|
margin-top: 0;
|
|
@@ -20247,11 +20247,11 @@ pkt-icon > svg {
|
|
|
20247
20247
|
margin-bottom: 0;
|
|
20248
20248
|
}
|
|
20249
20249
|
.pkt-inputwrapper__helptext-expandable-heading {
|
|
20250
|
-
|
|
20251
|
-
font-weight: 500;
|
|
20250
|
+
margin: 0;
|
|
20252
20251
|
letter-spacing: -0.2px;
|
|
20252
|
+
font-weight: 500;
|
|
20253
|
+
font-size: 1.125rem;
|
|
20253
20254
|
line-height: 1.75rem;
|
|
20254
|
-
margin: 0;
|
|
20255
20255
|
}
|
|
20256
20256
|
.pkt-inputwrapper__helptext-expandable-open {
|
|
20257
20257
|
display: block;
|
|
@@ -20389,9 +20389,9 @@ pkt-icon > svg {
|
|
|
20389
20389
|
}
|
|
20390
20390
|
.pkt-linkcard__title {
|
|
20391
20391
|
grid-column: 2;
|
|
20392
|
-
font-size: 1.25rem;
|
|
20393
|
-
font-weight: 500;
|
|
20394
20392
|
letter-spacing: -0.2px;
|
|
20393
|
+
font-weight: 500;
|
|
20394
|
+
font-size: 1.25rem;
|
|
20395
20395
|
line-height: 2rem;
|
|
20396
20396
|
}
|
|
20397
20397
|
.pkt-linkcard__title > p {
|
|
@@ -20399,9 +20399,9 @@ pkt-icon > svg {
|
|
|
20399
20399
|
}
|
|
20400
20400
|
@media screen and (min-width: 35.938rem) {
|
|
20401
20401
|
.pkt-linkcard__title {
|
|
20402
|
-
font-size: 1.5rem;
|
|
20403
|
-
font-weight: 500;
|
|
20404
20402
|
letter-spacing: -0.2px;
|
|
20403
|
+
font-weight: 500;
|
|
20404
|
+
font-size: 1.5rem;
|
|
20405
20405
|
line-height: 2.25rem;
|
|
20406
20406
|
}
|
|
20407
20407
|
}
|
|
@@ -20507,9 +20507,9 @@ pkt-icon > svg {
|
|
|
20507
20507
|
aspect-ratio: 600/165;
|
|
20508
20508
|
}
|
|
20509
20509
|
.pkt-loader--small > p {
|
|
20510
|
-
font-size: 0.75rem;
|
|
20511
|
-
font-weight: 300;
|
|
20512
20510
|
letter-spacing: -0.2px;
|
|
20511
|
+
font-weight: 300;
|
|
20512
|
+
font-size: 0.75rem;
|
|
20513
20513
|
line-height: 1.25rem;
|
|
20514
20514
|
}
|
|
20515
20515
|
.pkt-loader--small .pkt-loader__svg svg {
|
|
@@ -20519,9 +20519,9 @@ pkt-icon > svg {
|
|
|
20519
20519
|
width: 1rem;
|
|
20520
20520
|
}
|
|
20521
20521
|
.pkt-loader--medium > p {
|
|
20522
|
-
font-size: 1rem;
|
|
20523
|
-
font-weight: 300;
|
|
20524
20522
|
letter-spacing: -0.2px;
|
|
20523
|
+
font-weight: 300;
|
|
20524
|
+
font-size: 1rem;
|
|
20525
20525
|
line-height: 1.5rem;
|
|
20526
20526
|
}
|
|
20527
20527
|
.pkt-loader--medium .pkt-loader__svg svg {
|
|
@@ -20531,9 +20531,9 @@ pkt-icon > svg {
|
|
|
20531
20531
|
width: 2.5rem;
|
|
20532
20532
|
}
|
|
20533
20533
|
.pkt-loader--large > p {
|
|
20534
|
-
font-size: 1.125rem;
|
|
20535
|
-
font-weight: 300;
|
|
20536
20534
|
letter-spacing: -0.2px;
|
|
20535
|
+
font-weight: 300;
|
|
20536
|
+
font-size: 1.125rem;
|
|
20537
20537
|
line-height: 1.75rem;
|
|
20538
20538
|
}
|
|
20539
20539
|
.pkt-loader--large .pkt-loader__svg svg {
|
|
@@ -20788,19 +20788,19 @@ body.pkt-modal--open {
|
|
|
20788
20788
|
}
|
|
20789
20789
|
.pkt-messagebox__title {
|
|
20790
20790
|
grid-area: title;
|
|
20791
|
-
|
|
20792
|
-
font-weight: 500;
|
|
20791
|
+
margin: 0 0 1.5rem 0;
|
|
20793
20792
|
letter-spacing: -0.2px;
|
|
20793
|
+
font-weight: 500;
|
|
20794
|
+
font-size: 1.5rem;
|
|
20794
20795
|
line-height: 2.25rem;
|
|
20795
|
-
margin: 0 0 1.5rem 0;
|
|
20796
20796
|
}
|
|
20797
20797
|
.pkt-messagebox__text {
|
|
20798
20798
|
grid-area: text;
|
|
20799
|
-
|
|
20800
|
-
font-weight: 300;
|
|
20799
|
+
margin: 0;
|
|
20801
20800
|
letter-spacing: -0.2px;
|
|
20801
|
+
font-weight: 300;
|
|
20802
|
+
font-size: 1.125rem;
|
|
20802
20803
|
line-height: 1.75rem;
|
|
20803
|
-
margin: 0;
|
|
20804
20804
|
}
|
|
20805
20805
|
.pkt-messagebox__text p {
|
|
20806
20806
|
margin-bottom: 1rem;
|
|
@@ -20819,15 +20819,15 @@ body.pkt-modal--open {
|
|
|
20819
20819
|
padding: 1rem 1rem 1rem 0.75rem;
|
|
20820
20820
|
}
|
|
20821
20821
|
.pkt-messagebox--compact .pkt-messagebox__title {
|
|
20822
|
-
font-size: 1rem;
|
|
20823
|
-
font-weight: 500;
|
|
20824
20822
|
letter-spacing: -0.2px;
|
|
20823
|
+
font-weight: 500;
|
|
20824
|
+
font-size: 1rem;
|
|
20825
20825
|
line-height: 1.5rem;
|
|
20826
20826
|
}
|
|
20827
20827
|
.pkt-messagebox--compact .pkt-messagebox__text {
|
|
20828
|
-
font-size: 1rem;
|
|
20829
|
-
font-weight: 300;
|
|
20830
20828
|
letter-spacing: -0.2px;
|
|
20829
|
+
font-weight: 300;
|
|
20830
|
+
font-size: 1rem;
|
|
20831
20831
|
line-height: 1.5rem;
|
|
20832
20832
|
}
|
|
20833
20833
|
.pkt-messagebox--compact .pkt-messagebox__close > .pkt-btn {
|
|
@@ -20969,9 +20969,9 @@ body.pkt-modal--open {
|
|
|
20969
20969
|
/* Common styles for all inputs */
|
|
20970
20970
|
.pkt-searchinput {
|
|
20971
20971
|
position: relative;
|
|
20972
|
-
font-size: 1.125rem;
|
|
20973
|
-
font-weight: 300;
|
|
20974
20972
|
letter-spacing: -0.2px;
|
|
20973
|
+
font-weight: 300;
|
|
20974
|
+
font-size: 1.125rem;
|
|
20975
20975
|
line-height: 1.75rem;
|
|
20976
20976
|
}
|
|
20977
20977
|
.pkt-searchinput__field {
|
|
@@ -21047,9 +21047,9 @@ body.pkt-modal--open {
|
|
|
21047
21047
|
cursor: pointer;
|
|
21048
21048
|
}
|
|
21049
21049
|
.pkt-searchinput__suggestion-title {
|
|
21050
|
-
font-size: 1.125rem;
|
|
21051
|
-
font-weight: 500;
|
|
21052
21050
|
letter-spacing: -0.2px;
|
|
21051
|
+
font-weight: 500;
|
|
21052
|
+
font-size: 1.125rem;
|
|
21053
21053
|
line-height: 1.75rem;
|
|
21054
21054
|
}
|
|
21055
21055
|
.pkt-searchinput__suggestion-text {
|
|
@@ -21294,11 +21294,11 @@ body.pkt-modal--open {
|
|
|
21294
21294
|
padding: 0.75rem 1rem;
|
|
21295
21295
|
color: var(--pkt-color-text-action-disabled);
|
|
21296
21296
|
border-bottom: 0.25rem solid transparent;
|
|
21297
|
-
|
|
21298
|
-
font-weight: 400;
|
|
21297
|
+
white-space: nowrap;
|
|
21299
21298
|
letter-spacing: -0.2px;
|
|
21299
|
+
font-weight: 400;
|
|
21300
|
+
font-size: 1rem;
|
|
21300
21301
|
line-height: 1.5rem;
|
|
21301
|
-
white-space: nowrap;
|
|
21302
21302
|
}
|
|
21303
21303
|
.pkt-tabs__link .pkt-icon,
|
|
21304
21304
|
.pkt-tabs__link pkt-icon, .pkt-tabs__button .pkt-icon,
|
|
@@ -21327,9 +21327,9 @@ body.pkt-modal--open {
|
|
|
21327
21327
|
.pkt-tabs__link.active, .pkt-tabs__button.active {
|
|
21328
21328
|
color: var(--pkt-color-text-action-normal);
|
|
21329
21329
|
border-bottom: 0.25rem solid var(--pkt-color-border-blue);
|
|
21330
|
-
font-size: 1rem;
|
|
21331
|
-
font-weight: 500;
|
|
21332
21330
|
letter-spacing: -0.2px;
|
|
21331
|
+
font-weight: 500;
|
|
21332
|
+
font-size: 1rem;
|
|
21333
21333
|
line-height: 1.5rem;
|
|
21334
21334
|
}
|
|
21335
21335
|
.pkt-tabs:after {
|
|
@@ -21345,7 +21345,7 @@ body.pkt-modal--open {
|
|
|
21345
21345
|
pointer-events: none;
|
|
21346
21346
|
}
|
|
21347
21347
|
|
|
21348
|
-
/*
|
|
21348
|
+
/*
|
|
21349
21349
|
* Tag element
|
|
21350
21350
|
*/
|
|
21351
21351
|
.pkt-tag {
|
|
@@ -21370,9 +21370,9 @@ body.pkt-modal--open {
|
|
|
21370
21370
|
height: 1.875rem;
|
|
21371
21371
|
column-gap: 0;
|
|
21372
21372
|
color: var(--pkt-color-tag-text-normal);
|
|
21373
|
-
font-size: 0.875rem;
|
|
21374
|
-
font-weight: 500;
|
|
21375
21373
|
letter-spacing: -0.2px;
|
|
21374
|
+
font-weight: 500;
|
|
21375
|
+
font-size: 0.875rem;
|
|
21376
21376
|
line-height: 1.375rem;
|
|
21377
21377
|
}
|
|
21378
21378
|
.pkt-tag.pkt-btn:hover, .pkt-tag.pkt-tag--hover {
|
|
@@ -21563,23 +21563,23 @@ body.pkt-modal--open {
|
|
|
21563
21563
|
height: 1.875rem;
|
|
21564
21564
|
}
|
|
21565
21565
|
.pkt-tag--large {
|
|
21566
|
-
font-size: 1.125rem;
|
|
21567
|
-
font-weight: 500;
|
|
21568
|
-
letter-spacing: -0.2px;
|
|
21569
|
-
line-height: 1.75rem;
|
|
21570
21566
|
padding: 0.25rem 0.5rem;
|
|
21571
21567
|
height: 2.25rem;
|
|
21568
|
+
letter-spacing: -0.2px;
|
|
21569
|
+
font-weight: 500;
|
|
21570
|
+
font-size: 1.125rem;
|
|
21571
|
+
line-height: 1.75rem;
|
|
21572
21572
|
}
|
|
21573
21573
|
.pkt-tag--normal-text {
|
|
21574
|
-
font-size: 0.875rem;
|
|
21575
|
-
font-weight: 500;
|
|
21576
21574
|
letter-spacing: -0.2px;
|
|
21575
|
+
font-weight: 500;
|
|
21576
|
+
font-size: 0.875rem;
|
|
21577
21577
|
line-height: 1.375rem;
|
|
21578
21578
|
}
|
|
21579
21579
|
.pkt-tag--thin-text {
|
|
21580
|
-
font-size: 0.875rem;
|
|
21581
|
-
font-weight: 300;
|
|
21582
21580
|
letter-spacing: -0.2px;
|
|
21581
|
+
font-weight: 300;
|
|
21582
|
+
font-size: 0.875rem;
|
|
21583
21583
|
line-height: 1.375rem;
|
|
21584
21584
|
}
|
|
21585
21585
|
|