@oslokommune/punkt-css 9.5.0 → 9.5.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.
@@ -67,7 +67,7 @@
67
67
  }
68
68
 
69
69
  &-service {
70
- padding-top: 0.2rem;
70
+ padding-top: 0.3rem;
71
71
  display: none;
72
72
  white-space: nowrap;
73
73
  text-overflow: ellipsis;
@@ -80,7 +80,7 @@
80
80
  }
81
81
 
82
82
  @include bp('laptop-up') {
83
- padding-top: 0.4rem;
83
+ padding-top: 0.6rem;
84
84
  @include get-text('pkt-txt-24-light');
85
85
  }
86
86
  }
@@ -143,7 +143,7 @@
143
143
  align-items: center;
144
144
  gap: map.get(variables.$spacing, 'size-32');
145
145
 
146
- >li {
146
+ > li {
147
147
  padding: 0;
148
148
  }
149
149
  }
@@ -172,7 +172,7 @@
172
172
  width: auto;
173
173
  }
174
174
 
175
- >li {
175
+ > li {
176
176
  padding: map.get(variables.$spacing, 'size-32');
177
177
  background-color: var(--pkt-color-surface-subtle-white);
178
178
 
@@ -208,7 +208,7 @@
208
208
  position: relative;
209
209
  }
210
210
 
211
- >.pkt-btn {
211
+ > .pkt-btn {
212
212
  &:hover .pkt-btn--closed {
213
213
  --fg-color: var(--pkt-color-surface-subtle-white);
214
214
  }
@@ -227,7 +227,7 @@
227
227
  }
228
228
 
229
229
  &.pkt-header--open-dropdown {
230
- >.pkt-btn {
230
+ > .pkt-btn {
231
231
  background-color: var(--pkt-color-border-states-active);
232
232
  border-color: var(--pkt-color-border-states-active);
233
233
  color: var(--pkt-color-surface-subtle-white);
@@ -283,7 +283,7 @@
283
283
  }
284
284
  }
285
285
 
286
- >li>a {
286
+ > li > a {
287
287
  grid-template-columns: 1.5rem auto;
288
288
  gap: map.get(variables.$spacing, 'size-8');
289
289
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "9.5.0",
3
+ "version": "9.5.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": "b3440f0d1a9cec53e08bb5fdaae88bf6c74b586e"
58
+ "gitHead": "aea482195b0b2b6b5fdf7cceea09f585cba16cea"
59
59
  }