Skip to content

Commit

Permalink
Polish quote style 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored and youknowriad committed Mar 14, 2017
1 parent a6aef4d commit 79f7162
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 4 additions & 4 deletions tinymce-per-block/src/assets/stylesheets/theme.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.my-theme {
font-family: "Noto Serif", serif;
font-size: 16px;
color: inherit;
color: #191e23;
font-weight: 300;

blockquote {
Expand Down Expand Up @@ -34,11 +34,11 @@
}

&.quote-style2 {
font-style: normal;
background: $gray-light;
padding: 10px;
padding: 10px 10px 10px 30px;
margin-left: 0;
border: none;
font-size: 24px;
font-style: italic;
}

p {
Expand Down
8 changes: 6 additions & 2 deletions tinymce-per-block/src/blocks/quote-block/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@
}

.quote-block__form.quote-style2 {
background: $gray-light;
padding: 10px;
padding: 10px 10px 10px 30px;

.quote-block__content {
font-size: 24px;
font-style: italic;
}
}

.quote-block__toolbar-style-button {
Expand Down

0 comments on commit 79f7162

Please sign in to comment.