mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
773ef7d1fa
*: 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>
16 lines
482 B
XML
16 lines
482 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_numbers_showcase" inherit_id="website.s_numbers_showcase">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc o_cc5" separator=" "/>
|
|
</xpath>
|
|
<!-- Grid items -->
|
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
|
<attribute name="class" add="o_cc2" remove="o_cc5" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|