Small hover animations
This commit is contained in:
@ -139,7 +139,7 @@ onUnmounted(() => {
|
||||
|
||||
&:hover {
|
||||
transform: rotate(180deg);
|
||||
transition: ease-in-out 0.3s;
|
||||
transition: ease-in-out transform 0.3s;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user