homegrade_theme_production/resources/css/blocks/press-reviews.css
2024-01-18 15:44:57 +01:00

64 lines
1.2 KiB
CSS

.homegrade-blocks-press-reviews {
@apply py-6;
.table_head {
@apply hidden md:grid gap-x-8 gap-4 grid-cols-10 font-bold
bg-neutral-100 rounded-3xl py-8 px-8;
grid-template-columns: 1fr 3fr 2fr 2fr 2fr;
:nth-child(1) {
@apply col-span-2;
}
}
&__article-grid {
@apply !pt-0 !mt-0;
}
&__press-article {
@apply grid gap-x-6 px-4 !py-8;
/* align-items: center; */
grid-template-columns: 1fr;
@screen md {
grid-template-columns: 1fr 3fr 2fr 2fr 2fr;
}
&:before {
display: none !important;
content: none !important;
}
}
&__press-article + &__press-article {
border-top: 1px solid #e2e8f0;
}
&__review-icon {
@apply bg-white shadowed
w-20 h-20
mb-4 md:mb-0
md:mx-auto
rounded-2xl
flex
items-center
justify-center;
/* @apply w-12 col-span-1; */
img {
max-width: 50%;
max-height: 60%;
}
}
&__article-title-link {
@apply pr-4 font-bold;
}
&__newspaper-source-name {
@apply pl-2 !my-0;
}
&__publication-date {
@apply capitalize !my-0;
}
&__article-download {
}
.section_titling__title:first-child {
@apply mt-0;
}
}