@oslokommune/punkt-css 16.3.0 → 16.4.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.
@@ -352,6 +352,10 @@ pkt-alert {
352
352
  /*
353
353
  * Back link component
354
354
  */
355
+ .pkt-back-link .pkt-link {
356
+ display: inline-flex;
357
+ align-items: center;
358
+ }
355
359
  .pkt-back-link__icon {
356
360
  flex-basis: 1rem;
357
361
  }
@@ -5495,7 +5499,7 @@ pkt-select {
5495
5499
  padding-right: 3rem;
5496
5500
  }
5497
5501
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]) {
5498
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.3/icons/chevron-thin-down.svg);
5502
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.4/icons/chevron-thin-down.svg);
5499
5503
  background-image: var(--svg);
5500
5504
  background-repeat: no-repeat;
5501
5505
  background-position: right 0.7rem top 50%;