From 1ce7015e69178bd65955ef51b5ad8a003ce3daeb Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 23 Jan 2024 17:26:17 +0100 Subject: [PATCH] correction list bullet color --- resources/css/pages/single-news.css | 64 +---------------------------- 1 file changed, 1 insertion(+), 63 deletions(-) diff --git a/resources/css/pages/single-news.css b/resources/css/pages/single-news.css index c91e4bc..60933d2 100644 --- a/resources/css/pages/single-news.css +++ b/resources/css/pages/single-news.css @@ -6,68 +6,6 @@ @apply text-purple-500; } ul li:before { - @apply !bg-secondary; - } -} - -.post-news-page-container { - .previous-next-posts { - @apply grid md:grid-cols-2 gap-y-4 gap-8 mx-auto max-w-screen-xl px-6 xl:px-24 my-16; - &__previous, - &__next { - @apply flex gap-4 bg-white rounded-lg shadowed py-4 px-6 items-center; - transition: all 0.2s ease-out; - text-decoration: none !important; - - &:hover { - @apply -translate-y-1; - } - .post_thumbnail { - @apply object-contain - rounded-lg - w-20 - h-20; - } - .post_denomination, - .post_title { - @apply font-bold no-underline; - } - .post_denomination { - @apply mb-1 text-secondary; - } - .post_title { - @apply text-neutral-900; - line-height: 1.4; - } - } - &__previous { - @apply text-left justify-end; - &:after { - @apply inline-block h-7 w-7 border-2 border-neutral-900 rounded-full shrink-0; - content: ''; - margin-top: auto; - margin-bottom: auto; - background-image: url('../resources/img/graphic-assets/chevron_right.svg'); - background-repeat: no-repeat; - background-position: center; - background-size: 50% 50%; - } - } - &__next { - @apply text-right; - &:before { - @apply inline-block h-7 w-7 border-2 border-neutral-900 rounded-full shrink-0; - content: ''; - margin-top: auto; - margin-bottom: auto; - background-image: url('../resources/img/graphic-assets/chevron_left.svg'); - background-repeat: no-repeat; - background-position: center; - background-size: 50% 50%; - } - } - &__link-content { - @apply h-fit pt-1; - } + @apply bg-secondary; } }