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,8 @@
.dashboard__insider--account-transactions {
.bigcapital-datatable {
position: relative;
top: -1px;
.tbody {}
}
}

View File

@@ -0,0 +1,38 @@
.dashboard__insider--cashflow-accounts {
.bigcapital-datatable {
.table {
.tbody {
.td.balance {
.cell-inner {
>span {
font-weight: 600;
}
}
}
.account_name {
.bp3-popover-wrapper--inactive-semafro {
margin-left: 8px;
margin-right: 6px;
float: right;
border: 0;
}
.bp3-popover-wrapper--account-desc {
border-bottom-color: #bbb;
}
.inactive-semafro {
height: 7px;
width: 7px;
background: #bbb;
display: inline-block;
border-radius: 8px;
}
}
}
}
}
}

View File

@@ -0,0 +1,37 @@
.dialog--money-in,
.dialog--money-out {
.bp3-form-group {
margin-bottom: 15px;
label.bp3-label {
font-size: 13px;
margin-bottom: 3px;
}
}
.form-group {
&--description {
.bp3-form-content {
textarea {
width: 100%;
min-width: 100%;
font-size: 14px;
}
}
}
&--reference-no,
&--amount,
&--credit_account_id {
max-width: 380px;
}
}
.trasnaction-type-fileds {
margin-bottom: 18px;
padding: 16px 0px 12px 0px;
border-bottom: 2px solid #e9e9e9;
}
.bp3-dialog-footer {
padding-top: 10px;
}
}