login.lumbung.space/default-themes/keycloak.v2/account/resources/public/layout.css
2021-05-05 11:50:45 +02:00

16 lines
169 B
CSS

.brand {
height: 35px;
}
.delete-button {
width: 150px;
height: 50px;
}
@media (max-width: 320px) {
.delete-button {
width: 120px;
height: 50px;
}
}