From 1cfb863225b2c601307bab26fe5bd494ab826294 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 24 Jul 2017 18:51:41 +0100 Subject: [PATCH] react-create-app on Heroku --- src/components/Product/index.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/Product/index.css b/src/components/Product/index.css index 14914bb..df24914 100644 --- a/src/components/Product/index.css +++ b/src/components/Product/index.css @@ -5,9 +5,9 @@ border-radius: 5px; overflow: hidden; -webkit-transition: all 500ms ease-out; - -moz-transition: all 500ms ease-out; - -o-transition: all 500ms ease-out; - transition: all 500ms ease-out; + -moz-transition: all 500ms ease-out; + -o-transition: all 500ms ease-out; + transition: all 500ms ease-out; } .product:hover { @@ -58,8 +58,7 @@ transition: all 200ms ease-out; } -.product.compare .image_overlay, -.product:hover .image_overlay { +.product.compare .image_overlay, .product:hover .image_overlay { opacity: 0.7; }