fixed logo and styling
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
499eda8249
commit
f1348f34c7
@ -12,6 +12,7 @@ body .login-pf-page .card-pf {
|
|||||||
border: 1px solid #e4e4e7 !important;
|
border: 1px solid #e4e4e7 !important;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
background: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-pf-page .login-pf-header h1 {
|
.login-pf-page .login-pf-header h1 {
|
||||||
@ -110,7 +111,7 @@ body #kc-header {
|
|||||||
|
|
||||||
div#main-logo {
|
div#main-logo {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
background-size: 190px;
|
background-size: 190px !important;
|
||||||
background: url(logo.svg) no-repeat;
|
background: url(logo.svg) no-repeat;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
|
@ -7,7 +7,7 @@ if (privacyPolicy) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (headerWrapper) {
|
if (headerWrapper) {
|
||||||
privacyPolicy.innerHTML = '<h2></h2><p></p>'
|
headerWrapper.innerHTML = '<h2></h2><p></p>'
|
||||||
}
|
}
|
||||||
|
|
||||||
if (header) {
|
if (header) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user