[FIX] theme_bookstore: fix multiple issues in the theme

This commit fixes multiples issues in the theme:

- Wording
- Shapes that should appear only in the configurator
- Useless xpaths
- Font bug in Firefox (-> texts have been outlined in the svg)

task-4221731

closes odoo/design-themes#972

Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
This commit is contained in:
Antoine (anso)
2024-09-30 18:26:45 +02:00
committed by Soukéina Bojabza
parent 40ac649c88
commit f6012ce86e
11 changed files with 52 additions and 69 deletions
-2
View File
@@ -68,12 +68,10 @@
],
'images_preview_theme': {
'website.s_product_list_default_image_1': '/theme_bookstore/static/src/img/snippets/s_product_1.jpg',
'website.s_banner_default_image_3': '/theme_bookstore/static/src/img/snippets/s_banner_3.jpg',
'website.s_image_text_default_image': '/theme_bookstore/static/src/img/snippets/s_image_text.jpg',
'website.library_image_02': '/theme_bookstore/static/src/img/snippets/library_image_02.jpg',
'website.s_cover_default_image': '/theme_bookstore/static/src/img/snippets/s_cover.jpg',
'website.s_media_list_default_image_1': '/theme_bookstore/static/src/img/snippets/s_media_list_1.jpg',
'website.s_image_text_default_image': '/theme_bookstore/static/src/img/snippets/s_image_text.jpg',
'website.s_media_list_default_image_2': '/theme_bookstore/static/src/img/snippets/s_media_list_2.jpg',
'website.s_text_image_default_image': '/theme_bookstore/static/src/img/snippets/s_text_image.jpg',
},