@oslokommune/punkt-css 12.12.0 → 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.
Files changed (54) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/README.md +1 -1
  3. package/dist/css/components/alert.css +13 -13
  4. package/dist/css/components/alert.min.css +1 -1
  5. package/dist/css/components/backlink.css +4 -4
  6. package/dist/css/components/backlink.min.css +1 -1
  7. package/dist/css/components/breadcrumbs.css +2 -2
  8. package/dist/css/components/breadcrumbs.min.css +1 -1
  9. package/dist/css/components/calendar.css +2 -2
  10. package/dist/css/components/calendar.min.css +1 -1
  11. package/dist/css/components/footer.css +12 -12
  12. package/dist/css/components/footer.min.css +1 -1
  13. package/dist/css/components/header.css +12 -12
  14. package/dist/css/components/header.min.css +1 -1
  15. package/dist/css/components/inputwrapper.css +14 -14
  16. package/dist/css/components/inputwrapper.min.css +1 -1
  17. package/dist/css/components/linkcard.css +4 -4
  18. package/dist/css/components/linkcard.min.css +1 -1
  19. package/dist/css/components/loader.css +6 -6
  20. package/dist/css/components/loader.min.css +1 -1
  21. package/dist/css/components/messagebox.css +10 -10
  22. package/dist/css/components/messagebox.min.css +1 -1
  23. package/dist/css/components/searchinput.css +4 -4
  24. package/dist/css/components/searchinput.min.css +1 -1
  25. package/dist/css/components/tabs.css +5 -5
  26. package/dist/css/components/tabs.min.css +1 -1
  27. package/dist/css/components/tag.css +11 -11
  28. package/dist/css/components/tag.min.css +1 -1
  29. package/dist/css/components/textinput.css +22 -14
  30. package/dist/css/components/textinput.min.css +1 -1
  31. package/dist/css/pkt-base.css +175 -175
  32. package/dist/css/pkt-base.min.css +1 -1
  33. package/dist/css/pkt-components.css +121 -113
  34. package/dist/css/pkt-components.min.css +1 -1
  35. package/dist/css/pkt-elements.css +69 -67
  36. package/dist/css/pkt-elements.min.css +1 -1
  37. package/dist/css/pkt.css +343 -341
  38. package/dist/css/pkt.min.css +1 -1
  39. package/dist/scss/abstracts/functions/_index.scss +9 -9
  40. package/dist/scss/abstracts/mixins/_typography.scss +9 -12
  41. package/dist/scss/abstracts/variables/_colors.scss +84 -81
  42. package/dist/scss/components/_alert.scss +6 -4
  43. package/dist/scss/components/_backlink.scss +2 -2
  44. package/dist/scss/components/_footer.scss +3 -3
  45. package/dist/scss/components/_inputwrapper.scss +4 -4
  46. package/dist/scss/components/_messagebox.scss +2 -2
  47. package/dist/scss/components/_stepper.scss +5 -5
  48. package/dist/scss/components/_tabs.scss +2 -1
  49. package/dist/scss/components/_tag.scss +245 -250
  50. package/dist/scss/elements/_button.scss +9 -7
  51. package/dist/scss/elements/_checkbox-radio.scss +24 -41
  52. package/dist/scss/elements/_input.scss +26 -14
  53. package/dist/scss/elements/_section.scss +10 -12
  54. 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: #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;
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: #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;
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: #4D4D4D;
328
+ --pkt-color-grays-gray-700: #4d4d4d;
329
329
  --pkt-color-grays-gray-800: #333333;
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;
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: #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;
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: #1F42AA;
376
- --pkt-color-text-action-hover: #1F42AA;
377
- --pkt-color-text-action-normal: #2A2859;
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: #F1FDFF !important;
431
+ background-color: #f1fdff !important;
432
432
  }
433
433
  :root .pkt-color-txt-brand-blue-100 {
434
- color: #F1FDFF !important;
434
+ color: #f1fdff !important;
435
435
  }
436
436
  :root .pkt-color-border-brand-blue-100 {
437
- border-color: #F1FDFF !important;
437
+ border-color: #f1fdff !important;
438
438
  }
439
439
  :root .pkt-color-bg-brand-blue-200 {
440
- background-color: #E5FCFF !important;
440
+ background-color: #e5fcff !important;
441
441
  }
442
442
  :root .pkt-color-txt-brand-blue-200 {
443
- color: #E5FCFF !important;
443
+ color: #e5fcff !important;
444
444
  }
445
445
  :root .pkt-color-border-brand-blue-200 {
446
- border-color: #E5FCFF !important;
446
+ border-color: #e5fcff !important;
447
447
  }
448
448
  :root .pkt-color-bg-brand-blue-300 {
449
- background-color: #D1F9FF !important;
449
+ background-color: #d1f9ff !important;
450
450
  }
451
451
  :root .pkt-color-txt-brand-blue-300 {
452
- color: #D1F9FF !important;
452
+ color: #d1f9ff !important;
453
453
  }
454
454
  :root .pkt-color-border-brand-blue-300 {
455
- border-color: #D1F9FF !important;
455
+ border-color: #d1f9ff !important;
456
456
  }
457
457
  :root .pkt-color-bg-brand-blue-500 {
458
- background-color: #B3F5FF !important;
458
+ background-color: #b3f5ff !important;
459
459
  }
460
460
  :root .pkt-color-txt-brand-blue-500 {
461
- color: #B3F5FF !important;
461
+ color: #b3f5ff !important;
462
462
  }
463
463
  :root .pkt-color-border-brand-blue-500 {
464
- border-color: #B3F5FF !important;
464
+ border-color: #b3f5ff !important;
465
465
  }
466
466
  :root .pkt-color-bg-brand-blue-1000 {
467
- background-color: #6FE9FF !important;
467
+ background-color: #6fe9ff !important;
468
468
  }
469
469
  :root .pkt-color-txt-brand-blue-1000 {
470
- color: #6FE9FF !important;
470
+ color: #6fe9ff !important;
471
471
  }
472
472
  :root .pkt-color-border-brand-blue-1000 {
473
- border-color: #6FE9FF !important;
473
+ border-color: #6fe9ff !important;
474
474
  }
475
475
  :root .pkt-color-bg-brand-dark-blue-700 {
476
- background-color: #6A698B !important;
476
+ background-color: #6a698b !important;
477
477
  }
