You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
495 B
13 lines
495 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<template id="s_image_text" inherit_id="website.s_image_text">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="pt64 pb64 bg-200" remove="pt32 pb32" separator=" "/>
|
|
</xpath>
|
|
<!-- Image -->
|
|
<xpath expr="//img" position="attributes">
|
|
<attribute name="class" add="p-3 img-thumbnail" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|