[ADD] theme saas-11.3

This commit is contained in:
Design
2021-05-12 08:20:52 +02:00
committed by Jeremy Kersten
commit 68b9b836c0
3864 changed files with 222422 additions and 0 deletions
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Big message" id="s_big_message" inherit_id="website.s_big_message">
<xpath expr="//section[hasclass('s_big_message')]" position="attributes">
<attribute name="class">jumbotron s_big_message bg-gray-darker</attribute>
</xpath>
<xpath expr="//section[hasclass('s_big_message')]//h1" position="attributes">
<attribute name="class">text-success</attribute>
</xpath>
<xpath expr="//section[hasclass('s_big_message')]//a[hasclass('btn btn-primary btn-lg')]" position="attributes">
<attribute name="class">btn btn-success btn-lg</attribute>
</xpath>
</template>
</odoo>