3
0

fixed logo and styling
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Idrees Jawad 2023-12-27 20:17:08 +05:30
parent 499eda8249
commit f1348f34c7
2 changed files with 4 additions and 3 deletions

View File

@ -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;

View File

@ -7,11 +7,11 @@ if (privacyPolicy) {
}
if (headerWrapper) {
privacyPolicy.innerHTML = '<h2></h2><p></p>'
headerWrapper.innerHTML = '<h2></h2><p></p>'
}
if (header) {
const logo = document.createElement('div');
logo.id = 'main-logo';
header.appendChild(logo);
}
}