This commit is contained in:
parent
bd496ab19e
commit
18f794d3d5
@ -40,7 +40,7 @@ body .pf-c-button.pf-m-primary {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#kc-content {
|
div#kc-content {
|
||||||
margin: 5px auto;
|
margin: 65px auto 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#kc-registration span a:hover {
|
div#kc-registration span a:hover {
|
||||||
@ -133,3 +133,21 @@ div#kc-registration span a {
|
|||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 991px) {
|
||||||
|
body {
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
.login-pf-page {
|
||||||
|
max-width: 100% !important;
|
||||||
|
border-radius: 0 !important;
|
||||||
|
min-height: 100vh;
|
||||||
|
}
|
||||||
|
body #kc-header {
|
||||||
|
max-width: 100% !important;
|
||||||
|
flex: auto;
|
||||||
|
}
|
||||||
|
#kc-header-wrapper, .app-logo {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user