1
0
mirror of synced 2025-12-22 03:16:52 -05:00
Files
docs/stylesheets/summary.scss
Kevin Heis a7623cdb62 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"
2021-04-26 16:18:25 +00:00

24 lines
258 B
SCSS

summary {
outline: none;
}
.markdown-body {
summary {
h1,
h2,
h3,
h4,
h5,
h6 {
display: inline-block;
margin-top: 10px;
margin-bottom: 10px;
p {
margin: 0;
padding: 0;
}
}
}
}