Files
design-themes/theme_kea/views/snippets/s_framed_intro.xml
T
Antoine (anso) 786b968151 [IMP] theme_*: adapt themes with new s_framed_intro snippet
*: (artists, aviato, beauty, kea, kiddo, nano, notes, orchid, vehicle,
yes, zap)

This commit adapts the design of new `s_framed_intro` snippet for
multiple themes.

task-4077595

closes odoo/design-themes#852

Related: odoo/odoo#175612
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
2024-09-19 08:43:53 +00:00

15 lines
443 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_framed_intro" inherit_id="website.s_framed_intro">
<!-- Image -->
<xpath expr="//div[hasclass('col-lg-5')]" position="attributes">
<attribute name="style" add="border-radius: 8px !important;" separator=" "/>
</xpath>
<xpath expr="//img" position="attributes">
<attribute name="class" add="rounded" separator=" "/>
</xpath>
</template>
</odoo>