Skip to content

Commit

Permalink
Update quote secondary style. Remove dash. (#1813)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias committed Jul 8, 2017
1 parent a1650e8 commit 4564ee0
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions blocks/library/quote/block.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,10 @@

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

&:before {
content: '';
position: absolute;
left: -1.3em;
top: 0;
}
}


Expand All @@ -26,9 +18,14 @@

&.blocks-quote-style-2 {
padding: 0 1em;
& > p {
p {
font-size: 24px;
font-style: italic;
line-height: 1.6;
}
footer {
font-size: 19px;
text-align: right;
}
}
}

0 comments on commit 4564ee0

Please sign in to comment.