Skip to content
Snippets Groups Projects
Commit b4069d81 authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[add] CSS modification to module website_sale_stock_available_display

parent eea697fe
Branches
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ Ce module hérite du module **website** et ajoute les fonctionnalités suivantes
* modification du header (css)
* ajout d'une image configurables par site web dans le header
* modification du footer (css)
* modification du CSS du module **website_sale_stock_available_display**
Credits
......
......@@ -13,6 +13,7 @@
'depends': [
'portal',
'website',
'website_sale',
],
'contributors': [
'Benjamin Rivier <benjamin@le-filament.com>',
......@@ -22,10 +23,4 @@
'template/layout_template.xml',
'views/res_config.xml',
],
'images': [
'static/description/cover.png'
],
'qweb': [
'static/src/xml/*.xml',
],
}
\ No newline at end of file
......@@ -40,7 +40,17 @@ header .navbar-brand.logo img {
/************************************
/** WEBSITE SALE
*************************************/
/*Hérite la div availability_messages du module website_sale_stock_available_display*/
/*
Hérite la div availability_messages du module
website_sale_stock_available_display
*/
.availability_messages {
color: #28a745;
}
.availability_messages .text-danger::before {
content: 'En cours de réapprovisionnement';
color: #f57f17;
}
.availability_messages .text-danger span {
display: none;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment