suite
This commit is contained in:
parent
e37d59e43c
commit
8303d5644f
@ -46,7 +46,7 @@ $dark_orange:#206e95;
|
|||||||
.img{
|
.img{
|
||||||
height:250px;
|
height:250px;
|
||||||
background:no-repeat center center;
|
background:no-repeat center center;
|
||||||
background-size:cover;
|
background-size:contain;
|
||||||
}
|
}
|
||||||
.description{
|
.description{
|
||||||
height:80px;
|
height:80px;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
=link_to public_reseaux_product_path(:reseaux_id => params[:reseaux_id],:id => product.id, :slug => product.lang(I18n.locale).slug) do
|
=link_to public_reseaux_product_path(:reseaux_id => params[:reseaux_id],:id => product.id, :slug => product.lang(I18n.locale).slug) do
|
||||||
.product.product-item
|
.product.product-item
|
||||||
.inner.with_ratio
|
.inner
|
||||||
.img{:style => "background-image:url('#{(product.default_image.image_file.file.large.medium.url if product.default_image)}')"}
|
.img.with_ratio{:style => "background-image:url('#{(product.default_image.image_file.file.large.medium.url if product.default_image)}')", :data => {:ratio => "0.77"}}
|
||||||
|
|
||||||
.description
|
.description
|
||||||
%h3.product-title
|
%h3.product-title
|
||||||
|
Loading…
x
Reference in New Issue
Block a user