Skip to content

Commit

Permalink
Remove default pullquote font weight
Browse files Browse the repository at this point in the history
Fixes #4540.
  • Loading branch information
Joen Asmussen committed Apr 17, 2018
1 parent 77eba26 commit bafb67e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion blocks/library/pullquote/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
& > .blocks-pullquote__content .blocks-rich-text__tinymce[data-is-empty="true"]:before,
& > .blocks-rich-text p {
font-size: 24px;
font-weight: 900;
line-height: 1.6;
}
}
2 changes: 0 additions & 2 deletions blocks/library/pullquote/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@

> p {
font-size: 24px;
font-weight: 900;
line-height: 1.6;
}

cite,
footer {
color: $dark-gray-600;
position: relative;
font-weight: 900;
text-transform: uppercase;
font-size: $default-font-size;
}
Expand Down

0 comments on commit bafb67e

Please sign in to comment.