Skip to content

Commit

Permalink
Polish the quote style #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed May 8, 2017
1 parent 4d97ee1 commit 3597e70
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions blocks/library/quote/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
footer {
color: $dark-gray-100;
margin-left: 1.3em;
margin-top: 1em;
position: relative;

p {
font-size: 0.9em;
font-style: normal;
}
font-size: $default-font-size;
font-style: normal;

&:before {
content: '';
Expand All @@ -24,9 +22,6 @@
.editor-visual-editor .blocks-quote-style-1 {
border-left: 4px solid $black;
padding-left: 1em;
& > .blocks-editable p {
font-size: 20px;
}
}

.editor-visual-editor .blocks-quote-style-2 {
Expand Down

0 comments on commit 3597e70

Please sign in to comment.