Added styling to the ActionCard styles.sass
This commit is contained in:
parent
a92eda480b
commit
97bc290056
@ -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)
|
Loading…
x
Reference in New Issue
Block a user