From 9fa95c097ba2e59aa0ac8965986c638222ae9c51 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Mar 2026 15:23:51 +0100 Subject: [PATCH] FEATURE Styling component --- resources/css/components/post-informations.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 resources/css/components/post-informations.css diff --git a/resources/css/components/post-informations.css b/resources/css/components/post-informations.css new file mode 100644 index 0000000..df29844 --- /dev/null +++ b/resources/css/components/post-informations.css @@ -0,0 +1,14 @@ +.post-informations { + .content-tab__title { + @apply text-primary mb-10; + } + + .issue-parution-date__label { + @apply mb-2; + } + + .issue-parution-date__value { + @apply text-primary; + text-transform: capitalize; + } +}