[FIX] theme_clean: remove the content class from the Carousel rows

In [1], in master, the `content` class is removed from the elements
with the `row` class in the Carousel snippet. This commit does the same
for the extension of Carousel in the "Clean" theme, to be consistent
with these changes.

[1]: https://github.com/odoo/odoo/pull/102696

task-3011192

closes odoo/design-themes#628

X-original-commit: 6232ec4af4
Related: odoo/odoo#108646
Signed-off-by: Vray Benjamin (bvr) <bvr@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Soukéina Bojabza
2022-10-07 16:00:32 +00:00
parent c718482a50
commit e2a23d96b4
+3 -3
View File
@@ -10,7 +10,7 @@
<!-- Filter -->
<div class="o_we_bg_filter bg-black-50"/>
<div class="container">
<div class="row content">
<div class="row">
<div class="carousel-content col-lg-5">
<!-- Paragraph -->
<h2>Personal adviser</h2>
@@ -24,7 +24,7 @@
<!-- Filter -->
<div class="o_we_bg_filter bg-black-50"/>
<div class="container">
<div class="row content">
<div class="row">
<div class="carousel-content col-lg-12 text-center">
<!-- Paragraph -->
<h2>Simplify things</h2>
@@ -39,7 +39,7 @@
<!-- Filter -->
<div class="o_we_bg_filter bg-black-50"/>
<div class="container">
<div class="row content">
<div class="row">
<div class="carousel-content col-lg-5 offset-lg-7">
<!-- Paragraph -->
<h2>Efficient team processes</h2>