[IMP] theme_*: prevent abuse of h1 and use font size classes

See related community PR.

task-1958098

closes odoo/design-themes#682

Related: odoo/enterprise#44986
Related: odoo/odoo#129791
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Guillaume (gdi)
2023-08-01 17:43:40 +02:00
committed by qsm-odoo
parent 8b45a6dc29
commit 1aa6700c98
22 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc5" separator=" "/>
</xpath>
<xpath expr="//h1" position="replace">
<h1> <font style="background-image: linear-gradient(135deg, var(--o-color-4) 25%, var(--o-color-1) 100%);" class="text-gradient">MAIN LINE UP</font></h1>
<xpath expr="//h2" position="replace">
<h2><font style="background-image: linear-gradient(135deg, var(--o-color-4) 25%, var(--o-color-1) 100%);" class="text-gradient">MAIN LINE UP</font></h2>
</xpath>
</template>