mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_artists: revamp the theme
Revamp the themes, add new images and adapt the existing snippets to fit the new design. task-4178014 Part of task-4177975 Part-of: odoo/design-themes#969 Related: odoo/odoo#182029 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
<attribute name="class" add="shadow" separator=" "/>
|
||||
<attribute name="style" add="border-width: 0px !important;" separator=";"/>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('s_card')]" position="attributes">
|
||||
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Column #1 - Title -->
|
||||
<xpath expr="//div[hasclass('card-body')]//h5" position="replace" mode="inner">
|
||||
My artistic process
|
||||
@@ -28,6 +31,9 @@
|
||||
<attribute name="class" add="shadow" separator=" "/>
|
||||
<attribute name="style" add="border-width: 0px !important;" separator=";"/>
|
||||
</xpath>
|
||||
<xpath expr="(//div[hasclass('s_card')])[2]" position="attributes">
|
||||
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Column #2 - Title -->
|
||||
<xpath expr="(//div[hasclass('card-body')])[2]//h5" position="replace" mode="inner">
|
||||
My work
|
||||
@@ -45,6 +51,9 @@
|
||||
<attribute name="class" add="shadow" separator=" "/>
|
||||
<attribute name="style" add="border-width: 0px !important;" separator=";"/>
|
||||
</xpath>
|
||||
<xpath expr="(//div[hasclass('s_card')])[3]" position="attributes">
|
||||
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Column #3 - Title -->
|
||||
<xpath expr="(//div[hasclass('card-body')])[3]//h5" position="replace" mode="inner">
|
||||
About me
|
||||
|
||||
Reference in New Issue
Block a user