@oslokommune/punkt-css 16.0.0 → 16.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -862,6 +862,7 @@ pkt-card {
862
862
  .pkt-card .pkt-card__image.pkt-card__image-round {
863
863
  border-radius: 50%;
864
864
  align-self: unset;
865
+ flex-grow: 0;
865
866
  max-height: 400px;
866
867
  max-width: 400px;
867
868
  }
@@ -2666,7 +2667,6 @@ pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display_
2666
2667
 
2667
2668
  .pkt-header-service {
2668
2669
  --pkt-header-height: 4.5rem;
2669
- position: relative;
2670
2670
  }
2671
2671
  @media screen and (min-width: 48rem) {
2672
2672
  .pkt-header-service {
@@ -2710,7 +2710,9 @@ pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display_
2710
2710
  }
2711
2711
  }
2712
2712
  .pkt-header-service {
2713
+ position: relative;
2713
2714
  background-color: var(--pkt-color-background-default);
2715
+ border-bottom: 1px solid var(--pkt-color-border-subtle);
2714
2716
  container-type: inline-size;
2715
2717
  container-name: header-service;
2716
2718
  display: grid;
@@ -5488,7 +5490,7 @@ pkt-select {
5488
5490
  padding-right: 3rem;
5489
5491
  }
5490
5492
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]) {
5491
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.0/icons/chevron-thin-down.svg);
5493
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.2/icons/chevron-thin-down.svg);
5492
5494
  background-image: var(--svg);
5493
5495
  background-repeat: no-repeat;
5494
5496
  background-position: right 0.7rem top 50%;