[IMP] theme_*: review s_references snippet occurrences

*: theme_buzzy, theme_cobalt, theme_kea, theme_nano, theme_odoo_experts,
theme_paptic, theme_vehicle, theme_zap

The goal of this commit is to fix xpath after the `s_references` snippet
redesign, and eventually tweak some classes.

task-3668033

closes odoo/design-themes#838

Related: odoo/odoo#163837
Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2024-07-25 13:17:32 +02:00
parent 4492c5dfa6
commit 32298b742a
15 changed files with 17 additions and 56 deletions
@@ -4,11 +4,10 @@
<template id="s_references" inherit_id="website.s_references">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt0 pb56 o_cc o_cc2" remove="pt48 pb32" separator=" "/>
<attribute name="class" add="pt0 pb56 o_cc2" remove="pt80 pb80 o_cc1" separator=" "/>
</xpath>
<!-- Remove title and subtitle -->
<xpath expr="//h2" position="replace"/>
<xpath expr="//p" position="replace"/>
<!-- Remove title, subtitle and button -->
<xpath expr="//div[hasclass('col-lg-12')]" position="replace"/>
</template>
</odoo>