KEYCLOAK-4259 Add top-margin to container to prevent overlay with logo

This commit is contained in:
Stian Thorgersen 2017-01-24 09:35:57 +01:00
parent 04228791f3
commit cea52a6db9

View file

@ -253,6 +253,7 @@ ol#kc-totp-settings li:first-of-type {
#kc-container-wrapper {
position: absolute;
width: 100%;
margin-top: 50px;
}
#kc-logo-wrapper {