Added styling to the ActionCard styles.sass
This commit is contained in:
parent
a92eda480b
commit
97bc290056
@ -11,7 +11,7 @@
|
|||||||
width: 13rem
|
width: 13rem
|
||||||
text-align: center
|
text-align: center
|
||||||
gap: 2rem
|
gap: 2rem
|
||||||
transition: transform 0.2s ease-in-out
|
transition: all 0.3s ease-in-out
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
user-select: none
|
user-select: none
|
||||||
|
|
||||||
@ -24,4 +24,4 @@
|
|||||||
color: $white
|
color: $white
|
||||||
|
|
||||||
&:hover
|
&: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