@oslokommune/punkt-css 14.0.0 → 14.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 +18 -0
- package/dist/css/components/header-service-mobile.css +1 -0
- package/dist/css/components/header-service-mobile.min.css +1 -1
- package/dist/css/pkt-components.css +1 -0
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-docs.css +1 -0
- package/dist/css/pkt-docs.min.css +1 -1
- package/dist/css/pkt.css +1 -0
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/components/_header-service-mobile.scss +1 -0
- package/package.json +2 -2
package/dist/css/pkt.css
CHANGED
|
@@ -21458,6 +21458,7 @@ pkt-combobox[fullwidth] {
|
|
|
21458
21458
|
background-color: var(--pkt-color-background-default);
|
|
21459
21459
|
height: 3.5rem;
|
|
21460
21460
|
width: 100%;
|
|
21461
|
+
z-index: 100;
|
|
21461
21462
|
}
|
|
21462
21463
|
.pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-button:is(button), .pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-button button {
|
|
21463
21464
|
height: 100%;
|