Files
bigcapital/src/style/pages/PaymentMade/List.scss

14 lines
213 B
SCSS

.dashboard__insider--payment-mades-list {
.bigcapital-datatable {
.tbody {
.td.amount {
.cell-inner {
> span {
font-weight: 600;
}
}
}
}
}
}