@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.mjs
CHANGED
|
@@ -680,12 +680,12 @@ var RICH_TEXT_CSS = `
|
|
|
680
680
|
.puck-rich-text-content { line-height: 1.6; }
|
|
681
681
|
.puck-rich-text-content > :first-child { margin-top: 0; }
|
|
682
682
|
.puck-rich-text-content > :last-child { margin-bottom: 0; }
|
|
683
|
-
.puck-rich-text-content h1 { font-size: 2em; font-weight:
|
|
684
|
-
.puck-rich-text-content h2 { font-size: 1.5em; font-weight:
|
|
685
|
-
.puck-rich-text-content h3 { font-size: 1.17em; font-weight:
|
|
686
|
-
.puck-rich-text-content h4 { font-size: 1em; font-weight:
|
|
687
|
-
.puck-rich-text-content h5 { font-size: 0.83em; font-weight:
|
|
688
|
-
.puck-rich-text-content h6 { font-size: 0.75em; font-weight:
|
|
683
|
+
.puck-rich-text-content h1 { font-size: 2em; font-weight: 400; line-height: 1.2; margin: 0.67em 0; }
|
|
684
|
+
.puck-rich-text-content h2 { font-size: 1.5em; font-weight: 400; line-height: 1.25; margin: 0.75em 0; }
|
|
685
|
+
.puck-rich-text-content h3 { font-size: 1.17em; font-weight: 400; line-height: 1.3; margin: 0.83em 0; }
|
|
686
|
+
.puck-rich-text-content h4 { font-size: 1em; font-weight: 400; margin: 1em 0; }
|
|
687
|
+
.puck-rich-text-content h5 { font-size: 0.83em; font-weight: 400; margin: 1.17em 0; }
|
|
688
|
+
.puck-rich-text-content h6 { font-size: 0.75em; font-weight: 400; margin: 1.33em 0; }
|
|
689
689
|
.puck-rich-text-content p { margin: 1em 0; }
|
|
690
690
|
.puck-rich-text-content strong, .puck-rich-text-content b { font-weight: 700; }
|
|
691
691
|
.puck-rich-text-content em, .puck-rich-text-content i { font-style: italic; }
|