From 930ed6680100e9732157ed1861af3572e36219a0 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 22 Nov 2022 17:09:05 +0700 Subject: Filter search by brand, category, price --- src/styles/globals.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/styles/globals.css') diff --git a/src/styles/globals.css b/src/styles/globals.css index 8e81f7e8..5033a220 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -91,6 +91,8 @@ html, body { w-full leading-none focus:outline-none + focus:ring-1 + focus:ring-yellow-900 ; } @@ -339,4 +341,12 @@ html, body { bg-gray-100 text-sm ; +} + +.idt-transition { + @apply + transition-all + ease-linear + duration-300 + ; } \ No newline at end of file -- cgit v1.2.3