feat: Receivable aging summary front-end.

This commit is contained in:
Ahmed Bouhuolia
2020-06-14 14:19:18 +02:00
parent ac9c360629
commit f0c1985e43
45 changed files with 4150 additions and 538 deletions

View File

@@ -92,4 +92,30 @@ body.authentication {
.bp3-toast{
box-shadow: none;
}
.select-list--fill-popover{
.bp3-transition-container,
.bp3-popover{
min-width: 100%;
}
}
.select-list--fill-button{
.bp3-popover-wrapper,
.bp3-popover-target{
display: block;
width: 100%;
}
.bp3-button{
width: 100%;
justify-content: start;
}
}
.bp3-datepicker-caption .bp3-html-select::after{
margin-right: 6px;
}