carhop__dynamiques-theme__P.../resources/css/blocks/wp-block-quote.css
Nonimart 0646a2c325
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Styling blockquote
2025-10-23 12:09:59 +02:00

20 lines
386 B
CSS

.wp-block-quote {
border: none;
p {
@apply font-medium;
font-size: 1.2rem;
}
@apply relative pl-12;
&:before {
background-image: url('../resources/img/icons/cite-icon.svg');
@apply content-[''] block w-8 h-8 absolute top-0 left-0;
}
cite {
&:before {
@apply pr-2;
content: 'EXTRAIT';
@apply font-bold;
}
}
}