Add styling for blockquotes. Switch to using Bootstrap's scss for main.scss. (#1826)

* Add styling for blockquotes. Closes #1814 
* Switch to using Bootstrap's scss in main.scss to allow using Bootstrap variables
This commit is contained in:
Kevin Chung
2021-03-16 16:31:54 -04:00
committed by GitHub
parent a3dbecdd18
commit f8552b8403
3 changed files with 15 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
@import "~bootstrap/dist/css/bootstrap.css";
@import "~bootstrap/scss/bootstrap.scss";
@import "~highlight.js/styles/github.css";
@import "includes/jumbotron.css";
@import "includes/sticky-footer.css";
@@ -31,6 +31,11 @@ table > thead > tr > td {
border-top: none !important;
}
blockquote {
border-left: 4px solid $secondary;
padding-left: 15px;
}
.table thead th {
white-space: nowrap;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long