feat: barcodes removal in deal document
This commit is contained in:
		@@ -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;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user