[IMP] theme_aviato: revamp the theme

task-4178017
Part of task-4177975

Part-of: odoo/design-themes#969
Related: odoo/odoo#182029
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 1adb62a7f9
commit dff50a4a87
18 changed files with 1389 additions and 548 deletions
+5 -5
View File
@@ -5,7 +5,7 @@
<template id="new_page_template_s_picture_only" inherit_id="website.new_page_template_s_picture_only">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc2" remove="o_cc3" separator=" "/>
<attribute name="class" add="o_cc2" remove="o_cc5" separator=" "/>
</xpath>
</template>
@@ -24,13 +24,13 @@
<template id="new_page_template_about_s_picture" inherit_id="website.new_page_template_about_s_picture">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc2" remove="o_cc3" separator=" "/>
<attribute name="class" add="o_cc2" remove="o_cc5" separator=" "/>
</xpath>
</template>
<template id="new_page_template_about_full_s_image_text" inherit_id="website.new_page_template_about_full_s_image_text">
<xpath expr="//section" position="attributes">
<attribute name="class" remove="pb56" separator=" "/>
<attribute name="class" remove="pt48 pb56" separator=" "/>
</xpath>
</template>
@@ -110,7 +110,7 @@
<template id="new_page_template_gallery_s_image_text_2nd" inherit_id="website.new_page_template_gallery_s_image_text_2nd">
<xpath expr="//section" position="attributes">
<attribute name="class" remove="pb56" separator=" "/>
<attribute name="class" remove="pt48 pb56" separator=" "/>
</xpath>
</template>
@@ -129,7 +129,7 @@
<template id="new_page_template_pricing_s_image_text_2nd" inherit_id="website.new_page_template_pricing_s_image_text_2nd">
<xpath expr="//section" position="attributes">
<attribute name="class" remove="pb56" separator=" "/>
<attribute name="class" remove="pt48 pb56" separator=" "/>
</xpath>
</template>