11 lines
139 B
CSS
11 lines
139 B
CSS
.homegrade-blocks-highlight {
|
|
@apply p-12 rounding-radius;
|
|
|
|
h3 {
|
|
@apply pb-4;
|
|
}
|
|
.icon {
|
|
@apply bg-primary;
|
|
}
|
|
}
|