From eb6c15f3a3bf62d11d66e375350421b0c37b1534 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 8 Apr 2026 16:38:07 +0200 Subject: [PATCH] STYLE refining the pullquote aspect --- resources/css/blocks/wp-block-pullquote.css | 22 +++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 resources/css/blocks/wp-block-pullquote.css diff --git a/resources/css/blocks/wp-block-pullquote.css b/resources/css/blocks/wp-block-pullquote.css new file mode 100644 index 0000000..ca16711 --- /dev/null +++ b/resources/css/blocks/wp-block-pullquote.css @@ -0,0 +1,22 @@ +.wp-theme-carhop:not(.wp-child-theme-dynamiques), +.is-website-carhop { + .wp-block-pullquote { + @apply text-xl border-none py-0 font-semibold nunito text-primary; + p { + @apply font-semibold; + color: currentColor; + } + cite { + @apply font-bold text-xs; + } + } +} + +.wp-block-pullquote.is-style-testimony { + cite::before { + @apply text-xs font-bold; + content: 'Témoignage'; + @apply mr-2; + } + /* @apply pl-12; */ +}