mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
Remove bars around product description and border around product image
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user