[IMP] theme_*: adapt themes with new s_quadrant snippet
*: anelusia, artists, avantgarde, aviato, beauty, bewise, bistro, bookstore, buzzy, clean, cobalt, enark, graphene, kea, kiddo, loftspace, monglia, nano, notes, paptic, real_estate, treehouse, vehicle, yes, zap This commit adapts the design of `s_quadrant` for multiple themes, based on the new Odoo 18 snippet redesign. task-4105045 closes odoo/design-themes#874 Part-of: task-4077427 Related: odoo/odoo#177058 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
This commit is contained in:
committed by
Benjamin Vray
parent
e7a6c43233
commit
26dbfa11d2
@@ -286,6 +286,22 @@
|
||||
<xpath expr="//div[hasclass('o_we_bg_filter')]" position="replace"/>
|
||||
</template>
|
||||
|
||||
<!-- ======== QUADRANT ======== -->
|
||||
<template id="s_quadrant" inherit_id="website.s_quadrant">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Innovating Through Art
|
||||
</xpath>
|
||||
<!-- Paragraph -->
|
||||
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
|
||||
Stay ahead of the curve with our latest insights in design and fine art. Our content explores the intersection of creativity and trends, offering fresh perspectives for galleries and digital media.<br/><br/> Engage with the future of art.
|
||||
</xpath>
|
||||
<!-- Button -->
|
||||
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
|
||||
Read More
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== UNVEIL ======== -->
|
||||
<template id="s_unveil" inherit_id="website.s_unveil">
|
||||
<!-- Section -->
|
||||
|
||||
Reference in New Issue
Block a user