You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
524 B

1 year ago
  1. .wp-block-quote{
  2. border-left:.25em solid;
  3. margin:0 0 1.75em;
  4. padding-left:1em;
  5. }
  6. .wp-block-quote cite,.wp-block-quote footer{
  7. color:currentColor;
  8. font-size:.8125em;
  9. font-style:normal;
  10. position:relative;
  11. }
  12. .wp-block-quote.has-text-align-right{
  13. border-left:none;
  14. border-right:.25em solid;
  15. padding-left:0;
  16. padding-right:1em;
  17. }
  18. .wp-block-quote.has-text-align-center{
  19. border:none;
  20. padding-left:0;
  21. }
  22. .wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{
  23. border:none;
  24. }