re-structure to monorepo.

This commit is contained in:
a.bouhuolia
2023-02-03 01:02:31 +02:00
parent 8242ec64ba
commit 7a0a13f9d5
10400 changed files with 46966 additions and 17223 deletions

View File

@@ -0,0 +1,13 @@
.dashboard__insider--payment-mades-list {
.bigcapital-datatable {
.tbody {
.td.amount {
.cell-inner {
> span {
font-weight: 600;
}
}
}
}
}
}

View File

@@ -0,0 +1,106 @@
body.page-payment-made-new,
body.page-payment-made-edit{
.dashboard__footer{
display: none;
}
}
.dashboard__insider--payment-made{
padding-bottom: 64px;
}
.page-form--payment-made {
$self: '.page-form';
#{$self}__header{
.bp3-label{
min-width: 160px;
}
.bp3-form-content{
width: 100%;
}
.bp3-form-group{
margin-bottom: 18px;
&.bp3-inline{
max-width: 470px;
}
button.receive-full-amount{
width: auto;
padding: 0;
min-height: auto;
font-size: 12px;
margin-top: 4px;
background-color: transparent;
color: #0052cc;
&:hover{
text-decoration: underline;
}
}
}
}
#{$self}__primary-section{
display: flex;
padding-bottom: 2px;
}
#{$self}__big-numbers{
margin-left: auto;
padding-right: 10px;
}
.datatable-editor{
.table .tbody{
.tr.no-results{
.td{
font-size: 15px;
padding: 26px 0;
color: #5a5a77;
}
}
}
.table{
.th,
.td {
&.amount,
&.due_amount,
&.payment_amount {
&,
input {
text-align: right;
}
}
}
.tr{
.td:first-of-type,
.th:first-of-type{
span, div{
margin-left: auto;
margin-right: auto;
}
}
}
}
}
#{$self}__footer{
.form-group--statement{
max-width: 500px;
width: 100%;
textarea{
width: 100%;
min-height: 70px;
}
}
}
}