[IMP] partner_statement: black, isort

This commit is contained in:
mreficent
2020-02-04 11:45:07 +01:00
committed by Miquel Raïch
parent 588a2b54a7
commit 24cb1fe10c
20 changed files with 855 additions and 649 deletions

View File

@@ -1,16 +1,16 @@
.table-statement {
.amount {
text-align: right !important;
width: 14% //spread 7 columns evenly
width: 14%; //spread 7 columns evenly
}
thead {
border-bottom: solid; // required for clean layout
tr th:first-child {
width: auto !important; // required for clean layout
}
}
tr th:last-child {
width: 16% !important; // required for boxed layout
}
}
}
}