mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_anelusia, *: adapt s_color_blocks_2 customizations
*: theme_artists, theme_beauty, theme_bewise, theme_buzzy, theme_clean, theme_cobalt, theme_kea, theme_loftspace, theme_notes, theme_odoo_experts, theme_paptic, theme_treehouse, theme_zap This commit adapts the s_color_blocks_2 customizations since this snippet has been redesigned in PR [1]. task-3665302 Part of task-3619705 [1]: https://github.com/odoo/odoo/pull/173461 closes odoo/design-themes#834 Related: odoo/odoo#173461 Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
<xpath expr="//h2" position="before">
|
||||
<div class="o_we_bg_filter bg-black-50"></div>
|
||||
</xpath>
|
||||
<!-- Box #1 - Icon -->
|
||||
<xpath expr="//div[hasclass('col-lg-6')]//i" position="replace" />
|
||||
<!-- Box #1 - Title -->
|
||||
<xpath expr="//div[hasclass('col-lg-6')]//h2" position="replace" mode="inner">
|
||||
Multiplayer
|
||||
@@ -19,7 +17,7 @@
|
||||
<!-- Box #1 - Text -->
|
||||
<xpath expr="//div[hasclass('col-lg-6')]//p" position="replace" mode="inner">
|
||||
Conquer leaderboards, crush workouts, create with friends and more. Get lost in a growing library of VR classics and all-new experiences.
|
||||
</xpath>
|
||||
</xpath>
|
||||
<!-- Box #2 -->
|
||||
<xpath expr="//div[hasclass('col-lg-6')][2]" position="attributes">
|
||||
<attribute name="class" add="oe_img_bg o_bg_img_center pt256 pb256" remove="" separator=" " />
|
||||
@@ -28,8 +26,6 @@
|
||||
<xpath expr="(//h2)[2]" position="before">
|
||||
<div class="o_we_bg_filter bg-black-50"></div>
|
||||
</xpath>
|
||||
<!-- Box #2 - Icon -->
|
||||
<xpath expr="//div[hasclass('col-lg-6')][2]//i" position="replace" />
|
||||
<!-- Box #2 - Title -->
|
||||
<xpath expr="//div[hasclass('col-lg-6')][2]//h2" position="replace" mode="inner">
|
||||
Freedom
|
||||
|
||||
Reference in New Issue
Block a user