15 lines
253 B
CSS
15 lines
253 B
CSS
.homegrade-blocks-focused-schema {
|
|
figcaption {
|
|
ol {
|
|
@apply xl:grid grid-cols-2;
|
|
}
|
|
}
|
|
|
|
.focus-point-popup-container__title {
|
|
@apply text-black font-bold;
|
|
}
|
|
.focus-point-popup-container {
|
|
z-index: 9999;
|
|
}
|
|
}
|