15 lines
233 B
CSS
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;
|
|
}
|
|
}
|