Skip to content

Commit

Permalink
Translate 3D Space product-card
Browse files Browse the repository at this point in the history
Little fixes on `product-options` style
  • Loading branch information
cetinajero committed Apr 19, 2018
1 parent d226b2d commit ccd64d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/body/product-cards/3d-space.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<span class="product_name">{{ include.commercial }}</span>
<p class="product_description">{{ include.desc }}</p>
<div class="product-options">
<strong>MODEL</strong>
<strong>{{ site.data.i18n.common.product-cards[site.lang].3d-space.model.title | default: 'Model' }}</strong>
<span>{{ include.model }}</span>
<strong>BRAND</strong>
<strong>{{ site.data.i18n.common.product-cards[site.lang].3d-space.brand.title | default: 'Brand' }}</strong>
<span>{{ include.brand }}</span>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion _sass/product-cards/_3d-space.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ div.product-card.flip180{
transition: all 200ms ease-out;
}
.stats-container .product_name{
font-size:22px;
font-size:20px;
color:#393c45;
}
.stats-container .product_price{
Expand Down Expand Up @@ -167,6 +167,7 @@ div.product-card.flip180{
padding:2px 0 0;
}
.product-options strong{
text-transform: uppercase;
font-weight:700;
color:#393c45;
font-size:14px;
Expand Down

0 comments on commit ccd64d0

Please sign in to comment.