homegrade_theme_production/resources/css/blocks/explainer-screen.css
2024-08-23 14:53:11 +02:00

11 lines
275 B
CSS

.homegrade-blocks-explainer-screen {
@apply border-2 border-neutral-200 p-8 rounded-3xl;
&__step-position {
@apply text-xs font-bold text-neutral-500 !mb-0 uppercase;
}
&__step-title {
@apply !my-0 py-2 text-2xl font-bold !text-neutral-900;
}
}