Skip to content

Commit

Permalink
fix: move style definition to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulov1337 committed Dec 20, 2024
1 parent 1cee15a commit d4bdf81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/AdCard/AdCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
cursor: pointer;
box-sizing: border-box;
background-clip: padding-box;
transition: box-shadow 0.3s;

&--boosted {
padding: 2px;
Expand All @@ -23,8 +24,6 @@
);
}

transition: box-shadow 0.3s;

&:hover {
box-shadow:
0 4px 8px 0 rgba(0, 0, 0, 0.2),
Expand Down

0 comments on commit d4bdf81

Please sign in to comment.