From 9809b4ff670d980a7e4fb7e2c89aec817423c6a9 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 23 Nov 2022 12:47:15 +1100 Subject: [PATCH] Stubs for project-header CSS class --- resources/views/pdf-designs/plain.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/views/pdf-designs/plain.html b/resources/views/pdf-designs/plain.html index a1f2906f6aff..5075e7f3f646 100644 --- a/resources/views/pdf-designs/plain.html +++ b/resources/views/pdf-designs/plain.html @@ -249,6 +249,16 @@ opacity: 0.2; z-index:200 !important; position: fixed; + } + + .project-header { + font-size: 1.5em; + margin-top: 0.1em; + margin-bottom: 0.1em; + margin-left: 0; + margin-right: 0; + font-weight: bold; + color: #505050; } /** Useful snippets, uncomment to enable. **/