app/BTCPayApp.UI/Components/InvoiceList.razor.css
2024-09-06 15:12:22 +02:00

8 lines
137 B
CSS

.invoice-list ::deep .box {
margin-bottom: 0 !important;
}
.invoice-list ::deep .box + .box {
margin-top: var(--btcpay-space-xs);
}