@oslokommune/punkt-css 12.42.1 → 12.42.3

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.
@@ -277,7 +277,7 @@ body.pkt-modal--open {
277
277
  }
278
278
 
279
279
  &--large {
280
- width: 100vh;
280
+ width: 100vw;
281
281
  }
282
282
  }
283
283
  }
@@ -285,7 +285,7 @@ body.pkt-modal--open {
285
285
  @media screen and (max-width: 480px) {
286
286
  .pkt-modal {
287
287
  &--small {
288
- width: 100vh;
288
+ width: 100vw;
289
289
  }
290
290
  }
291
291
  }
@@ -293,7 +293,7 @@ body.pkt-modal--open {
293
293
  @media screen and (max-width: map.get(variables.$breakpoints, 'phablet')) {
294
294
  .pkt-modal {
295
295
  &--medium {
296
- width: 100vh;
296
+ width: 100vw;
297
297
  }
298
298
  }
299
299
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "12.42.1",
3
+ "version": "12.42.3",
4
4
  "description": "CSS-rammeverket til Punkt, et designsystem laget av Oslo Origo",
5
5
  "homepage": "https://punkt.oslo.kommune.no",
6
6
  "author": "Team Designsystem, Oslo Origo",
@@ -55,5 +55,5 @@
55
55
  "url": "https://github.com/oslokommune/punkt/issues"
56
56
  },
57
57
  "license": "MIT",
58
- "gitHead": "8c03898a29df70a7126869654f75662c626dfc90"
58
+ "gitHead": "892aacec2a4994677e7da4c3535820ce42048d15"
59
59
  }