From e6c3381ef4ef037dbf5e65616de62bb36c26462c Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 20 Oct 2025 16:37:47 +0200 Subject: [PATCH] STYLE Refining aspect --- resources/css/forms/forms.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/css/forms/forms.css b/resources/css/forms/forms.css index 1646f05..400f38c 100644 --- a/resources/css/forms/forms.css +++ b/resources/css/forms/forms.css @@ -19,11 +19,12 @@ @apply opacity-60; } input[type='submit'] { - @apply cursor-pointer font-medium !w-fit !ml-auto !mx-auto; - transition: transform 0.3s ease; + @apply cursor-pointer !w-fit !ml-auto !mx-auto nunito text-lg !font-semibold; + transition: transform 0.3s ease-out; + line-height: 1; &:hover { - transform: scale(1.02); + transform: scale(1.03); } } } @@ -43,7 +44,7 @@ @apply bg-white text-primary cursor-pointer; &:hover { - @apply bg-white text-primary; + @apply bg-carhop-green-900 text-white; } } }