diff --git a/webui/src/pages/Home/components/ActionCard/styles.sass b/webui/src/pages/Home/components/ActionCard/styles.sass index f42898d..aea1aa2 100644 --- a/webui/src/pages/Home/components/ActionCard/styles.sass +++ b/webui/src/pages/Home/components/ActionCard/styles.sass @@ -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) \ No newline at end of file + transform: scale(1.1) translate(0, -0.5rem) rotate(0.5deg) \ No newline at end of file