Make the login overlay a bit more compact

This commit is contained in:
Julian Müller 2022-06-29 19:08:21 +02:00
parent 500213b5ab
commit 91a184b284

View file

@ -70,9 +70,12 @@ form input[type="password"], form input[type="text"] {
font-size: 1rem;
margin: .1rem 0;
}
form .horizontalButtonList {
margin-top: 1.5rem;
}
.pinpad {
margin-top: 3rem;
margin-bottom: 2rem;
margin-top: 1.5rem;
margin-bottom: 0;
display: flex;
flex-direction: column;
align-items: center;