@oslokommune/punkt-css 15.2.0 → 15.3.1

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/15.2/icons' !default;
9
+ $icon-path: 'https://punkt-cdn.oslo.kommune.no/15.3/icons' !default;
10
10
 
11
11
  // Borders
12
12
  $border-width: (
@@ -306,11 +306,14 @@ body.pkt-modal--open {
306
306
  &-wrapper {
307
307
  display: grid;
308
308
  grid-template-columns: 1fr;
309
- justify-content: center;
309
+ justify-items: center;
310
310
  align-items: center;
311
+ gap: map.get(variables.$spacing, 'size-8');
311
312
 
312
- .pkt-btn {
313
- justify-content: center;
313
+ &--buttonsFullWidthOnMobile {
314
+ .pkt-btn {
315
+ width: 100%;
316
+ }
314
317
  }
315
318
  }
316
319
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "15.2.0",
3
+ "version": "15.3.1",
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": "67c9a3c4ede793c0e6bf1e4611ae29d00cf072ee"
58
+ "gitHead": "b4500307b2fb41eb76b25433aec3d99ec66f27e2"
59
59
  }