mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
30c3b2cdae
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2580170
X-original-commit: 46a1d66d96
Part-of: odoo/design-themes#501
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="rounded" remove="rounded-circle" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//i)[2]" position="attributes">
|
|
<attribute name="class" add="rounded" remove="rounded-circle" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//i)[3]" position="attributes">
|
|
<attribute name="class" add="rounded" remove="rounded-circle" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//i)[4]" position="attributes">
|
|
<attribute name="class" add="bg-o-color-1" remove="bg-secondary" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//i)[5]" position="attributes">
|
|
<attribute name="class" add="bg-o-color-1" remove="bg-secondary" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//i)[6]" position="attributes">
|
|
<attribute name="class" add="bg-o-color-1" remove="bg-secondary" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|