mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: add reconcile vendor credit.
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
.dialog--reconcile-vendor-credit-form {
|
||||
width: 800px;
|
||||
|
||||
.bp3-dialog-body {
|
||||
.footer {
|
||||
display: flex;
|
||||
margin-top: 40px;
|
||||
|
||||
.total_lines {
|
||||
margin-left: auto;
|
||||
|
||||
&_line {
|
||||
border-bottom: none;
|
||||
.title {
|
||||
font-weight: 600;
|
||||
}
|
||||
.amount,
|
||||
.title {
|
||||
padding: 8px 0px;
|
||||
width: 165px;
|
||||
}
|
||||
.amount {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bigcapital-datatable {
|
||||
.table {
|
||||
border: 1px solid #d1dee2;
|
||||
min-width: auto;
|
||||
|
||||
.tbody,
|
||||
.tbody-inner {
|
||||
height: auto;
|
||||
scrollbar-width: none;
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.tbody {
|
||||
.tr .td {
|
||||
padding: 0.4rem;
|
||||
margin-left: -1px;
|
||||
border-left: 1px solid #ececec;
|
||||
}
|
||||
|
||||
.bp3-form-group {
|
||||
margin-bottom: 0;
|
||||
|
||||
&:not(.bp3-intent-danger) .bp3-input {
|
||||
border: 1px solid #d0dfe2;
|
||||
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 1px #116cd0;
|
||||
border-color: #116cd0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bp3-callout {
|
||||
font-size: 14px;
|
||||
}
|
||||
.bp3-dialog-footer {
|
||||
padding-top: 10px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user