Skip to content

Commit

Permalink
GH-73: Load new s-blockquote
Browse files Browse the repository at this point in the history
This allows Bootstrap 4 blockquotes to be replaced by TACC blockquote.
  • Loading branch information
wesleyboar committed Jul 9, 2021
1 parent c41c997 commit 1fe7529
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
.blockquote {
margin-top: 20px;
margin-bottom: 20px;
}
.blockquote {

color: #b75554;
font-size: 18px;
font-style: italic;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* SEE: taccsite_cms/static/site_cms/css/src/_imports/trumps/s-blockquote.css */

.s-blockquote blockquote {
color: #b75554;
}
.s-blockquote figcaption {
color: #636466;
}
2 changes: 2 additions & 0 deletions texascale-org/static/texascale-org/css/src/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@
@import url("_imports/trumps/s-gallery.css");
@import url("_imports/trumps/u-border.css");
@import url("_imports/trumps/u-swallow.css");
/* RFC: If only used on articles, then these components could be imported into `template.article.css` instead */
@import url("_imports/trumps/s-blockquote.css");

0 comments on commit 1fe7529

Please sign in to comment.