mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user