mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: add refund credit & vendor dialogs.
This commit is contained in:
28
src/style/pages/RefundCreditNote/RefundCreditNote.scss
Normal file
28
src/style/pages/RefundCreditNote/RefundCreditNote.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
.dialog--refund-credit-note {
|
||||
.bp3-dialog-body {
|
||||
.bp3-form-group {
|
||||
label.bp3-label {
|
||||
min-width: 140px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.bp3-form-content {
|
||||
width: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
.form-group {
|
||||
&--description {
|
||||
.bp3-form-content {
|
||||
textarea {
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.bp3-dialog-footer {
|
||||
padding-top: 10px;
|
||||
}
|
||||
}
|
||||
28
src/style/pages/RefundVendorCredit/RefundVendorCredit.scss
Normal file
28
src/style/pages/RefundVendorCredit/RefundVendorCredit.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
.dialog--refund-vendor-credit {
|
||||
.bp3-dialog-body {
|
||||
.bp3-form-group {
|
||||
label.bp3-label {
|
||||
min-width: 140px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.bp3-form-content {
|
||||
width: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
.form-group {
|
||||
&--description {
|
||||
.bp3-form-content {
|
||||
textarea {
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.bp3-dialog-footer {
|
||||
padding-top: 10px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user