<div class="CitationsBlock Block">
</div>
<div class="CitationsBlock Block">
</div>
{
"company": "Ascend Performance Materials",
"url": "https://www.ascendmaterials.com",
"placeholders": {
"copy": "Cozy lummox gives smart squid who asks for job pen"
}
}
.CitationsBlock {
.Block__grid {
@apply grid
sm:grid-cols-2
md:grid-cols-3
lg:grid-cols-4
gap-4
md:gap-8
mb-8;
}
.Block__item {
@apply py-4
border-b
border-dotted
border-gray-400;
}
.Block__item__action, .Block__item__date, .Block__item__footer {
@apply pl-2
border-l-3
border-gray-400;
}
.Block__item__action, .Block__item__date {
@apply font-bold;
}
.Block__item__date {
@apply mb-0
text-gray-600 #{!important};
}
.Block__item__action {
@apply
text-base;
&, .Link {
@apply text-gray-900;
}
.Icon {
@apply inline-block
size-[14px]
mb-1
ml-1;
}
}
}
No notes defined.