From 4a881a5aa569e7cf29d8368c6bfce9cbbb44b831 Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 15 Jan 2015 16:46:18 +1100 Subject: [PATCH] Turn off product thumb at a larger break point --- .../darkswarm/_shop-product-thumb.css.sass | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/_shop-product-thumb.css.sass b/app/assets/stylesheets/darkswarm/_shop-product-thumb.css.sass index b26a278a76..e4621f9fa1 100644 --- a/app/assets/stylesheets/darkswarm/_shop-product-thumb.css.sass +++ b/app/assets/stylesheets/darkswarm/_shop-product-thumb.css.sass @@ -44,10 +44,17 @@ @include transform-scale(scale(1.1)) @media all and (max-width: 768px) + top: 2px width: 4rem height: 4rem - - @media all and (max-width: 480px) + &:hover, &:focus, &:active + i + left: 30% + top: 30% + font-size: 2rem + @media all and (max-width: 640px) display: none width: 0rem - height: 0rem \ No newline at end of file + height: 0rem + + \ No newline at end of file