REFACTOR enhance press-ressources.css with new styles for archives-presse-card and list layout for improved visual consistency
This commit is contained in:
parent
a0164bcd85
commit
1a8cccd420
|
|
@ -164,6 +164,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
&__list {
|
||||
@apply grid grid-cols-1 md:grid-cols-2 gap-8;
|
||||
}
|
||||
}
|
||||
.ressources-grid-content-wrapper {
|
||||
&[data-active-tab='communiques'] {
|
||||
|
|
@ -185,3 +188,24 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.archives-presse-card {
|
||||
@apply block;
|
||||
&__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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user