feat: optimize the style of bank account transactions tables

This commit is contained in:
Ahmed Bouhuolia
2024-09-04 13:59:13 +02:00
parent e3532098b2
commit c76ce09191
27 changed files with 120 additions and 201 deletions

View File

@@ -378,6 +378,8 @@
.table-constrant,
.table--constrant {
.table {
color: #000;
.thead {
.tr:first-of-type .th {
border-top: 1px solid #000000;
@@ -395,7 +397,6 @@
background: #fff;
padding: 0.5rem 0.5rem;
border-bottom: 0;
color: #000;
}
}
}