From 9a43255cea41dcfc8703c72d1576e5029310a84e Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Thu, 18 Jan 2024 18:46:08 +0100 Subject: [PATCH] [UPD] CSS datas --- templates/report_config_settings.xml | 2 +- templates/report_convocation.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/report_config_settings.xml b/templates/report_config_settings.xml index a5c5979..13b7b2f 100644 --- a/templates/report_config_settings.xml +++ b/templates/report_config_settings.xml @@ -17,7 +17,7 @@ font-family: <t t-out="company.title_font" />; } .training_layout h2 { - color: <t t-out='company.subtitle_color'/>; + color: <t t-out='company.subtitle_color'/> !important; font-family: <t t-out="company.title_font" />; } </style> diff --git a/templates/report_convocation.xml b/templates/report_convocation.xml index 337bc56..50943d9 100644 --- a/templates/report_convocation.xml +++ b/templates/report_convocation.xml @@ -64,7 +64,7 @@ <p> Lieu : <span t-out="doc.place" class="fw-bold" /> <t t-if="doc.place_detail"> - <br/><span t-field="doc.place_detail" class="fw-italic" /> + <br/><span t-field="doc.place_detail" class="fst-italic" /> </t> </p> <p t-if="doc.equipment"> -- GitLab