add: css-classes

This commit is contained in:
MaxBUhe 2020-06-11 11:50:34 +02:00
parent b72f5088dd
commit 007ea1a41f
1 changed files with 12 additions and 4 deletions

View File

@ -1,9 +1,17 @@
.invoiceCorrection_width_40{
width: 40%;
.invoiceCorrection_pdf_heading_table{
width: 678px;
margin-top: 8mm;
}
.invoiceCorrection_width_60{
width: 60%;
.invoiceCorrection_width_20{
width: 20%;
}
.invoiceCorrection_width_80{
width: 80%
}
.iC_paddingBottom10{
padding-bottom: 10px;
}
.invoiceCorrection_font8{
font-size: 8px;
}