[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) <qsm@odoo.com>
This commit is contained in:
Guillaume (gdi)
2023-07-26 16:34:46 +02:00
committed by qsm-odoo
parent 5b119dea5b
commit 6556a8cfff
@@ -1,10 +1,4 @@
.s_numbers {
.s_number {
font-size: 75px;
@include media-breakpoint-down(md) {
font-size: 60px;
}
}
h6 {
text-transform: uppercase;
}