Skip to content

Commit

Permalink
RINGSTED-377 - Styling to print
Browse files Browse the repository at this point in the history
  • Loading branch information
bellcom-martin committed Apr 19, 2022
1 parent daca85d commit 43004ad
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion web/themes/custom/fds_redwhite_theme/css/extra-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3941,19 +3941,24 @@ 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;
}
h1 {
font-size: 27px;
}
h2 {
font-size: 20px;
margin: 0 0 15px;
}
.custom-header--static .flexy-row {
text-align: left;
padding-left: 16px;
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 43004ad

Please sign in to comment.