Files
bigcapital/client/src/style/pages/PaymentReceive/List.scss
2021-02-17 19:47:10 +02:00

18 lines
215 B
SCSS

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