29 lines
445 B
CSS
29 lines
445 B
CSS
.homegrade-blocks-plus-loin {
|
|
@apply bg-primary p-12 rounding-radius my-8;
|
|
&__block-title {
|
|
@apply !mt-0 !text-4xl !font-bold;
|
|
}
|
|
p,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
li,
|
|
a {
|
|
@apply !text-white;
|
|
}
|
|
a {
|
|
@apply !font-medium !decoration-1;
|
|
}
|
|
ul li:before {
|
|
@apply bg-white;
|
|
}
|
|
ul li::marker {
|
|
@apply !text-white;
|
|
}
|
|
.homegrade-blocks-custom-heading + ul {
|
|
@apply pl-12;
|
|
}
|
|
}
|