WIP: allocate landed cost.

This commit is contained in:
a.bouhuolia
2021-07-25 12:58:33 +02:00
parent 95edfe66b0
commit 77d987ef1f
13 changed files with 108 additions and 92 deletions

View File

@@ -3,9 +3,12 @@
width: 700px;
.bp3-dialog-body {
.bp3-form-group{
margin-bottom: 18px;
}
.bp3-form-group.bp3-inline {
.bp3-label {
min-width: 140px;
min-width: 150px;
}
.bp3-form-content {
width: 300px;
@@ -17,6 +20,10 @@
}
}
.bp3-dialog-footer{
padding-top: 10px;
}
.bigcapital-datatable {
.table {
// max-height: 300px;
@@ -37,6 +44,19 @@
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;
}
}
}
}
}
}