add: css-classes

This commit is contained in:
MaxBUhe 2020-06-12 14:51:19 +02:00
parent 59b11667f8
commit 4c64993f03
1 changed files with 16 additions and 0 deletions

View File

@ -8,6 +8,16 @@
.invoiceCorrection_width_80{
width: 80%
}
.iC_width11{
width: 11%;
}
.iC_width29{
width: 29%;
}
.iC_width60{
width: 60%;
}
.iC_paddingBottom10{
padding-bottom: 10px;
}
@ -24,6 +34,9 @@
.invoiceCorrection_spacingLeft20{
margin-left: 73.6px;
}
.margin-top7{
margin-top: 7px;
}
.invoiceCorrectionPaddingTop4{
padding-top: 4px;
@ -31,6 +44,9 @@
.invoiceCorrectionPaddingTop5{
padding-top: 5px;
}
.paddingTop20{
padding-top: 20px;
}
.invoiceCorrectionPaddingBottom20{
padding-bottom: 20px;