feat: add terms and conditions to invoice details.

This commit is contained in:
a.bouhuolia
2021-12-25 12:10:29 +02:00
parent af9f4c45fc
commit 1497a27e7d
4 changed files with 78 additions and 39 deletions

View File

@@ -19,3 +19,7 @@ export const CommercialDocEntriesTable = styled(DataTable)`
border-bottom: 1px solid #d2dce2;
}
`;
export const CommercialDocFooter = styled.div`
margin-top: 25px;
`