mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 00:31:28 +01:00
1fbf5fa51d
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
24 lines
591 B
CSS
24 lines
591 B
CSS
:where(.wp-block-quote){
|
|
border-right:.25em solid;
|
|
margin:0 0 1.75em;
|
|
padding-right: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:.25em solid;
|
|
border-right:none;
|
|
padding-left:1em;
|
|
padding-right:0;
|
|
}
|
|
:where(.wp-block-quote).has-text-align-center{
|
|
border:none;
|
|
padding-right:0;
|
|
}
|
|
:where(.wp-block-quote).is-large,:where(.wp-block-quote).is-style-large,:where(.wp-block-quote).is-style-plain{
|
|
border:none;
|
|
} |