Files
design-themes/theme_zap/views/snippets/s_references.xml
T
Chrysanthe (chgo) 32298b742a [IMP] theme_*: review s_references snippet occurrences
*: theme_buzzy, theme_cobalt, theme_kea, theme_nano, theme_odoo_experts,
theme_paptic, theme_vehicle, theme_zap

The goal of this commit is to fix xpath after the `s_references` snippet
redesign, and eventually tweak some classes.

task-3668033

closes odoo/design-themes#838

Related: odoo/odoo#163837
Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
2024-08-16 19:31:42 +00:00

50 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_references" inherit_id="website.s_references">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="pb64 o_cc2" remove="o_cc1 pb80" separator=" "/>
</xpath>
<!-- Title -->
<xpath expr="//h2" position="replace" mode="inner">
Our <b>References</b>
</xpath>
<!-- Paragraph -->
<xpath expr="//p" position="after">
<p><br/></p>
</xpath>
<!-- Column #01 -->
<xpath expr="//div[hasclass('col-lg-2')][1]" position="attributes">
<attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/>
</xpath>
<!-- Column #02 -->
<xpath expr="//div[hasclass('col-lg-2')][2]" position="attributes">
<attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/>
</xpath>
<!-- Column #03 -->
<xpath expr="//div[hasclass('col-lg-2')][3]" position="attributes">
<attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/>
</xpath>
<!-- Column #04 -->
<xpath expr="//div[hasclass('col-lg-2')][4]" position="attributes">
<attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/>
</xpath>
<!-- Column #05 -->
<xpath expr="//div[hasclass('col-lg-2')][5]" position="attributes">
<attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/>
</xpath>
<!-- Column #06 -->
<xpath expr="//div[hasclass('col-lg-2')][6]" position="attributes">
<attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/>
</xpath>
</template>
</odoo>