mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
c2bf1cf76e
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2585389
X-original-commit: b2ab9eadd5
Part-of: odoo/design-themes#501
20 lines
663 B
XML
20 lines
663 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_features_grid" inherit_id="website.s_features_grid">
|
|
<!-- Item #1 - Icon -->
|
|
<xpath expr="//i" position="attributes">
|
|
<attribute name="class" add="rounded" remove="rounded-circle" separator=" "/>
|
|
</xpath>
|
|
<!-- Item #2 - Icon -->
|
|
<xpath expr="(//i)[2]" position="attributes">
|
|
<attribute name="class" add="rounded" remove="rounded-circle" separator=" "/>
|
|
</xpath>
|
|
<!-- Item #3 - Icon -->
|
|
<xpath expr="(//i)[3]" position="attributes">
|
|
<attribute name="class" add="rounded" remove="rounded-circle" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|