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,20 @@
.dashboard__insider--credit-note-list {
.bigcapital-datatable {
.tbody {
.amount.td {
.cell-inner {
> span {
font-weight: 600;
}
}
}
}
.table-size--small {
.status.td {
.bp3-progress-bar {
height: 3px;
}
}
}
}
}

View File

@@ -0,0 +1,50 @@
body.page-credit-note-new,
body.page-credit-note-edit {
.dashboard__footer {
display: none;
}
}
.dashboard__insider--credit-note-form {
padding-bottom: 64px;
}
.page-form--credit-note {
$self: '.page-form';
#{$self}__header {
display: flex;
&-fields {
flex: 1 0 0;
}
.bp3-label {
min-width: 150px;
}
.bp3-form-content {
width: 100%;
}
.bp3-form-group {
&.bp3-inline {
max-width: 450px;
}
}
.col--credit-note-date {
max-width: 435px;
}
}
#{$self}__footer {
.form-group--note,
.form-group--terms_conditions {
max-width: 450px;
width: 100%;
textarea {
width: 100%;
min-height: 60px;
}
}
}
}