8
0
Bifurcation 0

add: css-classes

Cette révision appartient à :
MaxBUhe 2020-06-11 11:50:34 +02:00
Parent b72f5088dd
révision 007ea1a41f
1 fichiers modifiés avec 12 ajouts et 4 suppressions

Voir le fichier

@ -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;
}