homegrade_theme_production/resources/css/blocks/plus-loin.css

32 lines
605 B
CSS

.homegrade-blocks-plus-loin {
@apply bg-primary p-8 xl: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 underline;
}
ul li:before {
@apply !bg-white;
}
ul li::marker {
@apply !text-white;
}
.homegrade-blocks-custom-heading + ul {
@apply pl-2 xl:pl-12;
}
.brochure-download-icon {
filter: invert(97%) sepia(97%) saturate(0%) hue-rotate(55deg) brightness(104%) contrast(105%);
}
}