homegrade_theme_production/resources/css/blocks/points-cles.css
2023-08-03 10:31:09 +02:00

15 lines
233 B
CSS

.wp-block-homegrade-content-blocks-points-cles {
@apply p-8 shadow-lg bg-white rounded-3xl;
&__titling {
@apply mb-6;
.icon {
@apply bg-primary;
}
}
h3 {
@apply font-bold text-2xl;
}
}