diff options
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 |
