From 6556a8cfff4be16b977b8d37c52d5f9ce819f58c Mon Sep 17 00:00:00 2001 From: "Guillaume (gdi)" Date: Wed, 26 Jul 2023 16:34:46 +0200 Subject: [PATCH] [IMP] theme_monglia: use BS mixin to have responsive font sizes This commit permits to have responsive font sizes on all the Odoo frontend. It is based on the Bootstrap mixin `font-size` which calculates the font size based on the viewport width. task-1958098 closes odoo/design-themes#673 Related: odoo/enterprise#44578 Related: odoo/odoo#129469 Signed-off-by: Quentin Smetz (qsm) --- theme_monglia/static/src/snippets/s_numbers/000.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/theme_monglia/static/src/snippets/s_numbers/000.scss b/theme_monglia/static/src/snippets/s_numbers/000.scss index 6f8b9c0df..a9f53ff64 100644 --- a/theme_monglia/static/src/snippets/s_numbers/000.scss +++ b/theme_monglia/static/src/snippets/s_numbers/000.scss @@ -1,10 +1,4 @@ .s_numbers { - .s_number { - font-size: 75px; - @include media-breakpoint-down(md) { - font-size: 60px; - } - } h6 { text-transform: uppercase; }