[IMP] theme_treehouse: revamp the theme

task-4178089
Part of task-4177975

Part-of: odoo/design-themes#919
Related: odoo/odoo#180736
Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Brieuc-brd
2024-09-17 15:44:02 +02:00
committed by qsm-odoo
parent 75fc5fbaf0
commit fa78b350cc
23 changed files with 385 additions and 171 deletions
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_references" inherit_id="website.s_references">
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Together, we collaborate with leading organizations committed to protecting the environment and building a greener future.
</xpath>
<!-- Link -->
<xpath expr="//a" position="replace" mode="inner">
More details <i class="fa fa-long-arrow-right ms-2"/>
</xpath>
</template>
</odoo>