mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
816ce83846
*: (artists, bookstore, cobalt, enark, graphene, monglia, real_estate, vehicle, yes, zap) This commit adapts the design of `s_image_wall` for multiple themes, based on the new Odoo 18 snippet redesign. task-3654301 closes odoo/design-themes#843 Related: odoo/odoo#163839 Signed-off-by: Robin Lejeune (role) <role@odoo.com>
21 lines
801 B
XML
21 lines
801 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_image_gallery" inherit_id="website.s_image_gallery">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="s_image_gallery_indicators_dots" remove="s_image_gallery_indicators_rounded" separator=" "/>
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Floats/12", "flip":[]}</attribute>
|
|
</xpath>
|
|
<!-- Shape -->
|
|
<xpath expr="//*[hasclass('container')]" position="before">
|
|
<div class="o_we_shape o_web_editor_Floats_12"/>
|
|
</xpath>
|
|
<!-- Container -->
|
|
<xpath expr="//*[hasclass('container')]" position="attributes">
|
|
<attribute name="class" add="o_container_small" remove="container" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|