mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
c31b3c7c83
task-4178066 Part of task-4177975 closes odoo/design-themes#929 Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
13 lines
308 B
XML
13 lines
308 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_cta_card" inherit_id="website.s_cta_card">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="pt48 pb56 o_cc3" remove="pt64 pb64 o_cc2" separator=" "/>
|
|
</xpath>
|
|
|
|
</template>
|
|
|
|
</odoo>
|