Actually, take all the themes
This commit is contained in:
16
keycloak.v2/account/resources/public/layout.css
Normal file
16
keycloak.v2/account/resources/public/layout.css
Normal file
@ -0,0 +1,16 @@
|
||||
.brand {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.delete-button {
|
||||
width: 150px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
@media (max-width: 320px) {
|
||||
.delete-button {
|
||||
width: 120px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user