feat: return barcodes to a document
This commit is contained in:
@@ -159,12 +159,25 @@ table tfoot {
|
||||
.barcode-container-table {
|
||||
display: flex;
|
||||
white-space: nowrap;
|
||||
flex-direction: column;
|
||||
margin-top: 5px;
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
|
||||
.barcode-container {
|
||||
display: flex;
|
||||
white-space: nowrap;
|
||||
justify-content: right;
|
||||
flex-direction: column;
|
||||
margin-top: 15px;
|
||||
margin-bottom: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.barcode {
|
||||
font-family: "Libre Barcode 128", cursive;
|
||||
font-size: 25pt;
|
||||
transform: scale(1, 1.5);
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
|
||||
.barcode-text-bigger-part {
|
||||
|
||||
Reference in New Issue
Block a user