Skip to content

Commit 13f3a9a

Browse files
authored
style: update style for raised shadow hover (#1011)
1 parent d1e2b9b commit 13f3a9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

projects/assets-library/assets/styles/_interaction.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
}
1616

1717
@mixin raised-shadow-hover {
18+
transition: all 0.2s ease-in-out;
19+
1820
&:hover {
19-
border: none;
2021
box-shadow: 0 8px 20px rgba(63, 71, 74, 0.16), 0 2px 12px rgba(63, 71, 74, 0.08), 0 1px 8px rgba(63, 71, 74, 0.08);
21-
transform: scale(1.02, 1.02);
22+
transform: scale(1.01, 1.01);
2223
}
2324
}
2425

0 commit comments

Comments
 (0)