diff --git a/GrossesMitaines/grosses-mitaines-ui/src/components/FeaturedList.js b/GrossesMitaines/grosses-mitaines-ui/src/components/FeaturedList.js index 0d379c7..2b0c2e6 100644 --- a/GrossesMitaines/grosses-mitaines-ui/src/components/FeaturedList.js +++ b/GrossesMitaines/grosses-mitaines-ui/src/components/FeaturedList.js @@ -4,7 +4,7 @@ const FeaturedList = ({ products }) => { return ( {products.map((product) => ( - + { Vie privée - - + + Gestion diff --git a/GrossesMitaines/grosses-mitaines-ui/src/pages/Morceaux.js b/GrossesMitaines/grosses-mitaines-ui/src/pages/Morceaux.js index f5e3e85..b779bc3 100644 --- a/GrossesMitaines/grosses-mitaines-ui/src/pages/Morceaux.js +++ b/GrossesMitaines/grosses-mitaines-ui/src/pages/Morceaux.js @@ -24,7 +24,7 @@ const Morceaux = (startingProducts) => { } fetchData(); setIsLoading(false); - },[]); + }, []); const handleNextItems = async () => { diff --git a/GrossesMitaines/grosses-mitaines-ui/src/stylesheets/site.css b/GrossesMitaines/grosses-mitaines-ui/src/stylesheets/site.css index aca5587..5067a8c 100644 --- a/GrossesMitaines/grosses-mitaines-ui/src/stylesheets/site.css +++ b/GrossesMitaines/grosses-mitaines-ui/src/stylesheets/site.css @@ -447,9 +447,17 @@ html { .dropdown-gestion, .dropdown-gestion:hover { - color: black; - background-color: beige !important; + margin:0px; + padding:auto; + color: grey; + background-color: transparent !important; border-color: transparent !important; + padding-left:10%; +} + +.dropdown-gestion-container button:hover{ + color:rgb(102, 102, 102) !important; + } .dropdown-gestion-menu { @@ -508,6 +516,10 @@ html { height: auto; } +.detail-old-price{ + text-decoration: line-through; +} + /* -------------------------------------------------------- */ @@ -515,6 +527,11 @@ html { /* -------------------------------------------------------- */ @media(max-width:900px) { + .dropdown-gestion, + .dropdown-gestion:hover { + padding-left:0; + } + .detail-container{ display:inline-block; }