1
0
mirror of https://github.com/minio/docs.git synced 2025-08-28 14:42:47 +03:00
Files
docs/source/_static/scss/includes/_toc.scss
Rushan 78108c0b40 New design implementation
Additional fixups
2021-01-14 19:40:19 -05:00

31 lines
621 B
SCSS

div#localtoc {
font-size: 13px;
margin-left: 20px;
}
#table-of-contents {
background: none;
border-style: none;
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;
}
}
}
}
}