@oslokommune/punkt-css 6.0.0 → 6.0.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.
@@ -146,10 +146,11 @@
146
146
  &__dropdown {
147
147
  z-index: 2;
148
148
  position: absolute;
149
+ margin: 0;
150
+ margin-top: map.get(variables.$spacing, 'size-12');
149
151
  right: 0;
150
152
  left: 0;
151
153
  padding-left: 0;
152
- margin: 0;
153
154
  list-style: none;
154
155
  visibility: hidden;
155
156
  max-height: calc(100vh - 4.5rem);
@@ -157,6 +158,7 @@
157
158
  overflow-y: auto;
158
159
 
159
160
  @include bp('tablet-up') {
161
+ margin-top: map.get(variables.$spacing, 'size-16');
160
162
  left: auto;
161
163
  right: 0;
162
164
  min-width: 23rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "6.0.0",
3
+ "version": "6.0.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": "2abe615a393680210345b1662767f1fd09f22a9d"
58
+ "gitHead": "10efdb492b7e84d8339e19a74358c02b940a6bb7"
59
59
  }