Got emails working, added some form fields, added pdf generation, some refactoring

This commit is contained in:
msinkec
2021-02-19 19:03:01 +01:00
parent 6174cf1c3e
commit 36dbe487ed
9 changed files with 483 additions and 59 deletions

View File

@@ -78,7 +78,7 @@ label {
background: #006cb7;
border-radius: 29px;
border: 0px;
top: 430px;
top: 530px;
font-family: Roboto;
font-style: normal;
@@ -164,7 +164,7 @@ input {
margin-bottom: 16px;
min-height: 100px;
max-height: 500px;
top: -430px;
top: -530px;
overflow-x: hidden;
overflow-y: auto;
}
@@ -172,7 +172,7 @@ input {
#rect1 {
position: relative;
width: 388px;
height: 531px;
height: 631px;
background: #f5f5f5;
box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);