@oslokommune/punkt-css 16.0.5 → 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
  }
@@ -5489,7 +5490,7 @@ pkt-select {
5489
5490
  padding-right: 3rem;
5490
5491
  }
5491
5492
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]) {
5492
- --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);
5493
5494
  background-image: var(--svg);
5494
5495
  background-repeat: no-repeat;
5495
5496
  background-position: right 0.7rem top 50%;