478
478
  :root .pkt-color-txt-brand-dark-blue-700 {
479
- color: #6A698B !important;
479
+ color: #6a698b !important;
480
480
  }
481
481
  :root .pkt-color-border-brand-dark-blue-700 {
482
- border-color: #6A698B !important;
482
+ border-color: #6a698b !important;
483
483
  }
484
484
  :root .pkt-color-bg-brand-dark-blue-1000 {
485
- background-color: #2A2859 !important;
485
+ background-color: #2a2859 !important;
486
486
  }
487
487
  :root .pkt-color-txt-brand-dark-blue-1000 {
488
- color: #2A2859 !important;
488
+ color: #2a2859 !important;
489
489
  }
490
490
  :root .pkt-color-border-brand-dark-blue-1000 {
491
- border-color: #2A2859 !important;
491
+ border-color: #2a2859 !important;
492
492
  }
493
493
  :root .pkt-color-bg-brand-warm-blue-1000 {
494
- background-color: #1F42AA !important;
494
+ background-color: #1f42aa !important;
495
495
  }
496
496
  :root .pkt-color-txt-brand-warm-blue-1000 {
497
- color: #1F42AA !important;
497
+ color: #1f42aa !important;
498
498
  }
499
499
  :root .pkt-color-border-brand-warm-blue-1000 {
500
- border-color: #1F42AA !important;
500
+ border-color: #1f42aa !important;
501
501
  }
502
502
  :root .pkt-color-bg-brand-green-400 {
503
- background-color: #C7FDE9 !important;
503
+ background-color: #c7fde9 !important;
504
504
  }
505
505
  :root .pkt-color-txt-brand-green-400 {
506
- color: #C7FDE9 !important;
506
+ color: #c7fde9 !important;
507
507
  }
508
508
  :root .pkt-color-border-brand-green-400 {
509
- border-color: #C7FDE9 !important;
509
+ border-color: #c7fde9 !important;
510
510
  }
511
511
  :root .pkt-color-bg-brand-green-1000 {
512
- background-color: #43F8B6 !important;
512
+ background-color: #43f8b6 !important;
513
513
  }
514
514
  :root .pkt-color-txt-brand-green-1000 {
515
- color: #43F8B6 !important;
515
+ color: #43f8b6 !important;
516
516
  }
517
517
  :root .pkt-color-border-brand-green-1000 {
518
- border-color: #43F8B6 !important;
518
+ border-color: #43f8b6 !important;
519
519
  }
520
520
  :root .pkt-color-bg-brand-light-green-400 {
521
- background-color: #E5FFE6 !important;
521
+ background-color: #e5ffe6 !important;
522
522
  }
523
523
  :root .pkt-color-txt-brand-light-green-400 {
524
- color: #E5FFE6 !important;
524
+ color: #e5ffe6 !important;
525
525
  }
526
526
  :root .pkt-color-border-brand-light-green-400 {
527
- border-color: #E5FFE6 !important;
527
+ border-color: #e5ffe6 !important;
528
528
  }
529
529
  :root .pkt-color-bg-brand-light-green-1000 {
530
- background-color: #C7F6C9 !important;
530
+ background-color: #c7f6c9 !important;
531
531
  }
532
532
  :root .pkt-color-txt-brand-light-green-1000 {
533
- color: #C7F6C9 !important;
533
+ color: #c7f6c9 !important;
534
534
  }
535
535
  :root .pkt-color-border-brand-light-green-1000 {
536
- border-color: #C7F6C9 !important;
536
+ border-color: #c7f6c9 !important;
537
537
  }
538
538
  :root .pkt-color-bg-brand-dark-green-1000 {
539
- background-color: #034B45 !important;
539
+ background-color: #034b45 !important;
540
540
  }
541
541
  :root .pkt-color-txt-brand-dark-green-1000 {
542
- color: #034B45 !important;
542
+ color: #034b45 !important;
543
543
  }
544
544
  :root .pkt-color-border-brand-dark-green-1000 {
545
- border-color: #034B45 !important;
545
+ border-color: #034b45 !important;
546
546
  }
547
547
  :root .pkt-color-bg-brand-yellow-1000 {
548
- background-color: #F9C66B !important;
548
+ background-color: #f9c66b !important;
549
549
  }
550
550
  :root .pkt-color-txt-brand-yellow-1000 {
551
- color: #F9C66B !important;
551
+ color: #f9c66b !important;
552
552
  }
553
553
  :root .pkt-color-border-brand-yellow-1000 {
554
- border-color: #F9C66B !important;
554
+ border-color: #f9c66b !important;
555
555
  }
556
556
  :root .pkt-color-bg-brand-yellow-500 {
557
- background-color: #FFE7BC !important;
557
+ background-color: #ffe7bc !important;
558
558
  }
559
559
  :root .pkt-color-txt-brand-yellow-500 {
560
- color: #FFE7BC !important;
560
+ color: #ffe7bc !important;
561
561
  }
562
562
  :root .pkt-color-border-brand-yellow-500 {
563
- border-color: #FFE7BC !important;
563
+ border-color: #ffe7bc !important;
564
564
  }
565
565
  :root .pkt-color-bg-brand-red-100 {
566
- background-color: #FFF2F1 !important;
566
+ background-color: #fff2f1 !important;
567
567
  }
568
568
  :root .pkt-color-txt-brand-red-100 {
569
- color: #FFF2F1 !important;
569
+ color: #fff2f1 !important;
570
570
  }
571
571
  :root .pkt-color-border-brand-red-100 {
572
- border-color: #FFF2F1 !important;
572
+ border-color: #fff2f1 !important;
573
573
  }
574
574
  :root .pkt-color-bg-brand-red-400 {
575
- background-color: #FFDFDC !important;
575
+ background-color: #ffdfdc !important;
576
576
  }
577
577
  :root .pkt-color-txt-brand-red-400 {
578
- color: #FFDFDC !important;
578
+ color: #ffdfdc !important;
579
579
  }
580
580
  :root .pkt-color-border-brand-red-400 {
581
- border-color: #FFDFDC !important;
581
+ border-color: #ffdfdc !important;
582
582
  }
583
583
  :root .pkt-color-bg-brand-red-600 {
584
- background-color: #FFB4AC !important;
584
+ background-color: #ffb4ac !important;
585
585
  }
