From 24417f09e587674cfde486e5b3af6825973d9809 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 17 Mar 2026 16:02:44 +0100 Subject: [PATCH] REFACTOR and removing unecessayr bg red --- resources/css/blocks/press-ressources.css | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/resources/css/blocks/press-ressources.css b/resources/css/blocks/press-ressources.css index d24974d..4155eeb 100644 --- a/resources/css/blocks/press-ressources.css +++ b/resources/css/blocks/press-ressources.css @@ -244,7 +244,7 @@ @apply text-primary flex items-center gap-2; &::before { - @apply content-[''] block w-8 h-8 bg-no-repeat bg-center bg-contain bg-red-300; + @apply content-[''] block w-8 h-8 bg-no-repeat bg-center bg-contain; } &--audio::before { @@ -262,23 +262,3 @@ } } } -/* -.archives-presse-card { - @apply block bg-red-500; - &__inner { - @apply flex items-start justify-between gap-8; - } - .cta--download { - @apply shrink-0 py-0; - } - h3 { - @apply mb-6 text-2xl; - } - @apply border border-primary border-solid bg-white p-8; - .archives-presse-card__file-infos { - @apply flex items-center gap-2 text-primary; - } - .archives-presse-card__file-type { - @apply uppercase; - } -} */