STYLE Refining aspect
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-20 16:37:47 +02:00
parent 4f8099bfa9
commit e6c3381ef4

View File

@ -19,11 +19,12 @@
@apply opacity-60; @apply opacity-60;
} }
input[type='submit'] { input[type='submit'] {
@apply cursor-pointer font-medium !w-fit !ml-auto !mx-auto; @apply cursor-pointer !w-fit !ml-auto !mx-auto nunito text-lg !font-semibold;
transition: transform 0.3s ease; transition: transform 0.3s ease-out;
line-height: 1;
&:hover { &:hover {
transform: scale(1.02); transform: scale(1.03);
} }
} }
} }
@ -43,7 +44,7 @@
@apply bg-white text-primary cursor-pointer; @apply bg-white text-primary cursor-pointer;
&:hover { &:hover {
@apply bg-white text-primary; @apply bg-carhop-green-900 text-white;
} }
} }
} }