From e3bb9116b0436d44a54254545e64d36f4d45a06d Mon Sep 17 00:00:00 2001 From: Quentin Dupont Date: Fri, 5 Jul 2024 16:53:20 +0200 Subject: [PATCH] [IMP] product_print_category_food_report: organic label LEGAL SIZE --- .../static/src/scss/pricetag_1.scss | 8 ++++---- .../static/src/scss/pricetag_3.scss | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/product_print_category_food_report/static/src/scss/pricetag_1.scss b/product_print_category_food_report/static/src/scss/pricetag_1.scss index a89f18f9..a465345a 100644 --- a/product_print_category_food_report/static/src/scss/pricetag_1.scss +++ b/product_print_category_food_report/static/src/scss/pricetag_1.scss @@ -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; } diff --git a/product_print_category_food_report/static/src/scss/pricetag_3.scss b/product_print_category_food_report/static/src/scss/pricetag_3.scss index 45fa709c..497dff09 100644 --- a/product_print_category_food_report/static/src/scss/pricetag_3.scss +++ b/product_print_category_food_report/static/src/scss/pricetag_3.scss @@ -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; } }