62 lines
1.3 KiB
CSS
62 lines
1.3 KiB
CSS
.homegrade-blocks-kit-presse {
|
|
@apply py-6;
|
|
.section_titling__title {
|
|
@apply mt-0;
|
|
}
|
|
.table_head {
|
|
@apply hidden md:grid gap-x-8 gap-4 font-bold
|
|
bg-neutral-100 rounded-3xl py-8 px-8;
|
|
|
|
grid-template-columns: 4fr 1fr 2fr 2fr;
|
|
}
|
|
&__press-grid-datas {
|
|
@apply pt-12;
|
|
}
|
|
&__press-ressource {
|
|
@apply grid gap-x-8 px-4 !py-8 list-none;
|
|
/* grid-template-columns: repeat(9, 1fr); */
|
|
align-items: center;
|
|
|
|
grid-template-columns: 4fr;
|
|
|
|
@screen md {
|
|
grid-template-columns: 4fr 1fr 2fr 2fr;
|
|
}
|
|
&:before {
|
|
@apply !content-none !pl-0;
|
|
}
|
|
}
|
|
&__press-ressource + &__press-ressource {
|
|
border-top: 1px solid #e2e8f0;
|
|
}
|
|
&__ressource-typename {
|
|
@apply md:flex gap-8 items-center;
|
|
}
|
|
&__ressource-icon {
|
|
@apply bg-white shadowed
|
|
shrink-0
|
|
w-20 h-20
|
|
rounded-2xl
|
|
flex
|
|
items-center
|
|
justify-center;
|
|
/* @apply w-12 col-span-1; */
|
|
img {
|
|
max-width: 50%;
|
|
max-height: 60%;
|
|
}
|
|
}
|
|
&__ressource-title {
|
|
@apply pr-4 font-bold;
|
|
}
|
|
&__ressource-type {
|
|
@apply pl-2 !my-0 uppercase;
|
|
}
|
|
&__ressource-date {
|
|
@apply !my-0 capitalize;
|
|
}
|
|
&__ressource-download {
|
|
@apply mt-4 md:mt-0 md:mx-auto;
|
|
}
|
|
}
|