- Repo for opensource odoo website theme (since V13.0)
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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_image_text" inherit_id="website.s_image_text">
  4. <!-- Section -->
  5. <xpath expr="//section" position="attributes">
  6. <attribute name="class" add="pt64 pb64 bg-200" remove="pt32 pb32" separator=" "/>
  7. </xpath>
  8. <!-- Image -->
  9. <xpath expr="//img" position="attributes">
  10. <attribute name="class" add="p-3 img-thumbnail" separator=" "/>
  11. </xpath>
  12. </template>
  13. </odoo>