mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
f4539c4d3c
*: artists, avantgarde, aviato, beauty, bewise, bistro, bookstore, buzzy, clean, cobalt, enark, graphene, kea, kiddo, loftspace, monglia, nano, botes, odoo_experts, orchid, paptic, real_estate, treehouse, vehicle, yes,zap. This commit adapts the design of the `s_numbers_framed` occurrences across design themes. task-4094384 Part of task-4077427 closes odoo/design-themes#1000 Related: odoo/odoo#175700 Signed-off-by: Christopher du Toit (chto) <chto@odoo.com>
22 lines
783 B
XML
22 lines
783 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc5" separator=" "/>
|
|
</xpath>
|
|
<!-- KPI's -->
|
|
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
|
|
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
|
|
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
|
|
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|