@drghaliasri/butex 4.0.0 → 4.0.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.
@@ -9280,6 +9280,24 @@ var DOCUMENT_WIDGET_CSS = `
9280
9280
  margin: 0 0 12px;
9281
9281
  }
9282
9282
 
9283
+ .butex-document-widget__preview h1 {
9284
+ font-size: 1.75rem;
9285
+ font-weight: 700;
9286
+ line-height: 1.35;
9287
+ }
9288
+
9289
+ .butex-document-widget__preview h2 {
9290
+ font-size: 1.4rem;
9291
+ font-weight: 600;
9292
+ line-height: 1.4;
9293
+ }
9294
+
9295
+ .butex-document-widget__preview h3 {
9296
+ font-size: 1.2rem;
9297
+ font-weight: 600;
9298
+ line-height: 1.45;
9299
+ }
9300
+
9283
9301
  .butex-document-widget__preview ul,
9284
9302
  .butex-document-widget__preview ol {
9285
9303
  margin: 0 0 12px;