Skip to content

Commit

Permalink
Merge pull request #683 from ovsyanik-ka/BPC-23332
Browse files Browse the repository at this point in the history
feature(BLIZKO): add online payment icon
  • Loading branch information
Sportgirl55 authored Aug 5, 2024
2 parents 5470241 + 5de86f1 commit 8aa8295
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/blocks/blizko/icon/example/icon.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ <h1>
Оплата
</div>
<br />
<div class="mokap-element mokap-element_after aui-icon aui-icon_online-payment">
Онлайн
</div>
<br />
<div class="mokap-element mokap-element_after aui-icon aui-icon_delivery">
Доставка
</div>
Expand Down
7 changes: 7 additions & 0 deletions src/blocks/blizko/icon/icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,13 @@
background-color: var(--orange);
}

.aui-icon_online-payment::before,
.aui-icon_online-payment::after {
background-image: url(./online-payment.svg);
background-repeat: no-repeat;
width: 100%;
}

.aui-icon_delivery::before,
.aui-icon_delivery::after {
mask-image: url(./delivery.svg);
Expand Down
1 change: 1 addition & 0 deletions src/blocks/blizko/icon/online-payment.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8aa8295

Please sign in to comment.