Files
design-themes/theme_buzzy/views/snippets/s_image_gallery.xml
T
Brieuc-brd 73d4c9ae26 [IMP] theme_buzzy: revamp the theme
task-4178061
Part of task-4177975

closes odoo/design-themes#907

Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
2024-09-25 11:12:57 +00:00

19 lines
583 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="o_full_screen_height pt56 pb56 o_cc o_cc2" remove="pt24 pb24" separator=" "/>
</xpath>
</template>
<template id="s_images_wall" inherit_id="website.s_images_wall">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt48 pb48" remove="pt24 pb24" separator=" "/>
</xpath>
</template>
</odoo>