[IMP] theme_anelusia, *: adapt s_numbers_showcase

*: theme_artists, theme_beauty, theme_buzzy, theme_kiddo, theme_nano,
theme_orchid, theme_zap, theme_bookstore

This commit adds customizations related to s_numbers_showcase, added in
PR [1]

task-4094383
Part of task-4077427

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

closes odoo/design-themes#856

Related: odoo/odoo#175746
Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
This commit is contained in:
Brieuc-brd
2024-08-05 18:59:55 +02:00
parent a7a3506a42
commit 773ef7d1fa
18 changed files with 201 additions and 0 deletions
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_showcase" inherit_id="website.s_numbers_showcase">
<!-- Grid items -->
<xpath expr="(//div[hasclass('o_grid_item')])[2]" position="attributes">
<attribute name="class" add="o_cc2" remove="o_cc3" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
<attribute name="class" add="o_cc2" remove="o_cc5" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
<attribute name="class" add="o_cc2" remove="o_cc4" separator=" "/>
</xpath>
<!-- Titles -->
<xpath expr="//h3" position="attributes">
<attribute name="class" add="text-o-color-1" separator=" "/>
</xpath>
<xpath expr="(//h3)[2]" position="attributes">
<attribute name="class" add="text-o-color-1" separator=" "/>
</xpath>
<xpath expr="(//h3)[3]" position="attributes">
<attribute name="class" add="text-o-color-1" separator=" "/>
</xpath>
</template>
</odoo>