add User, Mail verify, rights, Change Mail, fewo invoice PDF

This commit is contained in:
Kevin Adametz 2019-04-16 19:47:33 +02:00
parent 26ecb09cdc
commit 7abfe3f700
44 changed files with 3041 additions and 1125 deletions

View file

@ -0,0 +1,32 @@
html {
width: 100%;
height: 100%;
}
body {
position: relative;
width: 100%;
height: 100%;
margin: 0 auto;
padding: 0;
color: #000;
background: #fff;
font-family: 'DejaVu Sans', sans-serif;
font-size: 9pt;
line-height: 1.3em;
font-weight: 400 ;
}
table {
border: none;
}
strong {
font-weight: 600;
}
@page {
margin: 0px;
}
@page {
margin-top: 0px;
}