@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.
package/dist/css/pkt.css CHANGED
@@ -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;
@@ -23096,10 +23096,12 @@
23096
23096
  font-size: 1.125rem;
23097
23097
  line-height: 1.75rem;
23098
23098
  }
23099
- .pkt-messagebox__text p {
23099
+ .pkt-messagebox__text p,
23100
+ .pkt-messagebox__text ul {
23100
23101
  margin-block-end: 1rem;
23101
23102
  }
23102
- .pkt-messagebox__text p:last-of-type {
23103
+ .pkt-messagebox__text p:last-child,
23104
+ .pkt-messagebox__text ul:last-child {
23103
23105
  margin-block-end: 0;
23104
23106
  }
23105
23107
  .pkt-messagebox__close {
@@ -23109,13 +23111,14 @@
23109
23111
  --fg-color: var(--pkt-color-alert-close-fg);
23110
23112
  }
23111
23113
  .pkt-messagebox--compact {
23112
- padding: 1rem 1rem 1rem 0.75rem;
23114
+ padding: 1rem 1.5rem 1rem 1.25rem;
23113
23115
  }
23114
23116
  .pkt-messagebox--compact .pkt-messagebox__title {
23115
23117
  letter-spacing: -0.2px;
23116
23118
  font-weight: 500;
23117
23119
  font-size: 1rem;
23118
23120
  line-height: 1.5rem;
23121
+ margin-block-end: 1rem;
23119
23122
  }
23120
23123
  .pkt-messagebox--compact .pkt-messagebox__text {
23121
23124
  letter-spacing: -0.2px;