Files
bigcapital/client/src/style/pages/SaleReceipt/List.scss
2021-07-27 02:01:04 +02:00

21 lines
253 B
SCSS

.dashboard__insider--sales_receipts{
.bigcapital-datatable{
.tbody{
.tr{
min-height: 46px;
}
.td.amount {
.cell-inner{
> span{
font-weight: 600;
}
}
}
}
}
}