From e4299c020ff53f254f9cfb24b3e885240e3f5fa7 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Fri, 20 Mar 2026 17:14:56 +0100 Subject: [PATCH] REFACTOR Moving the authors-list from dynamiques theme to carhop-theme --- resources/css/components/authors-list.css | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 resources/css/components/authors-list.css diff --git a/resources/css/components/authors-list.css b/resources/css/components/authors-list.css deleted file mode 100644 index cd6c178..0000000 --- a/resources/css/components/authors-list.css +++ /dev/null @@ -1,12 +0,0 @@ -.authors-list { - @apply mb-20; - &__title { - @apply text-3xl font-medium mb-4 uppercase; - } - &__article-title { - @apply mb-8 underline underline-offset-8 decoration-1 opacity-90; - } - .author-card { - @apply mb-8; - } -}