@oslokommune/punkt-css 12.32.8 → 12.33.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.32/icons' !default;
9
+ $icon-path: 'https://punkt-cdn.oslo.kommune.no/12.33/icons' !default;
10
10
 
11
11
  // Borders
12
12
  $border-width: (
@@ -359,6 +359,15 @@ $-skins: (
359
359
  appearance: none;
360
360
 
361
361
  // button sizes & variants
362
+
363
+ //hjelpeklasse for full bredde på liten skjerm
364
+ &--full-small {
365
+ @media screen and (max-width: 36rem) {
366
+ display: flex;
367
+ width: 100%;
368
+ justify-content: center;
369
+ }
370
+ }
362
371
  @each $key, $value in $-sizes {
363
372
  @include -size($key, $value);
364
373
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "12.32.8",
3
+ "version": "12.33.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": "2be6c93ef32da3656e4c88367201849e772d0017"
57
+ "gitHead": "892989f59c2dd0af07cb234344ffdd828a652c7c"
58
58
  }