mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
c4287ba0d4
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2590182
X-original-commit: 036df33043
Part-of: odoo/design-themes#501
21 lines
847 B
XML
21 lines
847 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_carousel" inherit_id="website.s_carousel">
|
|
<!-- Carousel -->
|
|
<xpath expr="//*[hasclass('s_carousel')]" position="attributes">
|
|
<attribute name="class" add="s_carousel_bordered carousel-fade bg-o-color-4" remove="s_carousel_default" separator=" "/>
|
|
</xpath>
|
|
<!-- Slide #01 -->
|
|
<xpath expr="//*[hasclass('carousel-content')][1]" position="attributes">
|
|
<attribute name="class" add="col-lg-8 offset-lg-2 bg-black-50 text-center pt48 pb40" remove="col-lg-6" separator=" "/>
|
|
</xpath>
|
|
<!-- Slide #02 -->
|
|
<xpath expr="//*[hasclass('s_hr')][1]" position="replace"/>
|
|
<!-- Slide #03 -->
|
|
<xpath expr="//*[hasclass('carousel-item')][3]" position="replace"/>
|
|
<xpath expr="//*[@data-slide-to='2']" position="replace"/>
|
|
</template>
|
|
|
|
</odoo>
|