From 5275620b8d41a9cc50d5cbe53055a02e8ea39fa8 Mon Sep 17 00:00:00 2001 From: lukibeg Date: Mon, 10 Nov 2025 22:02:47 -0300 Subject: [PATCH] fix|feat: Aprimora visual(css) do header. --- resources/css/header.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/css/header.css b/resources/css/header.css index b7a6f26..a701602 100644 --- a/resources/css/header.css +++ b/resources/css/header.css @@ -60,6 +60,7 @@ @layer components { @apply absolute right-5; @apply rounded-xl; @apply max-w-7 max-h-7; + @apply shadow-md shadow-blue-400; } .profile-list-items {