@oslokommune/punkt-css 16.3.0 → 16.5.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.
@@ -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
  }
@@ -1249,10 +1253,14 @@ pkt-datepicker-multiple {
1249
1253
  }
1250
1254
 
1251
1255
  @-moz-document url-prefix() {
1252
- .pkt-datepicker__input:not(.pkt-datepicker--multiple) {
1256
+ .pkt-datepicker__inputs .pkt-datepicker__input {
1257
+ padding-right: 0.5rem;
1258
+ }
1259
+ .pkt-datepicker__inputs .pkt-datepicker__input:not(.pkt-datepicker--multiple) {
1253
1260
  width: 10.5rem;
1261
+ max-width: 100%;
1254
1262
  }
1255
- .pkt-datepicker__input.pkt-input--fullwidth:not(.pkt-datepicker--multiple) {
1263
+ .pkt-datepicker__inputs .pkt-datepicker__input.pkt-input--fullwidth:not(.pkt-datepicker--multiple) {
1256
1264
  width: auto;
1257
1265
  flex: 1;
1258
1266
  }
@@ -5495,7 +5503,7 @@ pkt-select {
5495
5503
  padding-right: 3rem;
5496
5504
  }
5497
5505
  .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);
5506
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.5/icons/chevron-thin-down.svg);
5499
5507
  background-image: var(--svg);
5500
5508
  background-repeat: no-repeat;
5501
5509
  background-position: right 0.7rem top 50%;