Skip to content

Commit

Permalink
refactor: update address edit buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
stardustmeg committed Jun 3, 2024
1 parent cdabdd3 commit 5473809
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/entities/UserAddress/view/userAddressView.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,20 @@
padding: 0;
width: calc(var(--extra-small-offset) * 1.5);
height: calc(var(--extra-small-offset) * 1.5);
background-color: transparent;

svg {
width: calc(var(--extra-small-offset) * 1.5);
height: calc(var(--extra-small-offset) * 1.5);

&:hover {
fill: var(--steam-green-800);
stroke: var(--steam-green-800);
}
}

&:hover {
filter: brightness(1);
}
}

Expand Down

0 comments on commit 5473809

Please sign in to comment.