Change list style and font size for right TOC (#6208)

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
kolchfa-aws 2024-01-18 13:15:21 -05:00 committed by GitHub
parent 1c94816cf6
commit 490bf7da7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 6 deletions

View File

@ -539,16 +539,22 @@ p.label {
font-size: 14px; font-size: 14px;
list-style-type: none; list-style-type: none;
background-color: $sidebar-color; background-color: $sidebar-color;
padding: $sp-6 $sp-4; padding: 2rem 1.5rem 1rem 1.5rem;
margin-left: $sp-4; margin: 0 3rem 0 1rem;
margin-right: $sp-8;
margin-bottom: 0;
overflow: auto; overflow: auto;
} }
.toc-item { .toc-item {
padding-top: .25rem; padding: .1rem 0;
padding-bottom: .25rem; line-height: 1.3;
margin: 0.35rem 0;
ul {
list-style-type: none;
padding-left: 0.5rem;
> li {
font-size: 13.5px;
}
}
} }
.div-feedback { .div-feedback {