Files
design-themes/theme_beauty/views/snippets/s_picture.xml
T
Brieuc-brd 31948824e6 [IMP] theme_beauty: update the theme
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.

task-2573296

Part-of: odoo/design-themes#500
2021-09-24 04:52:24 +00:00

17 lines
553 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_picture" inherit_id="website.s_picture">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc1" remove="o_cc2" separator=" "/>
<attribute name="data-oe-shape-data">{"shape":"web_editor/Rainy/06","flip":["x"]}</attribute>
</xpath>
<!-- Shape -->
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Rainy_06 o_we_flip_x"/>
</xpath>
</template>
</odoo>