Merge pull request #3793 from stianst/KEYCLOAK-4259
KEYCLOAK-4259 Tweak login screen
This commit is contained in:
commit
4fcb22c540
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,6 @@ ol#kc-totp-settings li:first-of-type {
|
||||||
#kc-container-wrapper {
|
#kc-container-wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 50px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#kc-logo-wrapper {
|
#kc-logo-wrapper {
|
||||||
|
@ -330,6 +329,7 @@ ol#kc-totp-settings li:first-of-type {
|
||||||
|
|
||||||
@media (max-height: 645px) {
|
@media (max-height: 645px) {
|
||||||
#kc-container-wrapper {
|
#kc-container-wrapper {
|
||||||
|
padding-top: 50px;
|
||||||
top: 20%;
|
top: 20%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue