Pullquote and blockquote styles.
This commit is contained in:
parent
2b5df5dd5e
commit
ca1d49996f
2 changed files with 15 additions and 2 deletions
|
@ -115,8 +115,12 @@ figure.alignfull,
|
|||
.wp-block-quote.is-style-large p {
|
||||
}
|
||||
|
||||
.wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
|
||||
.wp-block-quote:not(.is-large):not(.is-style-large).alignright {
|
||||
.wp-block-quote.alignleft {
|
||||
margin-right: 1.5em;
|
||||
}
|
||||
|
||||
.wp-block-quote.alignright {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
|
||||
|
@ -251,6 +255,14 @@ figure.alignfull,
|
|||
color: #767676;
|
||||
}
|
||||
|
||||
.wp-block-pullquote.alignleft {
|
||||
margin-right: 1.5em;
|
||||
}
|
||||
|
||||
.wp-block-pullquote.alignright {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
.wp-block-pullquote.alignfull blockquote {
|
||||
padding-left: 1.5em;
|
||||
padding-right: 1.5em;
|
||||
|
|
|
@ -634,6 +634,7 @@
|
|||
.wp-block-pullquote cite,
|
||||
.wp-block-pullquote footer {
|
||||
font-style: italic;
|
||||
font-size: inherit;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue