24 lines
428 B
CSS
24 lines
428 B
CSS
.homegrade-blocks-focused-schema {
|
|
figure.picture-container {
|
|
img {
|
|
@apply rounded-3xl;
|
|
}
|
|
}
|
|
figcaption {
|
|
ol {
|
|
@apply xl:grid grid-cols-2;
|
|
}
|
|
}
|
|
|
|
/* TOOLTIP */
|
|
.homegrade-blocks-focus-point-bullet__tooltip-container {
|
|
.tooltip-title {
|
|
@apply !text-black font-bold;
|
|
}
|
|
}
|
|
/* CAPTION */
|
|
.focus-point-title {
|
|
@apply text-black font-bold mr-2;
|
|
}
|
|
}
|