Skip to content

Commit

Permalink
feat: loader in center button
Browse files Browse the repository at this point in the history
  • Loading branch information
YulikK committed Jun 4, 2024
1 parent 6c3fd03 commit a6a9783
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/CartPage/view/cartPageView.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@
.applyBtn {
border-radius: 0 var(--small-br) var(--small-br) 0;

div {
position: absolute;
}

&:active {
transform: scale(1);
}
Expand Down
8 changes: 8 additions & 0 deletions src/widgets/ProductOrder/view/productOrderView.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@
}

.deleteButton {
display: flex;
align-items: center;
justify-content: center;

div {
position: absolute;
}

svg {
width: var(--extra-small-offset);
height: var(--extra-small-offset);
Expand Down

0 comments on commit a6a9783

Please sign in to comment.