From 79dcb9b2f9fc5cb8b743917191e1df810eb4f534 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 29 Nov 2023 14:59:55 +0100 Subject: [PATCH] handling custom acf title --- resources/css/admin-style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index 6277aa4..09390c8 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -95,3 +95,12 @@ line-height: 1.3; } } + +.acf_custom_title { + .acf-label { + @apply pb-3; + label { + @apply !text-secondary !text-sm !font-semibold; + } + } +}