Remove bars around product description and border around product image

This commit is contained in:
Luis Ramos
2020-04-19 11:03:52 +01:00
parent 4fe1135a33
commit 9a115afd4f
2 changed files with 0 additions and 5 deletions

View File

@@ -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"}

View File

@@ -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 {