mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
0a64c011f5
This commit reviews the occurrences of the features_grid snippet across design themes. *: theme_artists, theme_bewise, theme_bookstore, theme_buzzy, theme_loftspace, theme_notes, theme_odoo_experts, theme_paptic, theme_vehicle task-3619705 closes odoo/design-themes#825 Related: odoo/odoo#172974 Signed-off-by: Arthur Detroux (ard) <ard@odoo.com>
31 lines
1.2 KiB
XML
31 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_features_grid" inherit_id="website.s_features_grid">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc o_cc5" separator=" "/>
|
|
</xpath>
|
|
<!-- Icons -->
|
|
<xpath expr="//i" position="attributes">
|
|
<attribute name="class" add="bg-o-color-1" remove="bg-o-color-3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//i)[2]" position="attributes">
|
|
<attribute name="class" add="bg-o-color-1" remove="bg-o-color-3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//i)[3]" position="attributes">
|
|
<attribute name="class" add="bg-o-color-1" remove="bg-o-color-3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//i)[4]" position="attributes">
|
|
<attribute name="class" add="bg-o-color-1" remove="bg-o-color-3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//i)[5]" position="attributes">
|
|
<attribute name="class" add="bg-o-color-1" remove="bg-o-color-3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//i)[6]" position="attributes">
|
|
<attribute name="class" add="bg-o-color-1" remove="bg-o-color-3" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|