From d19b40f2972cc74105cfb8390a3b0fe3a4695b3a Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 17 Nov 2022 17:30:03 +0700 Subject: Login process to Odoo Api --- src/styles/globals.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/styles/globals.css') 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 -- cgit v1.2.3