Make the login overlay a bit more compact
This commit is contained in:
parent
500213b5ab
commit
91a184b284
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue