@oslokommune/punkt-css 16.13.0 → 16.13.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.
@@ -27,11 +27,11 @@
27
27
  }
28
28
 
29
29
  &--mobile {
30
- height: 80px;
30
+ height: 5rem;
31
31
  }
32
32
 
33
33
  &--has-user {
34
- height: 128px;
34
+ height: 7.5rem;
35
35
 
36
36
  @include header-cq($cq-bp-tablet) {
37
37
  height: map.get(variables.$spacing, 'size-88');
@@ -40,10 +40,6 @@
40
40
  @include header-cq($cq-bp-laptop) {
41
41
  height: map.get(variables.$spacing, 'size-104');
42
42
  }
43
-
44
- &.pkt-header-service-spacer--mobile {
45
- height: 128px;
46
- }
47
43
  }
48
44
 
49
45
  &--compact {
@@ -107,6 +103,7 @@
107
103
  }
108
104
 
109
105
  position: relative;
106
+ z-index: 10;
110
107
  background-color: var(--pkt-color-background-default);
111
108
  border-bottom: 1px solid var(--pkt-color-border-subtle);
112
109
  container-type: inline-size;
@@ -136,7 +133,6 @@
136
133
  position: fixed;
137
134
  top: 0;
138
135
  left: 0;
139
- z-index: 10;
140
136
  }
141
137
 
142
138
  &--scroll-to-hide {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "16.13.0",
3
+ "version": "16.13.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",
@@ -25,7 +25,7 @@
25
25
  ]
26
26
  },
27
27
  "devDependencies": {
28
- "@oslokommune/punkt-assets": "^16.13.0",
28
+ "@oslokommune/punkt-assets": "^16.13.2",
29
29
  "astro": "^5.7.5",
30
30
  "edit-json-file": "^1.8.0",
31
31
  "fs-extra": "^11.2.0",
@@ -60,5 +60,5 @@
60
60
  "url": "https://github.com/oslokommune/punkt/issues"
61
61
  },
62
62
  "license": "MIT",
63
- "gitHead": "30f62c9e31eec9ae79a3758616a6a6e4bca914c8"
63
+ "gitHead": "511d6ea79105bb64a6637743f6058a7da3ca0891"
64
64
  }