Change list style and font size for right TOC (#6208)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
1c94816cf6
commit
490bf7da7e
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue