[IMP] theme_aviato: revamp the theme

task-4178017
Part of task-4177975

X-original-commit: dff50a4a87
Part-of: odoo/design-themes#971
Related: odoo/odoo#182039
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Xavier Luyckx (xlu)
2024-09-16 18:43:47 +02:00
committed by qsm-odoo
parent d207b2db95
commit 6f379e8b1c
18 changed files with 1389 additions and 548 deletions
+3 -3
View File
@@ -3,11 +3,11 @@
<template id="s_title" inherit_id="website.s_title">
<!-- Title -->
<xpath expr="//h2" position="replace" mode="inner">
Top Destinations
<xpath expr="//h2" position="replace">
<h2 class="text-align: left;">Top Destinations</h2>
</xpath>
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc3" separator=" "/>
<attribute name="class" add="o_cc o_cc2 pt72 pb0" remove="pb40 pt40" separator=" "/>
</xpath>
</template>