mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
197417c65a
*: theme_anelusia, theme_artists, theme_avantgarde, theme_beauty, theme_bistro, theme_buzzy, theme_clean, theme_graphene, theme_kea, theme_kiddo, theme_monglia, theme_nano, theme_odoo_experts, theme_orchid, theme_real_estate, theme_test_custo, theme_treehouse, theme_vehicle, theme_zap Part-of: odoo/design-themes#1129 Related: odoo/odoo#222471 Related: odoo/enterprise#92087 Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
28 lines
1.4 KiB
XML
28 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_banner" inherit_id="website.s_banner">
|
|
<!-- Text -->
|
|
<xpath expr="//h1" position="replace">
|
|
<h1 class="display-3">Unleash your <strong><span class="o_text_highlight o_translate_inline o_text_highlight_circle_2 o_text_highlight_fill">potential</span>.</strong></h1>
|
|
</xpath>
|
|
<!-- Remove panels -->
|
|
<xpath expr="(//div[hasclass('o_grid_item_image')])[2]" position="replace"/>
|
|
<xpath expr="//div[hasclass('col-lg-5')][2]" position="replace"/>
|
|
<!-- Image Layout -->
|
|
<xpath expr="//div[hasclass('o_grid_item_image')]" position="attributes">
|
|
<attribute name="class" add="g-col-lg-6 col-lg-6" remove="o_grid_item g-col-lg-4 col-lg-4" separator=" "/>
|
|
<attribute name="style" add="grid-area: 1 / 7 / 11 / 13;" remove="grid-area: 1 / 8 / 11 / 12;" separator=";"/>
|
|
</xpath>
|
|
<!-- Img -->
|
|
<xpath expr="//img" position="attributes">
|
|
<attribute name="src">/html_editor/image_shape/website.s_banner_default_image_2/web_editor/composition/composition_oval_line.svg?c2=o-color-2</attribute>
|
|
<attribute name="data-shape">html_builder/composition/composition_oval_line</attribute>
|
|
<attribute name="data-format-mimetype">image/webp</attribute>
|
|
<attribute name="data-file-name">s_banner_2.svg</attribute>
|
|
<attribute name="data-shape-colors">;#34495E;;;</attribute>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|