@oslokommune/punkt-css 17.1.0 → 17.1.2

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.
@@ -24221,10 +24221,12 @@ pkt-messagebox {
24221
24221
  font-size: 1.125rem;
24222
24222
  line-height: 1.75rem;
24223
24223
  }
24224
- .pkt-messagebox__text p {
24224
+ .pkt-messagebox__text p,
24225
+ .pkt-messagebox__text ul {
24225
24226
  margin-block-end: 1rem;
24226
24227
  }
24227
- .pkt-messagebox__text p:last-of-type {
24228
+ .pkt-messagebox__text p:last-child,
24229
+ .pkt-messagebox__text ul:last-child {
24228
24230
  margin-block-end: 0;
24229
24231
  }
24230
24232
  .pkt-messagebox__close {
@@ -24235,13 +24237,14 @@ pkt-messagebox {
24235
24237
  }
24236
24238
 
24237
24239
  .pkt-messagebox--compact {
24238
- padding: 1rem 1rem 1rem 0.75rem;
24240
+ padding: 1rem 1.5rem 1rem 1.25rem;
24239
24241
  }
24240
24242
  .pkt-messagebox--compact .pkt-messagebox__title {
24241
24243
  letter-spacing: -0.2px;
24242
24244
  font-weight: 500;
24243
24245
  font-size: 1rem;
24244
24246
  line-height: 1.5rem;
24247
+ margin-block-end: 1rem;
24245
24248
  }
24246
24249
  .pkt-messagebox--compact .pkt-messagebox__text {
24247
24250
  letter-spacing: -0.2px;