@oslokommune/punkt-css 12.42.10 → 12.42.12
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/heading.css +4 -0
- package/dist/css/components/heading.min.css +1 -1
- package/dist/css/pkt-components.css +4 -0
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-docs.css +4 -0
- package/dist/css/pkt-docs.min.css +1 -1
- package/dist/css/pkt.css +4 -0
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/components/_heading.scss +3 -0
- package/package.json +3 -3
package/dist/css/pkt.css
CHANGED
|
@@ -20678,6 +20678,10 @@ pkt-combobox[fullwidth] {
|
|
|
20678
20678
|
color: var(--pkt-color-text-body-dark);
|
|
20679
20679
|
}
|
|
20680
20680
|
|
|
20681
|
+
pkt-heading {
|
|
20682
|
+
display: block;
|
|
20683
|
+
}
|
|
20684
|
+
|
|
20681
20685
|
.pkt-heading {
|
|
20682
20686
|
font-size: 1.5rem;
|
|
20683
20687
|
font-weight: 600;
|