feat(vendor): add vendor opening balance dialog.

This commit is contained in:
elforjani13
2022-03-09 20:59:19 +02:00
parent c5e360ffa2
commit 37f8662cc5
16 changed files with 543 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
.dialog--vendor-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;
}
}