mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] website: review s_features snippet templates
The goal of this commit is to review the occurrences of the default `s_features` snippet across design themes. task-3657631 Part-of: odoo/design-themes#826 Related: odoo/odoo#163577 Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
This commit is contained in:
@@ -377,22 +377,16 @@
|
||||
</xpath>
|
||||
<!-- Column #1 -->
|
||||
<xpath expr="//div[hasclass('col-lg-4')]" position="attributes">
|
||||
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||
<attribute name="class" add="o_cc o_cc2" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Column #2 -->
|
||||
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
|
||||
<attribute name="class" add="o_cc o_cc3" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('col-lg-4')][2]/i" position="attributes">
|
||||
<attribute name="class" add="bg-o-color-2" remove="bg-o-color-5" separator=" "/>
|
||||
<attribute name="class" add="o_cc o_cc2" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Column #3 -->
|
||||
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
|
||||
<attribute name="class" add="o_cc o_cc2" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('col-lg-4')][3]/i" position="attributes">
|
||||
<attribute name="class" add="bg-o-color-3" remove="bg-o-color-2" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ==== Media List ===== -->
|
||||
|
||||
Reference in New Issue
Block a user