From 4e5257d73f18fd76c66cc61f1f09034d12bc02b8 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 21 Dec 2022 17:11:01 +0700 Subject: menu profil saya --- src/styles/globals.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/styles') diff --git a/src/styles/globals.css b/src/styles/globals.css index fa117ac1..813b78d0 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -110,6 +110,7 @@ html, body { leading-none focus:outline-none focus:border-yellow_r-9 + disabled:bg-gray_r-5 ; } @@ -119,7 +120,8 @@ html, body { @apply block w-fit - p-3 + py-3 + px-6 rounded border text-center @@ -273,8 +275,8 @@ html, body { top-0 border-b border-gray_r-7 - shadow-2xl - shadow-gray_r-1 + shadow-lg + shadow-gray_r-2 z-50 ; } -- cgit v1.2.3