mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-19 11:52:21 +01:00
25 lines
369 B
SCSS
25 lines
369 B
SCSS
// stylelint-disable selector-max-type, selector-max-compound-selectors
|
|
|
|
.bd-toc nav {
|
|
padding-top: .125em;
|
|
padding-bottom: .125em;
|
|
border-left: .25em solid $gray-200;
|
|
|
|
> ul {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
li ul li {
|
|
margin-bottom: .25rem;
|
|
list-style-type: disc;
|
|
}
|
|
|
|
a:not(:hover) {
|
|
text-decoration: none;
|
|
}
|
|
|
|
a code {
|
|
font: inherit;
|
|
}
|
|
}
|