@oslokommune/punkt-css 16.12.0 → 16.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2593,10 +2593,10 @@ pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display_
2593
2593
  }
2594
2594
  }
2595
2595
  .pkt-header-service-spacer--mobile {
2596
- height: 80px;
2596
+ height: 5rem;
2597
2597
  }
2598
2598
  .pkt-header-service-spacer--has-user {
2599
- height: 128px;
2599
+ height: 7.5rem;
2600
2600
  }
2601
2601
  @media screen and (min-width: 48rem) {
2602
2602
  .pkt-header-service-spacer--has-user {
@@ -2618,9 +2618,6 @@ pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display_
2618
2618
  height: 6.5rem;
2619
2619
  }
2620
2620
  }
2621
- .pkt-header-service-spacer--has-user.pkt-header-service-spacer--mobile {
2622
- height: 128px;
2623
- }
2624
2621
  .pkt-header-service-spacer--compact {
2625
2622
  height: 4rem;
2626
2623
  }
@@ -2720,6 +2717,7 @@ pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display_
2720
2717
  }
2721
2718
  .pkt-header-service {
2722
2719
  position: relative;
2720
+ z-index: 10;
2723
2721
  background-color: var(--pkt-color-background-default);
2724
2722
  border-bottom: 1px solid var(--pkt-color-border-subtle);
2725
2723
  container-type: inline-size;
@@ -2762,7 +2760,6 @@ pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display_
2762
2760
  position: fixed;
2763
2761
  top: 0;
2764
2762
  left: 0;
2765
- z-index: 10;
2766
2763
  }
2767
2764
  .pkt-header-service--scroll-to-hide {
2768
2765
  transform: translate3d(0, 0, 0);
@@ -5567,7 +5564,7 @@ pkt-select {
5567
5564
  padding-right: 3rem;
5568
5565
  }
5569
5566
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]) {
5570
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.12/icons/chevron-thin-down.svg);
5567
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.13/icons/chevron-thin-down.svg);
5571
5568
  background-image: var(--svg);
5572
5569
  background-repeat: no-repeat;
5573
5570
  background-position: right 0.7rem top 50%;