feat: optimize style of invoice details.

feat: optimize style of credit note details.
feat: optimize global style checkbox  of the application.
This commit is contained in:
a.bouhuolia
2021-12-20 13:19:59 +02:00
parent fcd1a8849d
commit 4dda2a37aa
47 changed files with 795 additions and 558 deletions

View File

@@ -1,29 +1,29 @@
.datatable--journal-entries {
// margin: 12px;
padding: 12px;
// .datatable--journal-entries {
// // margin: 12px;
// padding: 12px;
.table {
.tbody,
.thead {
.tr .th {
padding: 8px 8px;
background-color: #fff;
font-size: 14px;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
}
}
.tbody {
.tr .td {
border-bottom: 0;
padding-top: 0.4rem;
padding-bottom: 0.4rem;
// .table {
// .tbody,
// .thead {
// .tr .th {
// padding: 8px 8px;
// background-color: #fff;
// font-size: 14px;
// border-bottom: 1px solid #000;
// border-top: 1px solid #000;
// }
// }
// .tbody {
// .tr .td {
// border-bottom: 0;
// padding-top: 0.4rem;
// padding-bottom: 0.4rem;
&.credit,
&.debit {
font-weight: 600;
}
}
}
}
}
// &.credit,
// &.debit {
// font-weight: 600;
// }
// }
// }
// }
// }

View File

@@ -1,27 +0,0 @@
.datatable--refund-transactions {
padding: 12px;
.table {
.tbody,
.thead {
.tr .th {
padding: 8px 8px;
background-color: #fff;
font-size: 14px;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
}
}
.tbody {
.tr .td {
border-bottom: 0;
padding-top: 0.4rem;
padding-bottom: 0.4rem;
&.credit,
&.debit {
font-weight: 600;
}
}
}
}
}