From 9a115afd4fddbb5b3cb591f67b8dcde9cc5b7242 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Sun, 19 Apr 2020 11:03:52 +0100 Subject: [PATCH] Remove bars around product description and border around product image --- app/assets/javascripts/templates/product_modal.html.haml | 2 -- app/assets/stylesheets/darkswarm/images.css.scss | 3 --- 2 files changed, 5 deletions(-) diff --git a/app/assets/javascripts/templates/product_modal.html.haml b/app/assets/javascripts/templates/product_modal.html.haml index 6282bc439e..94f4ebf553 100644 --- a/app/assets/javascripts/templates/product_modal.html.haml +++ b/app/assets/javascripts/templates/product_modal.html.haml @@ -15,9 +15,7 @@ %filter-selector{ 'selector-set' => "productPropertySelectors", objects: "[product] | propertiesWithValuesOf" } %div{"ng-if" => "product.description_html"} - %hr %p.text-small{"ng-bind-html" => "::product.description_html"} - %hr .columns.small-12.large-6 %img.product-img{"ng-src" => "{{::product.largeImage}}", "ng-if" => "::product.largeImage"} diff --git a/app/assets/stylesheets/darkswarm/images.css.scss b/app/assets/stylesheets/darkswarm/images.css.scss index cd939e3b42..2e94bbab47 100644 --- a/app/assets/stylesheets/darkswarm/images.css.scss +++ b/app/assets/stylesheets/darkswarm/images.css.scss @@ -5,9 +5,6 @@ .product-img { padding: 5px; margin-bottom: 10px; - outline: 1px solid #ccc; - - @include box-shadow(0 1px 2px 1px rgba(0, 0, 0, 0.15)); // placeholder for when no product images &.placeholder {