@oslokommune/punkt-css 12.24.0 → 12.26.0

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.
@@ -6,7 +6,7 @@
6
6
  @forward 'spacing';
7
7
 
8
8
  // Default icon path
9
- $icon-path: 'https://punkt-cdn.oslo.kommune.no/12.24/icons' !default;
9
+ $icon-path: 'https://punkt-cdn.oslo.kommune.no/12.26/icons' !default;
10
10
 
11
11
  // Borders
12
12
  $border-width: (
@@ -166,10 +166,6 @@ body.pkt-modal--open {
166
166
  font-size: map.get(variables.$font-size, 'size-22');
167
167
  }
168
168
 
169
- .pkt-modal__closeButton {
170
- background-color: var(--pkt-color-background-default);
171
- }
172
-
173
169
  .pkt-modal__content {
174
170
  letter-spacing: map.get(variables.$letter-spacing, 'tight');
175
171
  font-size: map.get(variables.$font-size, 'size-16');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "12.24.0",
3
+ "version": "12.26.0",
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",
@@ -54,5 +54,5 @@
54
54
  "url": "https://github.com/oslokommune/punkt/issues"
55
55
  },
56
56
  "license": "MIT",
57
- "gitHead": "b188e2c0442bf841f40148fd46fdd9870ea9b101"
57
+ "gitHead": "d53ac4282cddb23a055e3d81337eb533d3abd068"
58
58
  }