mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
c31b3c7c83
task-4178066 Part of task-4177975 closes odoo/design-themes#929 Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
26 lines
1.2 KiB
XML
26 lines
1.2 KiB
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_cc4 pt88" remove="pt80" separator=" "/>
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Origins/04_001","colors":{"c3": "#FFFFFF"},"flip":["y"]}</attribute>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
|
<div class="o_we_shape o_web_editor_Origins_04_001" style="background-image: url('/web_editor/shape/web_editor/Origins/04_001.svg?c3=o-color-4&flip=y');"/>
|
|
</xpath>
|
|
<!-- Grid items -->
|
|
<xpath expr="(//div[hasclass('o_grid_item')])[2]" position="attributes">
|
|
<attribute name="class" add="o_cc1 rounded" remove="o_cc3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
|
<attribute name="class" add="rounded" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
|
<attribute name="class" add="o_cc3 rounded" remove="o_cc4" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|