REFINE Updating styles for communique-card component: added heading styles and file info layout adjustments

This commit is contained in:
Antoine M 2026-02-17 16:22:21 +01:00
parent 7173b89ebf
commit 3fa53af698

View File

@ -33,7 +33,16 @@
&__list {
@apply grid grid-cols-1 md:grid-cols-2 gap-8;
.communique-card {
h3 {
@apply mb-6 text-2xl;
}
@apply border border-primary border-solid bg-white p-8;
.communique-card__file-infos {
@apply flex items-center gap-2 text-primary;
}
.communique-card__file-type {
@apply uppercase;
}
}
}
}