Skip to content

Commit

Permalink
SDSS-900: Callout Quote | Use serif font and smart quotes (#221)
Browse files Browse the repository at this point in the history
* SDSS-900: Callout Quote | Use serif font and smart quotes.
  • Loading branch information
jenbreese authored Aug 31, 2023
1 parent efecbfe commit 80ac02f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

.decoration {
color: $sdss-color-blue-hover;
font-family: $su-font-serif;

}

// Setting up appearance
Expand Down Expand Up @@ -61,8 +63,9 @@
display: inline;

&::after {
content: "\201D";
content: "\301E";
display: inline;
font-family: $su-font-serif;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div {{ attributes }}>
<div class="blockquote-wrapper">
<span class="decoration">&#8220;</span>
<span class="decoration">&#x301D;</span>
<blockquote class="callout-quote su-callout-quote">
<p>{{ content.su_callout_quote|render|striptags("<drupal-render-placeholder>")|trim }}</p>
<cite>
Expand Down

0 comments on commit 80ac02f

Please sign in to comment.