586
586
  :root .pkt-color-txt-brand-red-600 {
587
- color: #FFB4AC !important;
587
+ color: #ffb4ac !important;
588
588
  }
589
589
  :root .pkt-color-border-brand-red-600 {
590
- border-color: #FFB4AC !important;
590
+ border-color: #ffb4ac !important;
591
591
  }
592
592
  :root .pkt-color-bg-brand-red-1000 {
593
- background-color: #FF8274 !important;
593
+ background-color: #ff8274 !important;
594
594
  }
595
595
  :root .pkt-color-txt-brand-red-1000 {
596
- color: #FF8274 !important;
596
+ color: #ff8274 !important;
597
597
  }
598
598
  :root .pkt-color-border-brand-red-1000 {
599
- border-color: #FF8274 !important;
599
+ border-color: #ff8274 !important;
600
600
  }
601
601
  :root .pkt-color-bg-brand-light-beige-1000 {
602
- background-color: #F8F0DD !important;
602
+ background-color: #f8f0dd !important;
603
603
  }
604
604
  :root .pkt-color-txt-brand-light-beige-1000 {
605
- color: #F8F0DD !important;
605
+ color: #f8f0dd !important;
606
606
  }
607
607
  :root .pkt-color-border-brand-light-beige-1000 {
608
- border-color: #F8F0DD !important;
608
+ border-color: #f8f0dd !important;
609
609
  }
610
610
  :root .pkt-color-bg-brand-dark-beige-1000 {
611
- background-color: #D0BFAE !important;
611
+ background-color: #d0bfae !important;
612
612
  }
613
613
  :root .pkt-color-txt-brand-dark-beige-1000 {
614
- color: #D0BFAE !important;
614
+ color: #d0bfae !important;
615
615
  }
616
616
  :root .pkt-color-border-brand-dark-beige-1000 {
617
- border-color: #D0BFAE !important;
617
+ border-color: #d0bfae !important;
618
618
  }
619
619
  :root .pkt-color-bg-brand-neutrals-white {
620
- background-color: #FFFFFF !important;
620
+ background-color: #ffffff !important;
621
621
  }
622
622
  :root .pkt-color-txt-brand-neutrals-white {
623
- color: #FFFFFF !important;
623
+ color: #ffffff !important;
624
624
  }
625
625
  :root .pkt-color-border-brand-neutrals-white {
626
- border-color: #FFFFFF !important;
626
+ border-color: #ffffff !important;
627
627
  }
628
628
  :root .pkt-color-bg-brand-neutrals-100 {
629
- background-color: #F9F9F9 !important;
629
+ background-color: #f9f9f9 !important;
630
630
  }
631
631
  :root .pkt-color-txt-brand-neutrals-100 {
632
- color: #F9F9F9 !important;
632
+ color: #f9f9f9 !important;
633
633
  }
634
634
  :root .pkt-color-border-brand-neutrals-100 {
635
- border-color: #F9F9F9 !important;
635
+ border-color: #f9f9f9 !important;
636
636
  }
637
637
  :root .pkt-color-bg-brand-neutrals-200 {
638
- background-color: #F2F2F2 !important;
638
+ background-color: #f2f2f2 !important;
639
639
  }
640
640
  :root .pkt-color-txt-brand-neutrals-200 {
641
- color: #F2F2F2 !important;
641
+ color: #f2f2f2 !important;
642
642
  }
643
643
  :root .pkt-color-border-brand-neutrals-200 {
644
- border-color: #F2F2F2 !important;
644
+ border-color: #f2f2f2 !important;
645
645
  }
646
646
  :root .pkt-color-bg-brand-neutrals-1000 {
647
- background-color: #2C2C2C !important;
647
+ background-color: #2c2c2c !important;
648
648
  }
649
649
  :root .pkt-color-txt-brand-neutrals-1000 {
650
- color: #2C2C2C !important;
650
+ color: #2c2c2c !important;
651
651
  }
652
652
  :root .pkt-color-border-brand-neutrals-1000 {
653
- border-color: #2C2C2C !important;
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: #E0ADFF !important;
674
+ background-color: #e0adff !important;
675
675
  }
676
676
  :root .pkt-color-txt-brand-purple-1000 {
677
- color: #E0ADFF !important;
677
+ color: #e0adff !important;
678
678
  }
679
679
  :root .pkt-color-border-brand-purple-1000 {
680
- border-color: #E0ADFF !important;
680
+ border-color: #e0adff !important;
681
681
  }
682
682
  :root .pkt-color-bg-grays-gray-100 {
683
- background-color: #E6E6E6 !important;
683
+ background-color: #e6e6e6 !important;
684
684
  }
685
685
  :root .pkt-color-txt-grays-gray-100 {
686
- color: #E6E6E6 !important;
686
+ color: #e6e6e6 !important;
687
687
  }
688
688
  :root .pkt-color-border-grays-gray-100 {
689
- border-color: #E6E6E6 !important;
689
+ border-color: #e6e6e6 !important;
690
690
  }
691
691
  :root .pkt-color-bg-grays-gray-200 {
692
- background-color: #CCCCCC !important;
692
+ background-color: #cccccc !important;
693
693
  }
694
694
  :root .pkt-color-txt-grays-gray-200 {
695
- color: #CCCCCC !important;
695
+ color: #cccccc !important;
696
696
  }
697
697
  :root .pkt-color-border-grays-gray-200 {
698
- border-color: #CCCCCC !important;
698
+ border-color: #cccccc !important;
699
699
  }
700
700
  :root .pkt-color-bg-grays-gray-300 {
701
- background-color: #B3B3B3 !important;
701
+ background-color: #b3b3b3 !important;
702
702
  }
703
703
  :root .pkt-color-txt-grays-gray-300 {
704
- color: #B3B3B3 !important;
704
+ color: #b3b3b3 !important;
705
705
  }
706
706
  :root .pkt-color-border-grays-gray-300 {
707
- border-color: #B3B3B3 !important;
707
+ border-color: #b3b3b3 !important;
708
708
  }
709
709
  :root .pkt-color-bg-grays-gray-400 {
710
- background-color: #9A9A9A !important;
710
+ background-color: #9a9a9a !important;
711
711
  }
