This commit is contained in:
zadit
2024-10-20 23:41:35 +07:00
parent 45b958642b
commit e2522bd91c
9 changed files with 146 additions and 97 deletions

View File

@@ -5,7 +5,6 @@
}
.item {
border-top: 2px solid #00000017;
display: flex;
align-items: stretch;
justify-content: space-between;
@@ -20,7 +19,9 @@
padding-top: 10px;
margin-bottom: -3px;
}
.item:not(.itemInvoice) {
border-top: 2px solid #00000017;
}
.itemInvoice {
flex-direction: row;
align-items: center;