feat: barcodes removal in deal document

This commit is contained in:
2024-10-03 10:04:51 +04:00
parent 64dd40a072
commit 0a34addae1
3 changed files with 17 additions and 35 deletions

View File

@@ -157,27 +157,17 @@ table tfoot {
}
.barcode-container-table {
margin: 10px 0 -15px -25px;
display: flex;
white-space: nowrap;
flex-direction: column;
align-items: center;
}
.barcode-container {
margin: 15px 0 -5px 375px;
display: flex;
white-space: nowrap;
flex-direction: column;
align-items: center;
justify-content: right;
}
.barcode {
font-family: "Libre Barcode 128", cursive;
font-size: 25pt;
transform: scale(1, 1.5);
.barcode-text-bigger-part {
font-size: medium;
}
.barcode-text {
margin-top: -10px;
}