diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-22 17:09:05 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-22 17:09:05 +0700 |
| commit | 930ed6680100e9732157ed1861af3572e36219a0 (patch) | |
| tree | 2915bd480d315a410028b99d6277e9e381b38e5f /src/styles/globals.css | |
| parent | fb4b7aea05526e154193d40a0cde6d674be263e7 (diff) | |
Filter search by brand, category, price
Diffstat (limited to 'src/styles/globals.css')
| -rw-r--r-- | src/styles/globals.css | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
