[FIX] theme_yes: fix s_call_to_action minor issues

This commit fixes three minors issues about the `s_call_to_action` snippet.

1) The `background-image` is missing the classes to set it to cover,
leading to a weird positioning of the image ;

2) The `background-image` was not the right one ;

3) The `s_call_to_action` snippet was missing from the theme screenshot.

task-4217986
follow-up of task-4178092

Part-of: odoo/design-themes#969
Related: odoo/odoo#182029
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2024-09-29 12:14:15 +02:00
committed by qsm-odoo
parent f841da4def
commit 35ba43166a
6 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
'website.library_image_02': '/theme_yes/static/src/img/snippets/library_image_02.jpg',
'website.library_image_14': '/theme_yes/static/src/img/snippets/library_image_14.webp',
'website.library_image_16': '/theme_yes/static/src/img/snippets/library_image_16.webp',
'website.s_parallax_default_image': '/theme_yes/static/src/img/snippets/s_parallax.jpg',
'website.s_parallax_default_image': '/theme_yes/static/src/img/snippets/s_parallax.webp',
},
'configurator_snippets': {
'homepage': ['s_kickoff', 's_title', 's_company_team', 's_image_text_overlap', 's_features', 's_freegrid', 's_quotes_carousel', 's_call_to_action'],