mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: adapt s_call_to_action snippet design
This commit applies some changes to the CTA snippet occurrences existing in design themes. *: anelusia, artists, avantgarde, beauty, bewise, bookstore, buzzy, clean, enark, graphene, kiddo, loftspace, monglia, notes, odoo_experts, orchid, paptic, treehouse, vehicle, yes, zap. task-3670312 closes odoo/design-themes#823 Related: odoo/odoo#172728 Related: odoo/enterprise#66578 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
This commit is contained in:
@@ -193,11 +193,8 @@
|
||||
|
||||
<!-- ======== CALL TO ACTION ======== -->
|
||||
<template id="s_call_to_action" inherit_id="website.s_call_to_action" name="Graphene s_call_to_action">
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="//h3" position="replace">
|
||||
<h3 style="text-align: right;"><b>50,000+ companies</b> run our software.</h3>
|
||||
<h3 style="text-align: right;">50,000+ companies run our software.</h3>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('col-lg-9')]" position="attributes">
|
||||
<attribute name="class" add="col-lg-8" remove="col-lg-9" separator=" "/>
|
||||
|
||||
Reference in New Issue
Block a user