1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Reorganize SCSS without changing any of the properties or values (#18963)

* Reorganize SCSS without changing any of the properties or values

* Mis-moved a few files

* Split up "other"
This commit is contained in:
Kevin Heis
2021-04-26 09:18:25 -07:00
committed by GitHub
parent 68870cbbc0
commit a7623cdb62
20 changed files with 374 additions and 384 deletions

View File

@@ -5,19 +5,6 @@ from https://unpkg.com/highlight.js@9.15.8/styles/github.css
*/
.markdown-body .code-extra {
margin-top: $spacer-4;
pre {
margin-top: 0 !important;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
border-left: 1px var(--color-auto-gray-2) solid !important;
border-bottom: 1px var(--color-auto-gray-2) solid !important;
border-right: 1px var(--color-auto-gray-2) solid !important;
}
}
.hljs {
display: block;
overflow-x: auto;