@oslokommune/punkt-css 16.7.0 → 16.7.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.
@@ -149,9 +149,9 @@ pkt-timepicker {
149
149
  }
150
150
 
151
151
  &__separator {
152
- @include typography.get-text('pkt-txt-18-medium');
152
+ @include typography.get-text('pkt-txt-18');
153
153
 
154
- padding: 0.5rem 0;
154
+ padding: 0.25rem 0 0.5rem;
155
155
  user-select: none;
156
156
  }
157
157
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "16.7.0",
3
+ "version": "16.7.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",
@@ -60,5 +60,5 @@
60
60
  "url": "https://github.com/oslokommune/punkt/issues"
61
61
  },
62
62
  "license": "MIT",
63
- "gitHead": "782a591e43ea062ca4ef23fe5415aca5f2d523b5"
63
+ "gitHead": "f03ecd48c2bc6097584f3a3f1d45848578bf524d"
64
64
  }