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;
|
font-size: 1rem;
|
||||||
margin: .1rem 0;
|
margin: .1rem 0;
|
||||||
}
|
}
|
||||||
|
form .horizontalButtonList {
|
||||||
|
margin-top: 1.5rem;
|
||||||
|
}
|
||||||
.pinpad {
|
.pinpad {
|
||||||
margin-top: 3rem;
|
margin-top: 1.5rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue