make login form responsive
This commit is contained in:
parent
7cd9da93aa
commit
ac2a6c1753
@ -231,4 +231,21 @@ div#kc-username:before{
|
||||
margin: unset;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.logo {
|
||||
max-width: 320px;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.logo svg {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
width: 88vw;
|
||||
}
|
||||
|
||||
.form-group.login-pf-settings {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user