[IMP] theme_*: adapt themes with new s_unveil snippet

*: anelusia, avantgarde, aviato, beauty, bewise, bookstore, ernark,
graphene, kea, kiddo, loftspace, monglia, nano, notes, odoo experts,
orchid, paptic, real_estate, treehouse, vehicle, yes, zap

This commit adapts the design of new s_unveil snippet for multiple
themes.

task-4104471

closes odoo/design-themes#860

Part-of: task-4077427
Related: odoo/odoo#176167
Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
This commit is contained in:
Xavier Luyckx (xlu)
2024-08-08 17:33:55 +02:00
parent a17285da5b
commit f2b03ac7bf
46 changed files with 425 additions and 0 deletions
@@ -226,4 +226,12 @@
<xpath expr="//div[hasclass('o_we_bg_filter')]" position="replace"/>
</template>
<!-- ======== UNVEIL ======== -->
<template id="s_unveil" inherit_id="website.s_unveil">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc2" separator=" "/>
</xpath>
</template>
</odoo>