@oslokommune/punkt-css 15.2.0 → 15.3.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.
@@ -4264,11 +4264,12 @@ body.pkt-modal--open {
4264
4264
  .pkt-modal__btn-wrapper {
4265
4265
  display: grid;
4266
4266
  grid-template-columns: 1fr;
4267
- justify-content: center;
4267
+ justify-items: center;
4268
4268
  align-items: center;
4269
+ gap: 0.5rem;
4269
4270
  }
4270
- .pkt-modal__btn-wrapper .pkt-btn {
4271
- justify-content: center;
4271
+ .pkt-modal__btn-wrapper--buttonsFullWidthOnMobile .pkt-btn {
4272
+ width: 100%;
4272
4273
  }
4273
4274
  }
4274
4275
  .pkt-modal--noShadow {
@@ -5397,7 +5398,7 @@ pkt-select {
5397
5398
  padding-right: 3rem;
5398
5399
  }
5399
5400
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]) {
5400
- --svg: url(https://punkt-cdn.oslo.kommune.no/15.2/icons/chevron-thin-down.svg);
5401
+ --svg: url(https://punkt-cdn.oslo.kommune.no/15.3/icons/chevron-thin-down.svg);
5401
5402
  background-image: var(--svg);
5402
5403
  background-repeat: no-repeat;
5403
5404
  background-position: right 0.7rem top 50%;