Skip to content

Commit

Permalink
link class name update
Browse files Browse the repository at this point in the history
  • Loading branch information
yurytut1993 committed Sep 11, 2020
1 parent 77efbe6 commit 94fbd70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/scss/components/stencil/cart/_cart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ $cart-item-label-offset: $cart-thumbnail-maxWidth + $cart-item-sp
margin: 0;
display: inline-block;

&-label {
&__label {
display: inline-block;
}

Expand Down
2 changes: 1 addition & 1 deletion templates/components/cart/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<p class="cart-item-brand">{{brand.name}}</p>
{{/if}}
<h2 class="cart-item-name">
<a class="cart-item-name-label" href="{{url}}">{{name}}</a>
<a class="cart-item-name__label" href="{{url}}">{{name}}</a>
</h2>
{{#if release_date}}
<p>({{release_date}})</p>
Expand Down

0 comments on commit 94fbd70

Please sign in to comment.