From e027f0ceeb6268ade0315eb5927da32412ad8134 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 7 Oct 2025 13:01:49 +0200 Subject: [PATCH] STYLE refining form styles --- resources/css/forms/form_contributions.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/css/forms/form_contributions.css b/resources/css/forms/form_contributions.css index e92ac61..91c2693 100644 --- a/resources/css/forms/form_contributions.css +++ b/resources/css/forms/form_contributions.css @@ -10,4 +10,8 @@ .paper-file { @apply !mt-8 !mb-6; + + .gfield_description { + @apply pt-8 opacity-90; + } }