mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
54cca0eaf6
Automated change made by a lot of RegEx to change all think that is possible to automate. https://getbootstrap.com/docs/5.1/migration Task ID: 2766483 Part-of: odoo/design-themes#580
32 lines
1.4 KiB
XML
32 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_numbers" inherit_id="website.s_numbers">
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc1 pb48 pt0" remove="pt24 pb24 o_cc2" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('row')]/div" position="attributes">
|
|
<attribute name="class" add="col-lg-4 d-flex align-items-center justify-content-center " remove="col-lg-3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('row')]/div[2]" position="attributes">
|
|
<attribute name="class" add="col-lg-4 d-flex align-items-center justify-content-center " remove="col-lg-3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('row')]/div[3]" position="attributes">
|
|
<attribute name="class" add="col-lg-4 d-flex align-items-center justify-content-center " remove="col-lg-3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('row')]/div[4]" position="replace">
|
|
<attribute name="class" remove="col-lg-3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//h6)[1]" position="attributes">
|
|
<attribute name="class" add="m-0 ps-3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//h6)[2]" position="attributes">
|
|
<attribute name="class" add="m-0 ps-3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//h6)[3]" position="attributes">
|
|
<attribute name="class" add="m-0 ps-3" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|