REFACTOR and removing unecessayr bg red
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-03-17 16:02:44 +01:00
parent 147886dd68
commit 24417f09e5

View File

@ -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;
}
} */