login.lumbung.space/default-themes/keycloak.v2/account/resources/public/layout.css

16 lines
169 B
CSS
Raw Normal View History

2021-05-05 09:47:12 +00:00
.brand {
height: 35px;
}
.delete-button {
width: 150px;
height: 50px;
}
@media (max-width: 320px) {
.delete-button {
width: 120px;
height: 50px;
}
}