From c05b2493c6a4d64b1645635b40f13cbd90d50fc3 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 10 Dec 2024 14:58:21 +0100 Subject: [PATCH] handling admin gestion section --- resources/css/admin-style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index 7443f24..e0f0888 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -292,3 +292,11 @@ body.post-type-artisans { @apply !hidden; } } + +#acf-group_67581cdaf3262 { + @apply border border-neutral-200 border-solid p-4; + + div[data-type='message'] { + @apply text-neutral-900 py-0 text-xl; + } +}