@oslokommune/punkt-css 16.13.0 → 16.13.2
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.css +3 -6
- package/dist/css/components/header-service.min.css +1 -1
- package/dist/css/pkt-components.css +3 -6
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-docs.css +3 -6
- package/dist/css/pkt-docs.min.css +1 -1
- package/dist/css/pkt.css +3 -6
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/components/_header-service.scss +3 -7
- package/package.json +3 -3
package/dist/css/pkt.css
CHANGED
|
@@ -22037,10 +22037,10 @@ pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display_
|
|
|
22037
22037
|
}
|
|
22038
22038
|
}
|
|
22039
22039
|
.pkt-header-service-spacer--mobile {
|
|
22040
|
-
height:
|
|
22040
|
+
height: 5rem;
|
|
22041
22041
|
}
|
|
22042
22042
|
.pkt-header-service-spacer--has-user {
|
|
22043
|
-
height:
|
|
22043
|
+
height: 7.5rem;
|
|
22044
22044
|
}
|
|
22045
22045
|
@media screen and (min-width: 48rem) {
|
|
22046
22046
|
.pkt-header-service-spacer--has-user {
|
|
@@ -22062,9 +22062,6 @@ pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display_
|
|
|
22062
22062
|
height: 6.5rem;
|
|
22063
22063
|
}
|
|
22064
22064
|
}
|
|
22065
|
-
.pkt-header-service-spacer--has-user.pkt-header-service-spacer--mobile {
|
|
22066
|
-
height: 128px;
|
|
22067
|
-
}
|
|
22068
22065
|
.pkt-header-service-spacer--compact {
|
|
22069
22066
|
height: 4rem;
|
|
22070
22067
|
}
|
|
@@ -22164,6 +22161,7 @@ pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display_
|
|
|
22164
22161
|
}
|
|
22165
22162
|
.pkt-header-service {
|
|
22166
22163
|
position: relative;
|
|
22164
|
+
z-index: 10;
|
|
22167
22165
|
background-color: var(--pkt-color-background-default);
|
|
22168
22166
|
border-bottom: 1px solid var(--pkt-color-border-subtle);
|
|
22169
22167
|
container-type: inline-size;
|
|
@@ -22206,7 +22204,6 @@ pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display_
|
|
|
22206
22204
|
position: fixed;
|
|
22207
22205
|
top: 0;
|
|
22208
22206
|
left: 0;
|
|
22209
|
-
z-index: 10;
|
|
22210
22207
|
}
|
|
22211
22208
|
.pkt-header-service--scroll-to-hide {
|
|
22212
22209
|
transform: translate3d(0, 0, 0);
|