add: css-classes
This commit is contained in:
parent
e60f5fd82f
commit
0b901295c9
@ -8,6 +8,16 @@
|
|||||||
.invoiceCorrection_width_80{
|
.invoiceCorrection_width_80{
|
||||||
width: 80%
|
width: 80%
|
||||||
}
|
}
|
||||||
|
.iC_width11{
|
||||||
|
width: 11%;
|
||||||
|
}
|
||||||
|
.iC_width29{
|
||||||
|
width: 29%;
|
||||||
|
}
|
||||||
|
.iC_width60{
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
.iC_paddingBottom10{
|
.iC_paddingBottom10{
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
@ -24,6 +34,9 @@
|
|||||||
.invoiceCorrection_spacingLeft20{
|
.invoiceCorrection_spacingLeft20{
|
||||||
margin-left: 73.6px;
|
margin-left: 73.6px;
|
||||||
}
|
}
|
||||||
|
.margin-top7{
|
||||||
|
margin-top: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
.invoiceCorrectionPaddingTop4{
|
.invoiceCorrectionPaddingTop4{
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
@ -31,6 +44,9 @@
|
|||||||
.invoiceCorrectionPaddingTop5{
|
.invoiceCorrectionPaddingTop5{
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
|
.paddingTop20{
|
||||||
|
padding-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.invoiceCorrectionPaddingBottom20{
|
.invoiceCorrectionPaddingBottom20{
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
|
Loading…
Reference in New Issue
Block a user