mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] *: adapt s_banner snippet customization to text column increase
task-fp closes odoo/design-themes#1115 Related: odoo/odoo#218853 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
<!-- Remove grid images -->
|
||||
<xpath expr="//div[hasclass('o_grid_item_image')]" position="replace"/>
|
||||
<xpath expr="//div[hasclass('o_grid_item_image')]" position="replace"/>
|
||||
<xpath expr="//div[hasclass('col-lg-5')]" position="replace"/>
|
||||
<xpath expr="//div[hasclass('col-lg-5')][2]" position="replace"/>
|
||||
<!-- Column -->
|
||||
<xpath expr="//*[hasclass('col-lg-4')]" position="attributes">
|
||||
<attribute name="class" add="col-lg-8 pt48 pb32 px-5 o_cc o_cc1 rounded" remove="o_grid_item g-height-10 g-col-lg-4 col-lg-4" separator=" "/>
|
||||
<xpath expr="//*[hasclass('col-lg-5')]" position="attributes">
|
||||
<attribute name="class" add="col-lg-8 pt48 pb32 px-5 o_cc o_cc1 rounded" remove="o_grid_item g-height-10 g-col-lg-5 col-lg-5" separator=" "/>
|
||||
<attribute name="style">box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;</attribute>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
|
||||
Reference in New Issue
Block a user