From 9aec0c26f3dcf204d1f23d58ea1ef5609b1f2375 Mon Sep 17 00:00:00 2001 From: JSuenram Date: Thu, 3 Feb 2022 13:21:19 +0100 Subject: [PATCH] move Style for topbar Invite-Page to style.css with same settings for later customizing --- public/styles/style.css | 6 ++++++ views/agentinvite.handlebars | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/public/styles/style.css b/public/styles/style.css index e41ff8c3..42a54a08 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -116,6 +116,12 @@ body { grid-template-rows: repeat(auto-fit, minmax(100px, 1fr)) !important; } +.AgentInviteMasthead { + background:url(logo.png) 0px 0px; + background-color:#036; + background-repeat:no-repeat;height:66px;width:100%;overflow:hidden; +} + #masthead { width: auto; margin: 0; diff --git a/views/agentinvite.handlebars b/views/agentinvite.handlebars index d6a496c7..7a3adaf0 100644 --- a/views/agentinvite.handlebars +++ b/views/agentinvite.handlebars @@ -49,7 +49,7 @@
-
+
{{{titlehtml}}}
{{{title1}}}