From cd8ae64221d71fde907daf916fd4a7966ff5e8cb Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 15 Feb 2024 18:53:29 +0100 Subject: [PATCH] refining cta --- src/assets/css/components/cta.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/assets/css/components/cta.scss b/src/assets/css/components/cta.scss index fc2037b..f7a6ec5 100644 --- a/src/assets/css/components/cta.scss +++ b/src/assets/css/components/cta.scss @@ -1,7 +1,7 @@ .cta { @apply block; &--round { - @apply w-32 h-32; + @apply w-20 h-20; border-radius: 50%; } &--construction { @@ -9,10 +9,10 @@ } &--button-icon { @apply relative border-none cursor-pointer; - - transition: all .4s ease-in-out; + + transition: all 0.4s ease-in-out; &:after { - @apply absolute w-12 h-12 z-20 left-1/2 top-1/2; + @apply absolute w-10 h-10 z-20 left-1/2 top-1/2; content: ""; transform: translate(-50%, -50%); background-position: center;