Got emails working, added some form fields, added pdf generation, some refactoring
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user