[ADD] theme saas-15

This commit is contained in:
Design
2021-05-12 08:31:54 +02:00
committed by Jeremy Kersten
commit 1680be7f69
3871 changed files with 154991 additions and 0 deletions
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template name="Features Circle Extended" id="s_features_circle_extended" inherit_id="theme_common.s_features_circle">
<xpath expr="//i[contains(@class, 'fa-bug')]" position="replace">
<img class="img img-responsive img-circle center-block" src="/web/image/theme_common.image_content_01" alt=""/>
</xpath>
<xpath expr="//i[contains(@class, 'fa-rocket')]" position="replace">
<img class="img img-responsive img-circle center-block" src="/web/image/theme_common.image_content_02" alt=""/>
</xpath>
<xpath expr="//i[contains(@class, 'fa-flask')]" position="replace">
<img class="img img-responsive img-circle center-block" src="/web/image/theme_common.image_content_03" alt=""/>
</xpath>
</template>
</data>
</openerp>