From cdd6c2daf29ccdb0414b4daa1da7cdba454d4540 Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 15 Jan 2015 16:46:55 +1100 Subject: [PATCH] Styling product summary row to allow for hiding product thumb at a larger break point --- .../stylesheets/darkswarm/_shop-product-rows.css.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/_shop-product-rows.css.sass b/app/assets/stylesheets/darkswarm/_shop-product-rows.css.sass index b7ca3da2db..c67b030292 100644 --- a/app/assets/stylesheets/darkswarm/_shop-product-rows.css.sass +++ b/app/assets/stylesheets/darkswarm/_shop-product-rows.css.sass @@ -77,7 +77,9 @@ color: $med-drk-grey @media all and (max-width: 640px) background: #777 - color: white + color: $disabled-med + .filled + color: white .table-cell height: 27px @@ -101,8 +103,6 @@ @media all and (max-width: 768px) padding-left: 4.9375rem @media all and (max-width: 640px) - padding-left: 4.5rem - @media all and (max-width:480px) padding-left: 0.9375rem small font-size: 80%