This commit is contained in:
Lars Westermann 2019-06-13 01:58:58 +02:00
parent 0cb890de07
commit 99bfacbaf0
Signed by: lars.westermann
GPG key ID: 9D417FA5BB9D5E1D
8 changed files with 100 additions and 83 deletions

View file

@ -176,6 +176,7 @@ form {
.input-group {
display: flex;
position: relative;
.form-btn {
height: 2.5rem;
@ -215,6 +216,6 @@ form {
line-height: 2.5rem;
margin-left: 1rem;
width: 100%;
top: 2.3rem;
top: 0;
}
}