@oslokommune/punkt-css 12.39.1 → 12.39.5

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.
package/dist/css/pkt.css CHANGED
@@ -21475,6 +21475,10 @@ pkt-listbox {
21475
21475
  flex-direction: row-reverse;
21476
21476
  align-self: flex-start;
21477
21477
  }
21478
+ .pkt-modal .pkt-modal__noCloseButton {
21479
+ background: var(--pkt-color-background-default);
21480
+ grid-area: close;
21481
+ }
21478
21482
  .pkt-modal .pkt-modal__closeButton--blue {
21479
21483
  height: 100%;
21480
21484
  background: var(--pkt-color-background-default);