diff --git a/resources/css/components/authors-list.css b/resources/css/components/authors-list.css new file mode 100644 index 0000000..7be7f54 --- /dev/null +++ b/resources/css/components/authors-list.css @@ -0,0 +1,12 @@ +.authors-list { + @apply mb-20; + &__title { + @apply text-4xl font-medium mb-4 uppercase; + } + &__article-title { + @apply mb-8 underline underline-offset-8 decoration-1 opacity-90; + } + .author-card { + @apply mb-8; + } +} diff --git a/resources/css/components/revue-authors-list.css b/resources/css/components/revue-authors-list.css deleted file mode 100644 index 40474b3..0000000 --- a/resources/css/components/revue-authors-list.css +++ /dev/null @@ -1,5 +0,0 @@ -.revue-authors-list { - &__title { - @apply text-4xl font-medium mb-4 uppercase; - } -}