fix: formatted amount & lang in credit view.

This commit is contained in:
elforjani13
2021-12-04 12:41:08 +02:00
parent 26cf1d20f3
commit 58a0ed4ecd
5 changed files with 29 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
.datatable--landed-cost-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;
}
}
}
}