Skip to content

Commit

Permalink
[IMP] product_print_category_food_report: organic label LEGAL SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinDupont committed Jul 5, 2024
1 parent de51b77 commit e3bb911
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
}

.product_labels {
height: 1cm;
height: 1.1cm;

img.product_label {
width: 0.9cm;
height: 0.9cm;
width: 1.2cm;
height: 1.2cm;
margin: 0.1cm;
}
}

.organic_text {
height: 0.6cm;
height: 0.5cm;
font-size: 6px;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
}

.product_labels {
height: 1.2cm;
height: 1.4cm;
position: absolute;
bottom: 0;

img.product_label {
width: 1.0cm;
height: 1.0cm;
width: 1.2cm;
height: 1.2cm;
margin: 0.1cm;
}
}
Expand Down

0 comments on commit e3bb911

Please sign in to comment.