Skip to content

Commit

Permalink
Blocks: Style the "footer" in quotes to ensure backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jan 12, 2018
1 parent 27e6fa8 commit d937d3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion blocks/library/pullquote/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
line-height: 1.6;
}

cite {
cite,
footer {
color: $dark-gray-600;
position: relative;
font-weight: 900;
Expand Down
7 changes: 5 additions & 2 deletions blocks/library/quote/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.wp-block-quote {
margin: 0 0 16px;

cite {
cite,
footer {
color: $dark-gray-300;
margin-top: 1em;
position: relative;
Expand All @@ -17,7 +18,9 @@
font-style: italic;
line-height: 1.6;
}
cite {

cite,
footer {
font-size: 19px;
text-align: right;
}
Expand Down

0 comments on commit d937d3a

Please sign in to comment.