3
0

fixed styling and logo
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Idrees Jawad 2023-12-27 20:32:43 +05:30
parent f1348f34c7
commit 202a053d8a

View File

@ -19,7 +19,6 @@ body .login-pf-page .card-pf {
background: #ffffff !important; background: #ffffff !important;
color: #000000; color: #000000;
border-bottom: 1px solid #e4e4e7 !important; border-bottom: 1px solid #e4e4e7 !important;
text-align: left !important;
} }
body .pf-c-form-control { body .pf-c-form-control {
@ -113,10 +112,9 @@ div#main-logo {
height: 100px; height: 100px;
background-size: 190px !important; background-size: 190px !important;
background: url(logo.svg) no-repeat; background: url(logo.svg) no-repeat;
position: absolute;
top: 20px;
left: 20px;
width: 190px; width: 190px;
order: -1;
margin: 0 auto 0;
} }
div#kc-registration span a { div#kc-registration span a {