From 47a8731b8ecd2423fd4526c69c3fc6ed31fd1db1 Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 15 Jan 2015 16:01:49 +1100 Subject: [PATCH] Styling for price column to distinguish between product added vs null --- app/assets/stylesheets/darkswarm/_shop-product-rows.css.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/darkswarm/_shop-product-rows.css.sass b/app/assets/stylesheets/darkswarm/_shop-product-rows.css.sass index 14406b46eb..b7ca3da2db 100644 --- a/app/assets/stylesheets/darkswarm/_shop-product-rows.css.sass +++ b/app/assets/stylesheets/darkswarm/_shop-product-rows.css.sass @@ -72,6 +72,9 @@ // Total price .total-price padding-left: 0rem + color: $disabled-med + .filled + color: $med-drk-grey @media all and (max-width: 640px) background: #777 color: white