refining cta

This commit is contained in:
Antoine M 2024-02-15 18:53:29 +01:00
parent cb75964383
commit cd8ae64221

View File

@ -1,7 +1,7 @@
.cta {
@apply block;
&--round {
@apply w-32 h-32;
@apply w-20 h-20;
border-radius: 50%;
}
&--construction {
@ -10,9 +10,9 @@
&--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;