Skip to content

Commit

Permalink
Add support for styling legacy footer-based citations.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrommen committed Oct 10, 2017
1 parent 210f465 commit 0e66d37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion blocks/library/pullquote/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
line-height: 1.6;
}

cite {
cite,
footer {
color: $dark-gray-600;
position: relative;
font-weight: 900;
Expand Down
8 changes: 5 additions & 3 deletions blocks/library/quote/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
margin: 0 0 16px;
box-shadow: inset 0px 0px 0px 0px $light-gray-500;

cite {
cite,
footer {
color: $dark-gray-100;
margin-top: 1em;
position: relative;
font-size: $default-font-size;
font-style: normal;
}


&.blocks-quote-style-1 {
border-left: 4px solid $black;
padding-left: 1em;
Expand All @@ -23,7 +23,9 @@
font-style: italic;
line-height: 1.6;
}
cite {

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

0 comments on commit 0e66d37

Please sign in to comment.