mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 06:24:23 +01:00
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:
@@ -1,4 +1,4 @@
|
|||||||
@import "~bootstrap/dist/css/bootstrap.css";
|
@import "~bootstrap/scss/bootstrap.scss";
|
||||||
@import "~highlight.js/styles/github.css";
|
@import "~highlight.js/styles/github.css";
|
||||||
@import "includes/jumbotron.css";
|
@import "includes/jumbotron.css";
|
||||||
@import "includes/sticky-footer.css";
|
@import "includes/sticky-footer.css";
|
||||||
@@ -31,6 +31,11 @@ table > thead > tr > td {
|
|||||||
border-top: none !important;
|
border-top: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
border-left: 4px solid $secondary;
|
||||||
|
padding-left: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.table thead th {
|
.table thead th {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
4
CTFd/themes/core/static/css/main.min.css
vendored
4
CTFd/themes/core/static/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user