mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
758a0b0c36
task-4146798 Part-of: odoo/design-themes#919 Related: odoo/odoo#180736 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com> Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
21 lines
747 B
XML
21 lines
747 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_references_grid" inherit_id="website.s_references_grid">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc2" remove="o_cc1" separator=" "/>
|
|
</xpath>
|
|
<!-- Row -->
|
|
<xpath expr="//div[hasclass('o_grid_mode')]" position="attributes">
|
|
<attribute name="style">row-gap: 64px;</attribute>
|
|
</xpath>
|
|
<!-- Title & Lead -->
|
|
<xpath expr="//div[hasclass('o_grid_mode')]/div[1]" position="attributes">
|
|
<attribute name="class" add="g-height-2" remove="g-height-4" separator=" "/>
|
|
<attribute name="style">grid-area: 2 / 1 / 4 / 6; z-index: 1;</attribute>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|