712
712
  :root .pkt-color-txt-grays-gray-400 {
713
- color: #9A9A9A !important;
713
+ color: #9a9a9a !important;
714
714
  }
715
715
  :root .pkt-color-border-grays-gray-400 {
716
- border-color: #9A9A9A !important;
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: #4D4D4D !important;
737
+ background-color: #4d4d4d !important;
738
738
  }
739
739
  :root .pkt-color-txt-grays-gray-700 {
740
- color: #4D4D4D !important;
740
+ color: #4d4d4d !important;
741
741
  }
742
742
  :root .pkt-color-border-grays-gray-700 {
743
- border-color: #4D4D4D !important;
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: #1A1A1A !important;
755
+ background-color: #1a1a1a !important;
756
756
  }
757
757
  :root .pkt-color-txt-grays-gray-900 {
758
- color: #1A1A1A !important;
758
+ color: #1a1a1a !important;
759
759
  }
760
760
  :root .pkt-color-border-grays-gray-900 {
761
- border-color: #1A1A1A !important;
761
+ border-color: #1a1a1a !important;
762
762
  }
763
763
  :root .pkt-color-bg-grays-gray-1000 {
764
- background-color: #2C2C2C !important;
764
+ background-color: #2c2c2c !important;
765
765
  }
766
766
  :root .pkt-color-txt-grays-gray-1000 {
767
- color: #2C2C2C !important;
767
+ color: #2c2c2c !important;
768
768
  }
769
769
  :root .pkt-color-border-grays-gray-1000 {
770
- border-color: #2C2C2C !important;
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]),
@@ -18376,7 +18370,10 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18376
18370
  }
18377
18371
  .pkt-input:not(textarea[cols]):not(input[size]):not(.pkt-input--fullwidth):not(.pkt-datepicker__input:not(.pkt-datepicker--multiple)), .pkt-textinput__input:not(textarea[cols]):not(input[size]):not(.pkt-input--fullwidth):not(.pkt-datepicker__input:not(.pkt-datepicker--multiple)), .pkt-select select:not(textarea[cols]):not(input[size]):not(.pkt-input--fullwidth):not(.pkt-datepicker__input:not(.pkt-datepicker--multiple)),
18378
18372
  .pkt-select:not(textarea[cols]):not(input[size]):not(.pkt-input--fullwidth):not(.pkt-datepicker__input:not(.pkt-datepicker--multiple)):is(select), .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))) {
18379
- width: min(100%, 31rem);
18373
+ width: min(31rem, 100%);
18374
+ }
18375
+ .pkt-input__container:is(:has(.pkt-datepicker__input:not(.pkt-datepicker--multiple))):not(:is(:has(.pkt-input--fullwidth))) {
18376
+ width: fit-content;
18380
18377
  }
18381
18378
  .pkt-input--fullwidth, .pkt-input--fullwidth + .pkt-input__counter {
18382
18379
  width: 100%;
@@ -18442,10 +18439,12 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18442
18439
  border: 2px solid var(--pkt-color-input-border-disabled);
18443
18440
  }
18444
18441
  .pkt-input-prefix, .pkt-input-suffix, .pkt-input-icon, .pkt-input-separator {
18445
- font-size: 1.125rem;
18446
- font-weight: 300;
18447
18442
  letter-spacing: -0.2px;
18443
+ font-weight: 300;
18444
+ font-size: 1.125rem;
18448
18445
  line-height: 1.75rem;
18446
+ }
18447
+ .pkt-input-prefix, .pkt-input-suffix, .pkt-input-icon, .pkt-input-separator {
18449
18448
  display: flex;
18450
18449
  align-items: center;
18451
18450
  width: auto;
@@ -18502,7 +18501,6 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18502
18501
  box-shadow: 0 0 0 2px var(--pkt-color-input-border-error);
18503
18502
  }
18504
18503
  .pkt-input__container {
18505
- width: fit-content;
18506
18504
  display: flex;
18507
18505
  align-items: center;
18508
18506
  align-self: stretch;
@@ -18546,18 +18544,22 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18546
18544
  border-color: var(--pkt-color-input-border-active);
18547
18545
  }
18548
18546
  .pkt-input__counter {
18549
- font-size: 0.875rem;
18550
- font-weight: 300;
18551
18547
  letter-spacing: -0.2px;
18548
+ font-weight: 300;
18549
+ font-size: 0.875rem;
18552
18550
  line-height: 1.375rem;
18551
+ }
18552
+ .pkt-input__counter {
18553
18553
  width: min(100%, 31rem);
18554
18554
  text-align: right;
18555
18555
  }
18556
18556
  .pkt-input__counter--error {
18557
- font-size: 0.875rem;
18558
- font-weight: 500;
18559
18557
  letter-spacing: -0.2px;
18558
+ font-weight: 500;
18559
+ font-size: 0.875rem;
18560
18560
  line-height: 1.375rem;
18561
+ }
18562
+ .pkt-input__counter--error {
18561
18563
  color: var(--pkt-color-input-text-error);
18562
18564
  }
18563
18565
  .pkt-input__range-inputs {
@@ -18698,18 +18700,19 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18698
18700
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
18699
18701
  }
18700
18702
 
18701
- /*
18703
+ /*
18702
18704
  * Section elements
18703
- *
18705
+ *
18704
18706
  */
18705
18707
  .pkt-section {
18706
18708
  margin: 1rem 0;
18707
18709
  }
18708
18710
 
18709
18711
  .pkt-section--dark {
18712
+ color: white;
18710
18713
  margin: 1rem 0;
18711
18714
  padding: 0.75rem;
18712
- background-color: #2A2859;
18715
+ background-color: #2a2859;
18713
18716
  /*
18714
18717
  @if luminance($backgroundColor) < 0.4 {
18715
18718
  color: white;
@@ -18720,7 +18723,6 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18720
18723
  }
18721
18724
  }
18722
18725
  */
18723
- color: white;
18724
18726
  }
