STYLE refining the pullquote aspect
This commit is contained in:
parent
b9086d90e7
commit
eb6c15f3a3
22
resources/css/blocks/wp-block-pullquote.css
Normal file
22
resources/css/blocks/wp-block-pullquote.css
Normal file
|
|
@ -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; */
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user