@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.
- package/CHANGELOG.md +18 -0
- package/dist/css/components/timepicker.css +2 -2
- package/dist/css/components/timepicker.min.css +1 -1
- package/dist/css/pkt-components.css +2 -2
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-docs.css +2 -2
- package/dist/css/pkt-docs.min.css +1 -1
- package/dist/css/pkt.css +2 -2
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/components/_timepicker.scss +2 -2
- package/package.json +2 -2
package/dist/css/pkt.css
CHANGED
|
@@ -25038,10 +25038,10 @@ pkt-timepicker__input {
|
|
|
25038
25038
|
.pkt-timepicker__separator,
|
|
25039
25039
|
pkt-timepicker__separator {
|
|
25040
25040
|
letter-spacing: -0.2px;
|
|
25041
|
-
font-weight:
|
|
25041
|
+
font-weight: 400;
|
|
25042
25042
|
font-size: 1.125rem;
|
|
25043
25043
|
line-height: 1.75rem;
|
|
25044
|
-
padding: 0.
|
|
25044
|
+
padding: 0.25rem 0 0.5rem;
|
|
25045
25045
|
user-select: none;
|
|
25046
25046
|
}
|
|
25047
25047
|
.pkt-timepicker__icon,
|