[IMP] theme_enark: update the theme

This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.

task-2601581

X-original-commit: 3f75d0377b
Part-of: odoo/design-themes#501
This commit is contained in:
xlu-odoo
2021-07-22 14:33:03 +00:00
committed by qsm-odoo
parent fd5bf71d8b
commit 25b03a32a9
26 changed files with 493 additions and 333 deletions
+31
View File
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers" inherit_id="website.s_numbers">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc1 pb48 pt0" remove="pt24 pb24 o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('row')]/div" position="attributes">
<attribute name="class" add="col-lg-4 d-flex align-items-center justify-content-center " remove="col-lg-3" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('row')]/div[2]" position="attributes">
<attribute name="class" add="col-lg-4 d-flex align-items-center justify-content-center " remove="col-lg-3" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('row')]/div[3]" position="attributes">
<attribute name="class" add="col-lg-4 d-flex align-items-center justify-content-center " remove="col-lg-3" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('row')]/div[4]" position="replace">
<attribute name="class" remove="col-lg-3" separator=" "/>
</xpath>
<xpath expr="(//h6)[1]" position="attributes">
<attribute name="class" add="m-0 pl-3" separator=" "/>
</xpath>
<xpath expr="(//h6)[2]" position="attributes">
<attribute name="class" add="m-0 pl-3" separator=" "/>
</xpath>
<xpath expr="(//h6)[3]" position="attributes">
<attribute name="class" add="m-0 pl-3" separator=" "/>
</xpath>
</template>
</odoo>