mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: Vendor Credit note.
This commit is contained in:
20
src/style/pages/VendorsCreditNote/List.scss
Normal file
20
src/style/pages/VendorsCreditNote/List.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
.dashboard__insider--vendors-credit-note-list {
|
||||
.bigcapital-datatable {
|
||||
.tbody {
|
||||
.amount.td {
|
||||
.cell-inner {
|
||||
> span {
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.table-size--small {
|
||||
.status.td {
|
||||
.bp3-progress-bar {
|
||||
height: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
49
src/style/pages/VendorsCreditNote/PageForm.scss
Normal file
49
src/style/pages/VendorsCreditNote/PageForm.scss
Normal file
@@ -0,0 +1,49 @@
|
||||
body.page-vendor-credit-note-new,
|
||||
body.page-vendor-credit-note-edit {
|
||||
.dashboard__footer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.dashboard__insider--vendor-credit-note-form {
|
||||
padding-bottom: 64px;
|
||||
}
|
||||
|
||||
.page-form--vendor-credit-note {
|
||||
$self: '.page-form';
|
||||
|
||||
#{$self}__header {
|
||||
display: flex;
|
||||
|
||||
&-fields {
|
||||
flex: 1 0 0;
|
||||
}
|
||||
|
||||
.bp3-label {
|
||||
min-width: 150px;
|
||||
}
|
||||
.bp3-form-content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bp3-form-group {
|
||||
&.bp3-inline {
|
||||
max-width: 450px;
|
||||
}
|
||||
}
|
||||
.col--invoice-date {
|
||||
max-width: 435px;
|
||||
}
|
||||
}
|
||||
#{$self}__footer {
|
||||
.form-group--note {
|
||||
max-width: 450px;
|
||||
width: 100%;
|
||||
|
||||
textarea {
|
||||
width: 100%;
|
||||
min-height: 60px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user