Skip to content

Commit 9864a04

Browse files
committed
add hover state
1 parent 1711ff3 commit 9864a04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/cards/_base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
bottom: -20px;
5353
height: 3rem;
5454
width: 3rem;
55+
transition: all 0.3s ease;
56+
&:hover {
57+
transform: scale(1.2);
58+
}
5559
}
5660
}
5761
.react-rater-star.is-active {

0 commit comments

Comments
 (0)