[IMP] theme_real_estate: theme improvement

Revamp of `theme_real_estate`

task-4178611

closes odoo/design-themes#945

X-original-commit: 1201131f28
Signed-off-by: Outagant Mehdi (mou) <mou@odoo.com>
This commit is contained in:
Antoine (anso)
2024-09-11 15:54:34 +00:00
parent 28233684cd
commit 4f1fdf7c41
23 changed files with 464 additions and 446 deletions
@@ -2,10 +2,6 @@
<odoo>
<template id="s_text_image" inherit_id="website.s_text_image">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt48 pb0" remove="pt80 pb80" separator=" "/>
</xpath>
<!-- Title -->
<xpath expr="//h2" position="replace" mode="inner">
Are you thinking of selling?
@@ -19,11 +15,11 @@
<xpath expr="//p[2]" position="replace" />
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web_editor/image_shape/website.s_text_image_default_image/web_editor/solid/solid_square_1.svg?c2=o-color-3</attribute>
<attribute name="data-shape">web_editor/solid/solid_square_1</attribute>
<attribute name="src">/web_editor/image_shape/website.s_text_image_default_image/web_editor/panel/panel_duo_step.svg</attribute>
<attribute name="data-shape">web_editor/panel/panel_duo_step</attribute>
<attribute name="data-original-mimetype">image/jpeg</attribute>
<attribute name="data-file-name">s_text_image.svg</attribute>
<attribute name="data-shape-colors">;o-color-3;;;</attribute>
<attribute name="data-shape-colors">;;;;</attribute>
</xpath>
</template>