mirror of
https://github.com/minio/docs.git
synced 2025-07-06 20:36:50 +03:00
44 lines
891 B
SCSS
44 lines
891 B
SCSS
#localtoc {
|
|
font-size: 0.8rem;
|
|
}
|
|
|
|
#table-of-contents {
|
|
background: none;
|
|
border-style: none;
|
|
padding: $content-padding $content-padding $content-padding - 0.6rem $content-padding;
|
|
margin: 0;
|
|
|
|
@include breakpoint-min(breakpoints(lg)) {
|
|
width: 13rem;
|
|
}
|
|
|
|
|
|
.topic-title {
|
|
margin: 0;
|
|
font-weight: $font-weight-medium;
|
|
color: $black;
|
|
}
|
|
|
|
ul {
|
|
list-style: none;
|
|
margin: 10px 0px 10px 0px;
|
|
|
|
& > {
|
|
li {
|
|
list-style: none;
|
|
margin: 10px 0px 10px 0px;
|
|
|
|
& > p a.reference {
|
|
text-decoration: none;
|
|
border-bottom: none;
|
|
color: $docs-item-main-color;
|
|
}
|
|
|
|
& > ul {
|
|
margin: 10px 0px 10px 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|