From f1348f34c7cd863e67f6f36c953a2181ffab432f Mon Sep 17 00:00:00 2001 From: Idrees Jawad Date: Wed, 27 Dec 2023 20:17:08 +0530 Subject: [PATCH] fixed logo and styling --- public/fitness_giving/theme.css | 3 ++- public/fitness_giving/theme.js | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public/fitness_giving/theme.css b/public/fitness_giving/theme.css index 9ab6dca..b144417 100644 --- a/public/fitness_giving/theme.css +++ b/public/fitness_giving/theme.css @@ -12,6 +12,7 @@ body .login-pf-page .card-pf { border: 1px solid #e4e4e7 !important; border-radius: 15px; overflow: hidden; + background: none !important; } .login-pf-page .login-pf-header h1 { @@ -110,7 +111,7 @@ body #kc-header { div#main-logo { height: 100px; - background-size: 190px; + background-size: 190px !important; background: url(logo.svg) no-repeat; position: absolute; top: 20px; diff --git a/public/fitness_giving/theme.js b/public/fitness_giving/theme.js index 813fd7f..b4f8856 100644 --- a/public/fitness_giving/theme.js +++ b/public/fitness_giving/theme.js @@ -7,11 +7,11 @@ if (privacyPolicy) { } if (headerWrapper) { - privacyPolicy.innerHTML = '

' + headerWrapper.innerHTML = '

' } if (header) { const logo = document.createElement('div'); logo.id = 'main-logo'; header.appendChild(logo); -} \ No newline at end of file +}