mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
refactor: Total lines of commercial documents.
This commit is contained in:
@@ -49,15 +49,14 @@
|
||||
|
||||
.total_line{
|
||||
&_subtotal {
|
||||
border-bottom: 1px solid #000;
|
||||
|
||||
}
|
||||
|
||||
&_total {
|
||||
border-bottom: 3px double #000;
|
||||
font-weight: 600;
|
||||
|
||||
}
|
||||
&_dueAmount {
|
||||
font-weight: 600;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -27,39 +27,7 @@
|
||||
}
|
||||
}
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.credit-remaining {
|
||||
|
||||
Reference in New Issue
Block a user