From 2d2ff41168bbea09e679c230f6725fe806bf629c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Souk=C3=A9ina=20Bojabza?= Date: Wed, 25 Sep 2024 14:24:40 +0200 Subject: [PATCH] [FIX] theme_anelusia, treehouse: fix grid classes of `s_text_cover` In the community PR, the classes of the `s_text_cover` snippet have been fixed. This commit adapts the customizations to these class changes. task-3665300 closes odoo/design-themes#944 Related: odoo/odoo#181532 Signed-off-by: Benoit Socias (bso) --- theme_anelusia/views/snippets/s_text_cover.xml | 4 ++-- theme_treehouse/views/snippets/s_text_cover.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/theme_anelusia/views/snippets/s_text_cover.xml b/theme_anelusia/views/snippets/s_text_cover.xml index b009c2411..b911b3e60 100644 --- a/theme_anelusia/views/snippets/s_text_cover.xml +++ b/theme_anelusia/views/snippets/s_text_cover.xml @@ -11,7 +11,7 @@ 15 - + z-index: 1; grid-area: 4 / 2 / 13 / 8; --grid-item-padding-x: 24px; --grid-item-padding-y: 24px; text-align: right; @@ -27,7 +27,7 @@ - + grid-area: 1 / 9 / 16 / 13; --grid-item-padding-x: 0px; --grid-item-padding-y: 0px; background-image: url('/web/image/website.s_text_cover_default_image'); diff --git a/theme_treehouse/views/snippets/s_text_cover.xml b/theme_treehouse/views/snippets/s_text_cover.xml index 5a7605a43..835d26954 100644 --- a/theme_treehouse/views/snippets/s_text_cover.xml +++ b/theme_treehouse/views/snippets/s_text_cover.xml @@ -2,9 +2,9 @@