feat(customer): add customer opening balance dialog.

This commit is contained in:
elforjani13
2022-03-09 20:49:57 +02:00
parent 098429d31a
commit c5e360ffa2
13 changed files with 524 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
.dialog--customer-opening-balance {
max-width: 400px;
.bp3-dialog-body {
.bp3-form-group {
margin-bottom: 15px;
margin-top: 15px;
label.bp3-label {
margin-bottom: px;
font-size: 13px;
}
}
}
.bp3-dialog-footer {
padding-top: 10px;
}
}