Skip to content

Instantly share code, notes, and snippets.

@bakura10
Created February 25, 2015 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bakura10/a3a4384aa174f122ab96 to your computer and use it in GitHub Desktop.
Save bakura10/a3a4384aa174f122ab96 to your computer and use it in GitHub Desktop.
.collection,
.search {
.products-list {
.grid-item {
@include grid($collection-items-per-row, $collection-horizontal-gutter, $collection-vertical-gutter);
}
}
}
.products-list {
.product-list-item {
figure {
margin: 0;
position: relative;
}
.product-item-image {
display: block;
max-width: 100%;
margin: 0 auto 15px;
}
.product-item-info {
text-align: center;
.product-item-title, .product-item-brand {
display: block;
}
.product-item-title {
font-size: 14px;
padding: 5px 0;
}
.product-item-brand {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}
.price {
font-size: 14px;
}
.old-price {
text-decoration: line-through;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment