2024-05-23 15:39:28 -04:00
|
|
|
:where(.wp-block-quote){
|
2023-03-08 19:05:24 -05:00
|
|
|
border-right:.25em solid;
|
|
|
|
margin:0 0 1.75em;
|
|
|
|
padding-right:1em;
|
|
|
|
}
|
2024-05-23 15:39:28 -04:00
|
|
|
:where(.wp-block-quote) cite,:where(.wp-block-quote) footer{
|
2023-03-08 19:05:24 -05:00
|
|
|
color:currentColor;
|
|
|
|
font-size:.8125em;
|
|
|
|
font-style:normal;
|
|
|
|
position:relative;
|
|
|
|
}
|
2024-05-23 15:39:28 -04:00
|
|
|
:where(.wp-block-quote).has-text-align-right{
|
2023-03-08 19:05:24 -05:00
|
|
|
border-left:.25em solid;
|
|
|
|
border-right:none;
|
|
|
|
padding-left:1em;
|
|
|
|
padding-right:0;
|
|
|
|
}
|
2024-05-23 15:39:28 -04:00
|
|
|
:where(.wp-block-quote).has-text-align-center{
|
2023-03-08 19:05:24 -05:00
|
|
|
border:none;
|
|
|
|
padding-right:0;
|
|
|
|
}
|
2024-05-23 15:39:28 -04:00
|
|
|
:where(.wp-block-quote).is-large,:where(.wp-block-quote).is-style-large,:where(.wp-block-quote).is-style-plain{
|
2023-03-08 19:05:24 -05:00
|
|
|
border:none;
|
|
|
|
}
|