From 43004adf58a9797c316f09c28fcdb31236b31b7b Mon Sep 17 00:00:00 2001 From: Martin Schack Jensen Date: Tue, 19 Apr 2022 16:33:58 +0200 Subject: [PATCH] RINGSTED-377 - Styling to print --- .../custom/fds_redwhite_theme/css/extra-styles.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/fds_redwhite_theme/css/extra-styles.css b/web/themes/custom/fds_redwhite_theme/css/extra-styles.css index cec9da583..6a48bde20 100644 --- a/web/themes/custom/fds_redwhite_theme/css/extra-styles.css +++ b/web/themes/custom/fds_redwhite_theme/css/extra-styles.css @@ -3941,12 +3941,13 @@ iframe { font-size: 14px; line-height: 1.4; color: black; + font-weight: normal; } body .page-container { background: transparent; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { - font-family: sans-serif; + font-family: Helvetica,Arial,sans-serif; font-weight: bold; color: black; max-width: none; @@ -3954,6 +3955,10 @@ iframe { h1 { font-size: 27px; } + h2 { + font-size: 20px; + margin: 0 0 15px; + } .custom-header--static .flexy-row { text-align: left; padding-left: 16px; @@ -3990,6 +3995,10 @@ iframe { color: black !important; text-decoration: underline !important; } + .field--name-field-os2web-page-paragraph-narr { + border: none; + padding: 0; + } .field--name-field-os2web-page-paragraph-narr .paragraph { display: none; }