[IMP] theme_anelusia, *: adapt s_color_blocks_2 customizations

*: theme_artists, theme_beauty, theme_bewise, theme_buzzy, theme_clean,
theme_cobalt, theme_kea, theme_loftspace, theme_notes,
theme_odoo_experts, theme_paptic, theme_treehouse, theme_zap

This commit adapts the s_color_blocks_2 customizations since this
snippet has been redesigned in PR [1].

task-3665302
Part of task-3619705

[1]: https://github.com/odoo/odoo/pull/173461

closes odoo/design-themes#834

Related: odoo/odoo#173461
Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
This commit is contained in:
Brieuc-brd
2024-07-17 15:46:09 +02:00
parent a945545ba8
commit 7b5b320e1d
14 changed files with 29 additions and 56 deletions
@@ -7,7 +7,7 @@
<attribute name="class" add="oe_img_bg" separator=" "/>
<attribute name="style">background-image: url('/web/image/website.s_color_blocks_2_default_image_1');</attribute>
</xpath>
<xpath expr="//i" position="before">
<xpath expr="//h2" position="before">
<div class="o_we_bg_filter bg-black-50"/>
</xpath>
<!-- Column #2 -->
@@ -15,7 +15,7 @@
<attribute name="class" add="oe_img_bg" separator=" "/>
<attribute name="style">background-image: url('/web/image/website.s_color_blocks_2_default_image_2');</attribute>
</xpath>
<xpath expr="(//i)[2]" position="before">
<xpath expr="(//h2)[2]" position="before">
<div class="o_we_bg_filter bg-black-50"/>
</xpath>
</template>