diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-17 17:30:03 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-17 17:30:03 +0700 |
| commit | d19b40f2972cc74105cfb8390a3b0fe3a4695b3a (patch) | |
| tree | b2c00656d07774c36ee1046267e35663a968d7d9 /src/styles | |
| parent | b01a5a7de6303c2752358f970e8d71daa1a16596 (diff) | |
Login process to Odoo Api
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index 6ed6582b..2adf7dc9 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -96,8 +96,11 @@ html, body { border text-gray-900 text-center + disabled:text-gray-800 disabled:bg-yellow-700 disabled:border-yellow-700 + ease-linear + duration-150 ; } @@ -183,11 +186,9 @@ html, body { top-0 left-0 bg-white - w-[85%] + w-[80%] h-full z-[60] - py-4 - px-4 overflow-y-auto translate-x-[-100%] ease-linear |
