KEYCLOAK-3816: Broken OTP setup with smaller resolutions
This commit is contained in:
parent
da516a78b3
commit
ae2a1e929f
1 changed files with 12 additions and 4 deletions
|
@ -244,18 +244,26 @@ ol#kc-totp-settings li:first-of-type {
|
||||||
.zocial.microsoft {background-color: #0052a4; color: #fff;}
|
.zocial.microsoft {background-color: #0052a4; color: #fff;}
|
||||||
.zocial.microsoft:before { content: "\f15d"; }
|
.zocial.microsoft:before { content: "\f15d"; }
|
||||||
|
|
||||||
|
@media (min-width: 801px) {
|
||||||
|
#kc-container-wrapper {
|
||||||
|
bottom: 13%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#kc-logo-wrapper {
|
||||||
|
position: absolute;
|
||||||
|
top: 50px;
|
||||||
|
right: 50px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
#kc-container-wrapper {
|
#kc-container-wrapper {
|
||||||
bottom: 13%;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#kc-logo-wrapper {
|
#kc-logo-wrapper {
|
||||||
position: absolute;
|
margin-left: auto;
|
||||||
top: 50px;
|
|
||||||
right: 50px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-pf .container {
|
.login-pf .container {
|
||||||
|
|
Loading…
Reference in a new issue