WordPress/wp-includes/blocks/quote/theme.css
ellatrix 1fbf5fa51d Editor: Update npm packages.
Updates the editor npm packages to latest versions.

See https://github.com/WordPress/wordpress-develop/pull/6612.

Props ellatrix, mukesh27, youknowriad, mamaduka.


Built from https://develop.svn.wordpress.org/trunk@58187


git-svn-id: http://core.svn.wordpress.org/trunk@57650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-05-23 19:39:28 +00:00

24 lines
588 B
CSS

:where(.wp-block-quote){
border-left:.25em solid;
margin:0 0 1.75em;
padding-left:1em;
}
:where(.wp-block-quote) cite,:where(.wp-block-quote) footer{
color:currentColor;
font-size:.8125em;
font-style:normal;
position:relative;
}
:where(.wp-block-quote).has-text-align-right{
border-left:none;
border-right:.25em solid;
padding-left:0;
padding-right:1em;
}
:where(.wp-block-quote).has-text-align-center{
border:none;
padding-left:0;
}
:where(.wp-block-quote).is-large,:where(.wp-block-quote).is-style-large,:where(.wp-block-quote).is-style-plain{
border:none;
}