18725
18727
  @media screen and (min-width: 35.938rem) {
18726
18728
  .pkt-section--dark {
@@ -18737,9 +18739,10 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18737
18739
  }
18738
18740
 
18739
18741
  .pkt-section--danger {
18742
+ color: black;
18740
18743
  margin: 1rem 0;
18741
18744
  padding: 0.75rem;
18742
- background-color: #FF8274;
18745
+ background-color: #ff8274;
18743
18746
  /*
18744
18747
  @if luminance($backgroundColor) < 0.4 {
18745
18748
  color: white;
@@ -18750,7 +18753,6 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18750
18753
  }
18751
18754
  }
18752
18755
  */
18753
- color: black;
18754
18756
  }
18755
18757
  @media screen and (min-width: 35.938rem) {
18756
18758
  .pkt-section--danger {
@@ -18770,7 +18772,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18770
18772
  .pkt-section--grey {
18771
18773
  margin: 1rem 0;
18772
18774
  padding: 0.75rem;
18773
- background-color: #F2F2F2;
18775
+ background-color: #f2f2f2;
18774
18776
  /*
18775
18777
  @if luminance($backgroundColor) < 0.4 {
18776
18778
  color: white;
@@ -18796,9 +18798,10 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18796
18798
  }
18797
18799
 
18798
18800
  .pkt-section--success {
18801
+ color: black;
18799
18802
  margin: 1rem 0;
18800
18803
  padding: 0.75rem;
18801
- background-color: #43F8B6;
18804
+ background-color: #43f8b6;
18802
18805
  /*
18803
18806
  @if luminance($backgroundColor) < 0.4 {
18804
18807
  color: white;
@@ -18809,7 +18812,6 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18809
18812
  }
18810
18813
  }
18811
18814
  */
18812
- color: black;
18813
18815
  }
18814
18816
  @media screen and (min-width: 35.938rem) {
18815
18817
  .pkt-section--success {
@@ -18828,7 +18830,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18828
18830
  .pkt-section--warning {
18829
18831
  margin: 1rem 0;
18830
18832
  padding: 0.75rem;
18831
- background-color: #F9C66B;
18833
+ background-color: #f9c66b;
18832
18834
  /*
18833
18835
  @if luminance($backgroundColor) < 0.4 {
18834
18836
  color: white;
@@ -18854,7 +18856,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18854
18856
  .pkt-section--info {
18855
18857
  margin: 1rem 0;
18856
18858
  padding: 0.75rem;
18857
- background-color: #B3F5FF;
18859
+ background-color: #b3f5ff;
18858
18860
  /*
18859
18861
  @if luminance($backgroundColor) < 0.4 {
18860
18862
  color: white;
@@ -18881,6 +18883,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18881
18883
  }
18882
18884
 
18883
18885
  .pkt-section--frame {
18886
+ border: 1px solid #2c2c2c;
18884
18887
  margin: 1rem 0;
18885
18888
  padding: 0.75rem;
18886
18889
  background-color: white;
@@ -18894,7 +18897,6 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18894
18897
  }
18895
18898
  }
18896
18899
  */
18897
- border: 1px solid #2C2C2C;
18898
18900
  }
18899
18901
  @media screen and (min-width: 35.938rem) {
18900
18902
  .pkt-section--frame {
@@ -19193,22 +19195,22 @@ Therefore, this is removed from the reset here, and images who need to be fluid
19193
19195
  color: var(--pkt-color-alert-txt);
19194
19196
  }
19195
19197
  .pkt-alert__title {
19196
- font-size: 1.125rem;
19197
- font-weight: 500;
19198
+ margin: 0 0 1.5rem 2.5rem;
19198
19199
  letter-spacing: -0.2px;
19200
+ font-weight: 500;
19201
+ font-size: 1.125rem;
19199
19202
  line-height: 1.75rem;
19200
- margin: 0 0 1.5rem 2.5rem;
19201
19203
  }
19202
19204
  .pkt-alert__close ~ .pkt-alert__title {
19203
19205
  margin: 0 4rem 1.5rem 2.5rem;
19204
19206
  }
19205
19207
  .pkt-alert__text {
19206
- font-size: 1.125rem;
19207
- font-weight: 300;
19208
- letter-spacing: -0.2px;
19209
- line-height: 1.75rem;
19210
19208
  margin: 0 0 0 2.5rem;
19211
19209
  overflow-wrap: break-word;
19210
+ letter-spacing: -0.2px;
19211
+ font-weight: 300;
19212
+ font-size: 1.125rem;
19213
+ line-height: 1.75rem;
19212
19214
  }
19213
19215
  .pkt-alert__text p {
19214
19216
  margin-bottom: 1rem;
@@ -19227,11 +19229,11 @@ Therefore, this is removed from the reset here, and images who need to be fluid
19227
19229
  margin-right: 0;
19228
19230
  }
19229
19231
  .pkt-alert__date {
19230
- font-size: 0.875rem;
19231
- font-weight: 300;
19232
+ margin-top: 1.5rem;
19232
19233
  letter-spacing: -0.2px;
19234
+ font-weight: 300;
19235
+ font-size: 0.875rem;
19233
19236
  line-height: 1.375rem;
19234
- margin-top: 1.5rem;
19235
19237
  }
19236
19238
  .pkt-alert__icon {
19237
19239
  --fg-color: var(--pkt-color-alert-icon-fg);
@@ -19260,28 +19262,28 @@ Therefore, this is removed from the reset here, and images who need to be fluid
19260
19262
  left: 1.25rem;
19261
19263
  }
19262
19264
  .pkt-alert--compact .pkt-alert__text {
19263
- font-size: 1rem;
19264
- font-weight: 300;
19265
+ margin: 0 2.875rem;
19265
19266
  letter-spacing: -0.2px;
19267
+ font-weight: 300;
19268
+ font-size: 1rem;
19266
19269
  line-height: 1.5rem;
19267
- margin: 0 2.875rem;
19268
19270
  }
19269
19271
  .pkt-alert--compact .pkt-alert__close {
19270
19272
  top: 0.25rem;
19271
19273
  }
19272
19274
 
19273
- /*
19275
+ /*
19274
19276
  * Back link component
19275
19277
  */
19276
19278
  .pkt-back-link__icon {
19277
19279
  flex-basis: 1rem;
19278
19280
  }
19279
19281
  .pkt-back-link__text {
19280
- font-size: 0.875rem;
19281
- font-weight: 300;
19282
+ flex-grow: 1;
19282
19283
  letter-spacing: -0.2px;
19284
+ font-weight: 300;
19285
+ font-size: 0.875rem;
19283
19286
  line-height: 1.375rem;
19284
- flex-grow: 1;
19285
19287
  }
19286
19288
 
19287
19289
  /*
@@ -19331,9 +19333,9 @@ Therefore, this is removed from the reset here, and images who need to be fluid
19331
19333
  */
19332
19334
  .pkt-breadcrumbs {
19333
19335
  position: relative;
19334
- font-size: 0.875rem;
19335
- font-weight: 300;
19336
19336
  letter-spacing: -0.2px;
19337
+ font-weight: 300;
19338
+ font-size: 0.875rem;
19337
19339
  line-height: 1.375rem;
19338
19340
  }
19339
19341
  .pkt-breadcrumbs__list {
@@ -19445,9 +19447,9 @@ pkt-calendar .pkt-cal-month-nav .pkt-cal-month-picker {
19445
19447
  }
19446
19448
  .pkt-calendar .pkt-cal-month-nav .pkt-cal-month-picker .pkt-input,
19447
19449
  pkt-calendar .pkt-cal-month-nav .pkt-cal-month-picker .pkt-input {
19448
- font-size: 1rem;
19449
- font-weight: 500;
19450
19450
  letter-spacing: -0.2px;
19451
+ font-weight: 500;
19452
+ font-size: 1rem;
19451
19453
  line-height: 1.5rem;
19452
19454
  }
19453
19455
  .pkt-calendar .pkt-cal-month-nav .pkt-cal-month-picker .pkt-input:is(select),
@@ -19732,15 +19734,15 @@ pkt-datepicker .pkt-datepicker__tags .pkt-tag {
19732
19734
  * Footer element
19733
19735
  */
19734
19736
  .pkt-footer {
19735
- font-size: 1.125rem;
19736
- font-weight: 300;
19737
- letter-spacing: -0.2px;
19738
- line-height: 1.75rem;
19739
19737
  padding: 2.5rem 1.5rem;
19740
19738
  background-color: var(--pkt-color-surface-strong-dark-blue);
19741
19739
  color: var(--pkt-color-text-body-default);
19742
19740
  display: flex;
19743
19741
  align-items: center;
19742
+ letter-spacing: -0.2px;
19743
+ font-weight: 300;
19744
+ font-size: 1.125rem;
19745
+ line-height: 1.75rem;
19744
19746
  }
19745
19747
  @media screen and (min-width: 80rem) {
19746
19748
  .pkt-footer {
@@ -19752,13 +19754,13 @@ pkt-datepicker .pkt-datepicker__tags .pkt-tag {
19752
19754
  max-width: 80rem;
19753
19755
  }
19754
19756
  .pkt-footer__title {
19755
- font-size: 1.5rem;
19756
- font-weight: 500;
19757
- letter-spacing: -0.2px;
19758
- line-height: 2.25rem;
19759
19757
  margin-bottom: 2rem;
19760
19758
  margin-top: 0;
19761
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;
19762
19764
  }
19763
19765
  .pkt-footer__text:last-child {
19764
19766
  margin-bottom: 0;
@@ -19835,15 +19837,15 @@ pkt-datepicker .pkt-datepicker__tags .pkt-tag {
19835
19837
  }
19836
19838
 
19837
19839
  .pkt-footer-simple {
19838
- font-size: 1.125rem;
19839
- font-weight: 300;
19840
- letter-spacing: -0.2px;
19841
- line-height: 1.75rem;
19842
19840
  padding: 2rem 1.5rem;
19843
19841
  background-color: var(--pkt-color-surface-strong-dark-blue);
19844
19842
  color: var(--pkt-color-text-body-default);
19845
19843
  display: flex;
19846
19844
  align-items: center;
19845
+ letter-spacing: -0.2px;
19846
+ font-weight: 300;
19847
+ font-size: 1.125rem;
19848
+ line-height: 1.75rem;
19847
19849
  }
19848
19850
  @media screen and (min-width: 80rem) {
19849
19851
  .pkt-footer-simple {
@@ -19959,9 +19961,9 @@ pkt-datepicker .pkt-datepicker__tags .pkt-tag {
19959
19961
  white-space: nowrap;
19960
19962
  text-overflow: ellipsis;
19961
19963
  overflow: hidden;
19962
- font-size: 1.375rem;
19963
- font-weight: 300;
19964
19964
  letter-spacing: -0.2px;
19965
+ font-weight: 300;
19966
+ font-size: 1.375rem;
19965
19967
  line-height: 2.125rem;
19966
19968
  }
19967
19969
  @media screen and (min-width: 48rem) {
@@ -19972,9 +19974,9 @@ pkt-datepicker .pkt-datepicker__tags .pkt-tag {
19972
19974
  @media screen and (min-width: 80rem) {
19973
19975
  .pkt-header__logo-service {
19974
19976
  padding-top: 0.6rem;
19975
- font-size: 1.5rem;
19976
- font-weight: 300;
19977
19977
  letter-spacing: -0.2px;
19978
+ font-weight: 300;
19979
+ font-size: 1.5rem;
19978
19980
  line-height: 2.25rem;
19979
19981
  }
19980
19982
  }
@@ -19997,9 +19999,9 @@ pkt-datepicker .pkt-datepicker__tags .pkt-tag {
19997
19999
  }
19998
20000
  .pkt-header--narrow .pkt-header__logo-service {
19999
20001
  padding-top: 0.28rem;
20000
- font-size: 1.125rem;
20001
- font-weight: 300;
20002
20002
  letter-spacing: -0.2px;
20003
+ font-weight: 300;
20004
+ font-size: 1.125rem;
20003
20005
  line-height: 1.75rem;
20004
20006
  }
20005
20007
  .pkt-header--narrow .pkt-header__logo-svg {
@@ -20129,21 +20131,21 @@ pkt-datepicker .pkt-datepicker__tags .pkt-tag {
20129
20131
  }
20130
20132
  .pkt-user-menu__label {
20131
20133
  color: var(--pkt-color-grays-gray-600);
20132
- font-size: 0.875rem;
20133
- font-weight: 500;
20134
20134
  letter-spacing: -0.2px;
20135
+ font-weight: 500;
20136
+ font-size: 0.875rem;
20135
20137
  line-height: 1.375rem;
20136
20138
  }
20137
20139
  .pkt-user-menu__name {
20138
- font-size: 1.125rem;
20139
- font-weight: 500;
20140
20140
  letter-spacing: -0.2px;
20141
+ font-weight: 500;
20142
+ font-size: 1.125rem;
20141
20143
  line-height: 1.75rem;
20142
20144
  }
20143
20145
  .pkt-user-menu__last-logged-in, .pkt-user-menu__org_number {
20144
- font-size: 1rem;
20145
- font-weight: 300;
20146
20146
  letter-spacing: -0.2px;
20147
+ font-weight: 300;
20148
+ font-size: 1rem;
20147
20149
  line-height: 1.5rem;
20148
20150
  }
20149
20151
  .pkt-user-menu .pkt-list {
@@ -20201,15 +20203,15 @@ pkt-icon > svg {
20201
20203
 
20202
20204
  /* inputwrapper */
20203
20205
  .pkt-inputwrapper__label {
20204
- font-size: 1.125rem;
20205
- font-weight: 500;
20206
- letter-spacing: -0.2px;
20207
- line-height: 1.75rem;
20208
20206
  display: flex;
20209
20207
  flex-direction: column;
20210
20208
  align-items: flex-start;
20211
20209
  gap: 0.5rem;
20212
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;
20213
20215
  }
20214
20216
  .pkt-inputwrapper__label > h2 {
20215
20217
  font-size: inherit;
@@ -20221,22 +20223,22 @@ pkt-icon > svg {
20221
20223
  }
20222
20224
  .pkt-inputwrapper__helptext {
20223
20225
  width: min(100%, 31rem);
20224
- font-size: 0.875rem;
20225
- font-weight: 300;
20226
+ color: var(--pkt-color-text-body-default);
20226
20227
  letter-spacing: -0.2px;
20228
+ font-weight: 300;
20229
+ font-size: 0.875rem;
20227
20230
  line-height: 1.375rem;
20228
- color: var(--pkt-color-text-body-default);
20229
20231
  }
20230
20232
  .pkt-inputwrapper__helptext > .pkt-btn, .pkt-inputwrapper__helptext-expandable .pkt-btn {
20231
- font-size: 0.875rem;
20232
- font-weight: 300;
20233
- letter-spacing: -0.2px;
20234
- line-height: 1.375rem;
20235
20233
  padding: 0;
20236
20234
  height: auto;
20237
20235
  display: inline-flex;
20238
20236
  text-align: left;
20239
20237
  align-items: center;
20238
+ letter-spacing: -0.2px;
20239
+ font-weight: 300;
20240
+ font-size: 0.875rem;
20241
+ line-height: 1.375rem;
20240
20242
  }
20241
20243
  .pkt-inputwrapper__helptext > *:first-child {
20242
20244
  margin-top: 0;
@@ -20245,11 +20247,11 @@ pkt-icon > svg {
20245
20247
  margin-bottom: 0;
20246
20248
  }
20247
20249
  .pkt-inputwrapper__helptext-expandable-heading {
20248
- font-size: 1.125rem;
20249
- font-weight: 500;
20250
+ margin: 0;
20250
20251
  letter-spacing: -0.2px;
20252
+ font-weight: 500;
20253
+ font-size: 1.125rem;
20251
20254
  line-height: 1.75rem;
20252
- margin: 0;
20253
20255
  }
20254
20256
  .pkt-inputwrapper__helptext-expandable-open {
20255
20257
  display: block;
@@ -20387,9 +20389,9 @@ pkt-icon > svg {
20387
20389
  }
20388
20390
  .pkt-linkcard__title {
20389
20391
  grid-column: 2;
20390
- font-size: 1.25rem;
20391
- font-weight: 500;
20392
20392
  letter-spacing: -0.2px;
20393
+ font-weight: 500;
20394
+ font-size: 1.25rem;
20393
20395
  line-height: 2rem;
20394
20396
  }
20395
20397
  .pkt-linkcard__title > p {
@@ -20397,9 +20399,9 @@ pkt-icon > svg {
20397
20399
  }
20398
20400
  @media screen and (min-width: 35.938rem) {
20399
20401
  .pkt-linkcard__title {
20400
- font-size: 1.5rem;
20401
- font-weight: 500;
20402
20402
  letter-spacing: -0.2px;
20403
+ font-weight: 500;
20404
+ font-size: 1.5rem;
20403
20405
  line-height: 2.25rem;
20404
20406
  }
20405
20407
  }
@@ -20505,9 +20507,9 @@ pkt-icon > svg {
20505
20507
  aspect-ratio: 600/165;
20506
20508
  }
20507
20509
  .pkt-loader--small > p {
20508
- font-size: 0.75rem;
20509
- font-weight: 300;
20510
20510
  letter-spacing: -0.2px;
20511
+ font-weight: 300;
20512
+ font-size: 0.75rem;
20511
20513
  line-height: 1.25rem;
20512
20514
  }
20513
20515
  .pkt-loader--small .pkt-loader__svg svg {
@@ -20517,9 +20519,9 @@ pkt-icon > svg {
20517
20519
  width: 1rem;
20518
20520
  }
20519
20521
  .pkt-loader--medium > p {
20520
- font-size: 1rem;
20521
- font-weight: 300;
20522
20522
  letter-spacing: -0.2px;
20523
+ font-weight: 300;
20524
+ font-size: 1rem;
20523
20525
  line-height: 1.5rem;
20524
20526
  }
20525
20527
  .pkt-loader--medium .pkt-loader__svg svg {
@@ -20529,9 +20531,9 @@ pkt-icon > svg {
20529
20531
  width: 2.5rem;
20530
20532
  }
20531
20533
  .pkt-loader--large > p {
20532
- font-size: 1.125rem;
20533
- font-weight: 300;
20534
20534
  letter-spacing: -0.2px;
20535
+ font-weight: 300;
20536
+ font-size: 1.125rem;
20535
20537
  line-height: 1.75rem;
20536
20538
  }
20537
20539
  .pkt-loader--large .pkt-loader__svg svg {
@@ -20786,19 +20788,19 @@ body.pkt-modal--open {
20786
20788
  }
20787
20789
  .pkt-messagebox__title {
20788
20790
  grid-area: title;
20789
- font-size: 1.5rem;
20790
- font-weight: 500;
20791
+ margin: 0 0 1.5rem 0;
20791
20792
  letter-spacing: -0.2px;
20793
+ font-weight: 500;
20794
+ font-size: 1.5rem;
20792
20795
  line-height: 2.25rem;
20793
- margin: 0 0 1.5rem 0;
20794
20796
  }
20795
20797
  .pkt-messagebox__text {
20796
20798
  grid-area: text;
20797
- font-size: 1.125rem;
20798
- font-weight: 300;
20799
+ margin: 0;
20799
20800
  letter-spacing: -0.2px;
20801
+ font-weight: 300;
20802
+ font-size: 1.125rem;
20800
20803
  line-height: 1.75rem;
20801
- margin: 0;
20802
20804
  }
20803
20805
  .pkt-messagebox__text p {
20804
20806
  margin-bottom: 1rem;
@@ -20817,15 +20819,15 @@ body.pkt-modal--open {
20817
20819
  padding: 1rem 1rem 1rem 0.75rem;
20818
20820
  }
20819
20821
  .pkt-messagebox--compact .pkt-messagebox__title {
20820
- font-size: 1rem;
20821
- font-weight: 500;
20822
20822
  letter-spacing: -0.2px;
20823
+ font-weight: 500;
20824
+ font-size: 1rem;
20823
20825
  line-height: 1.5rem;
20824
20826
  }
20825
20827
  .pkt-messagebox--compact .pkt-messagebox__text {
20826
- font-size: 1rem;
20827
- font-weight: 300;
20828
20828
  letter-spacing: -0.2px;
20829
+ font-weight: 300;
20830
+ font-size: 1rem;
20829
20831
  line-height: 1.5rem;
20830
20832
  }
20831
20833
  .pkt-messagebox--compact .pkt-messagebox__close > .pkt-btn {
@@ -20967,9 +20969,9 @@ body.pkt-modal--open {
20967
20969
  /* Common styles for all inputs */
20968
20970
  .pkt-searchinput {
20969
20971
  position: relative;
20970
- font-size: 1.125rem;
20971
- font-weight: 300;
20972
20972
  letter-spacing: -0.2px;
20973
+ font-weight: 300;
20974
+ font-size: 1.125rem;
20973
20975
  line-height: 1.75rem;
20974
20976
  }
20975
20977
  .pkt-searchinput__field {
@@ -21045,9 +21047,9 @@ body.pkt-modal--open {
21045
21047
  cursor: pointer;
21046
21048
  }
21047
21049
  .pkt-searchinput__suggestion-title {
21048
- font-size: 1.125rem;
21049
- font-weight: 500;
21050
21050
  letter-spacing: -0.2px;
21051
+ font-weight: 500;
21052
+ font-size: 1.125rem;
21051
21053
  line-height: 1.75rem;
21052
21054
  }
21053
21055
  .pkt-searchinput__suggestion-text {
@@ -21292,11 +21294,11 @@ body.pkt-modal--open {
21292
21294
  padding: 0.75rem 1rem;
21293
21295
  color: var(--pkt-color-text-action-disabled);
21294
21296
  border-bottom: 0.25rem solid transparent;
21295
- font-size: 1rem;
21296
- font-weight: 400;
21297
+ white-space: nowrap;
21297
21298
  letter-spacing: -0.2px;
21299
+ font-weight: 400;
21300
+ font-size: 1rem;
21298
21301
  line-height: 1.5rem;
21299
- white-space: nowrap;
21300
21302
  }
21301
21303
  .pkt-tabs__link .pkt-icon,
21302
21304
  .pkt-tabs__link pkt-icon, .pkt-tabs__button .pkt-icon,
@@ -21325,9 +21327,9 @@ body.pkt-modal--open {
21325
21327
  .pkt-tabs__link.active, .pkt-tabs__button.active {
21326
21328
  color: var(--pkt-color-text-action-normal);
21327
21329
  border-bottom: 0.25rem solid var(--pkt-color-border-blue);
21328
- font-size: 1rem;
21329
- font-weight: 500;
21330
21330
  letter-spacing: -0.2px;
21331
+ font-weight: 500;
21332
+ font-size: 1rem;
21331
21333
  line-height: 1.5rem;
21332
21334
  }
21333
21335
  .pkt-tabs:after {
@@ -21343,7 +21345,7 @@ body.pkt-modal--open {
21343
21345
  pointer-events: none;
21344
21346
  }
21345
21347
 
21346
- /*
21348
+ /*
21347
21349
  * Tag element
21348
21350
  */
21349
21351
  .pkt-tag {
@@ -21368,9 +21370,9 @@ body.pkt-modal--open {
21368
21370
  height: 1.875rem;
21369
21371
  column-gap: 0;
21370
21372
  color: var(--pkt-color-tag-text-normal);
21371
- font-size: 0.875rem;
21372
- font-weight: 500;
21373
21373
  letter-spacing: -0.2px;
21374
+ font-weight: 500;
21375
+ font-size: 0.875rem;
21374
21376
  line-height: 1.375rem;
21375
21377
  }
21376
21378
  .pkt-tag.pkt-btn:hover, .pkt-tag.pkt-tag--hover {
@@ -21561,23 +21563,23 @@ body.pkt-modal--open {
21561
21563
  height: 1.875rem;
21562
21564
  }
21563
21565
  .pkt-tag--large {
21564
- font-size: 1.125rem;
21565
- font-weight: 500;
21566
- letter-spacing: -0.2px;
21567
- line-height: 1.75rem;
21568
21566
  padding: 0.25rem 0.5rem;
21569
21567
  height: 2.25rem;
21568
+ letter-spacing: -0.2px;
21569
+ font-weight: 500;
21570
+ font-size: 1.125rem;
21571
+ line-height: 1.75rem;
21570
21572
  }
21571
21573
  .pkt-tag--normal-text {
21572
- font-size: 0.875rem;
21573
- font-weight: 500;
21574
21574
  letter-spacing: -0.2px;
21575
+ font-weight: 500;
21576
+ font-size: 0.875rem;
21575
21577
  line-height: 1.375rem;
21576
21578
  }
21577
21579
  .pkt-tag--thin-text {
21578
- font-size: 0.875rem;
21579
- font-weight: 300;
21580
21580
  letter-spacing: -0.2px;
21581
+ font-weight: 300;
21582
+ font-size: 0.875rem;
21581
21583
  line-height: 1.375rem;
21582
21584
  }
21583
21585