fix: darkmode bank transaction drawer

This commit is contained in:
Ahmed Bouhuolia
2025-12-23 19:57:31 +02:00
parent f2663c4af3
commit 7cb169bce9
6 changed files with 38 additions and 34 deletions

View File

@@ -13,37 +13,6 @@
}
}
.table {
.thead .th {
background: transparent;
color: #222222;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
padding: 0.5rem;
}
.tbody .tr .td {
background: transparent;
padding: 0.5rem 0.5rem;
border-bottom: 0;
}
.tbody .tr:last-child .td {
border-bottom: 1px solid #d2dce2;
}
.thead,
.tbody {
.tr .td,
.tr .th {
&.credit,
&.debit {
text-align: right;
}
}
}
}
&__content {
&-header {
margin-bottom: 35px;
@@ -86,9 +55,17 @@
&--subtotal {
border-bottom: 1px solid #000;
.bp4-dark & {
border-bottom-color: var(--color-dark-gray5);
}
}
&--total {
border-bottom: 3px double #000;
.bp4-dark & {
border-bottom-color: var(--color-dark-gray5);
}
}
&--subtotal,
&--total {