@commercetools-demo/puck-components 0.8.0 → 0.8.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/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -767,12 +767,12 @@ var RICH_TEXT_CSS = `
|
|
|
767
767
|
.puck-rich-text-content { line-height: 1.6; }
|
|
768
768
|
.puck-rich-text-content > :first-child { margin-top: 0; }
|
|
769
769
|
.puck-rich-text-content > :last-child { margin-bottom: 0; }
|
|
770
|
-
.puck-rich-text-content h1 { font-size: 2em; font-weight:
|
|
771
|
-
.puck-rich-text-content h2 { font-size: 1.5em; font-weight:
|
|
772
|
-
.puck-rich-text-content h3 { font-size: 1.17em; font-weight:
|
|
773
|
-
.puck-rich-text-content h4 { font-size: 1em; font-weight:
|
|
774
|
-
.puck-rich-text-content h5 { font-size: 0.83em; font-weight:
|
|
775
|
-
.puck-rich-text-content h6 { font-size: 0.75em; font-weight:
|
|
770
|
+
.puck-rich-text-content h1 { font-size: 2em; font-weight: 400; line-height: 1.2; margin: 0.67em 0; }
|
|
771
|
+
.puck-rich-text-content h2 { font-size: 1.5em; font-weight: 400; line-height: 1.25; margin: 0.75em 0; }
|
|
772
|
+
.puck-rich-text-content h3 { font-size: 1.17em; font-weight: 400; line-height: 1.3; margin: 0.83em 0; }
|
|
773
|
+
.puck-rich-text-content h4 { font-size: 1em; font-weight: 400; margin: 1em 0; }
|
|
774
|
+
.puck-rich-text-content h5 { font-size: 0.83em; font-weight: 400; margin: 1.17em 0; }
|
|
775
|
+
.puck-rich-text-content h6 { font-size: 0.75em; font-weight: 400; margin: 1.33em 0; }
|
|
776
776
|
.puck-rich-text-content p { margin: 1em 0; }
|
|
777
777
|
.puck-rich-text-content strong, .puck-rich-text-content b { font-weight: 700; }
|
|
778
778
|
.puck-rich-text-content em, .puck-rich-text-content i { font-style: italic; }
|