@oslokommune/punkt-css 14.0.1 → 14.0.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.
@@ -58,7 +58,7 @@
58
58
  background-color: var(--pkt-color-background-default);
59
59
  height: map.get(variables.$spacing, 'size-56');
60
60
  width: 100%;
61
- z-index: 100;
61
+ z-index: 99;
62
62
  }
63
63
 
64
64
  &__user-button {
@@ -217,6 +217,7 @@
217
217
  }
218
218
 
219
219
  svg {
220
+ aspect-ratio: 6/3;
220
221
  height: map.get(variables.$spacing, 'size-40');
221
222
  .pkt-header-service__logo-area--without-service & {
222
223
  height: map.get(variables.$spacing, 'size-64');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "14.0.1",
3
+ "version": "14.0.2",
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": "6bc7e06b1757136f9460e4f4e0ea1a4df772cd1f"
58
+ "gitHead": "f9d8984d720160a6dc2fd771369941a38187011e"
59
59
  }