Skip to content

Commit

Permalink
feature(BLIZKO): add aui-icon_nano
Browse files Browse the repository at this point in the history
[MINOR]: добавит иконку размером 12х12

https://jira.railsc.ru/browse/BPC-23712
  • Loading branch information
Comediant24 committed Jul 24, 2024
1 parent e0c9fc4 commit 7db2a51
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions src/blocks/blizko/icon/icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
background-size: contain;
}

.aui-icon_nano:after,
.aui-icon_nano:before {
width: 12px;
height: 12px;
background-size: contain;
}

.aui-icon_company-rank::after,
.aui-icon_company-rank::before {
mask-image: url(./company-rank.svg);
Expand Down
6 changes: 4 additions & 2 deletions src/blocks/blizko/product-short-card/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
</p>
<p class="product-price__container product-price__container_old">
<span class="product-price__line-through-text">
<span class="product-price__price product-price__price_old"> 600 </span>
<span class="product-price__price product-price__price_old">
600
</span>
</span>
<span
class="
Expand Down

0 comments on commit 7db2a51

Please sign in to comment.