Added styling to the ActionCard styles.sass

This commit is contained in:
Mathias Wagner 2023-06-09 02:23:32 +02:00
parent a92eda480b
commit 97bc290056

View File

@ -11,7 +11,7 @@
width: 13rem
text-align: center
gap: 2rem
transition: transform 0.2s ease-in-out
transition: all 0.3s ease-in-out
cursor: pointer
user-select: none
@ -24,4 +24,4 @@
color: $white
&:hover
transform: scale(1.1)
transform: scale(1.1) translate(0, -0.5rem) rotate(0.5deg)