From b95d3039bb6065caf36d57bb390c5307e786c430 Mon Sep 17 00:00:00 2001 From: shibao Date: Fri, 18 Nov 2022 23:44:35 -0500 Subject: [PATCH] remove transition all on input --- assets/css/components.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/css/components.scss b/assets/css/components.scss index b358d96..b244a75 100644 --- a/assets/css/components.scss +++ b/assets/css/components.scss @@ -2,7 +2,6 @@ .input { @apply rounded-lg px-4 py-2 border focus:outline-none; @apply shadow-sm focus:shadow-lg; - @apply transition-all duration-300 ease-in-out; } .input-primary { @@ -79,7 +78,7 @@ } .alert p { - margin-bottom: 0; + @apply mb-0; } .alert:empty {