30 lines
457 B
CSS
30 lines
457 B
CSS
.homegrade-blocks-infos-seminaires {
|
|
@apply mt-12 mb-12;
|
|
.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;
|
|
}
|
|
}
|