@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.
- package/CHANGELOG.md +20 -0
- package/dist/css/components/header.css +3 -1
- package/dist/css/components/header.min.css +1 -1
- package/dist/css/pkt-components.css +3 -1
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt.css +3 -1
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/components/_header.scss +3 -1
- package/package.json +2 -2
|
@@ -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.
|
|
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": "
|
|
58
|
+
"gitHead": "10efdb492b7e84d8339e19a74358c02b940a6bb7"
|
|
59
59
|
}
|