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; + } +}