feat(Sale invoice): quick payment receive.

This commit is contained in:
elforjani3
2021-03-11 19:34:57 +02:00
parent 77968489b2
commit 1d23bffff6
15 changed files with 556 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
.dialog--quick-payment-receive {
.bp3-form-group {
margin-bottom: 15px;
}
.form-group {
&--statement {
.bp3-form-content {
textarea {
width: 100%;
min-width: 100%;
font-size: 14px;
}
}
}
}
.bp3-dialog-footer {
padding-top: 10px;
}
}