homegrade_theme_production/resources/css/blocks/infos-seminaires.css
2024-05-15 16:52:23 +02:00

42 lines
649 B
CSS

.homegrade-blocks-infos-seminaires {
@apply mt-12 mb-12;
& + .homegrade-blocks-infos-seminaires {
@apply mt-16;
}
.homegrade-blocks-icon {
@apply mb-6;
img {
@apply rounded-lg;
}
}
&__title {
@apply !mt-2;
}
&__date {
@apply !my-0;
}
&__author {
@apply font-bold;
}
time {
@apply font-bold text-xl !mb-0;
text-transform: capitalize;
}
time + h5,
time + h4,
time + h3,
time + h2,
time + h1 {
@apply !mt-1;
}
h1:has(+ time),
h2:has(+ time),
h3:has(+ time),
h4:has(+ time),
h5:has(+ time) {
@apply !mb-1;
}
}