initial commit
This commit is contained in:
commit
3c2fb32b3e
73 changed files with 22349 additions and 0 deletions
29
src/styles/docs/toc/intro-toc.css
Normal file
29
src/styles/docs/toc/intro-toc.css
Normal file
|
@ -0,0 +1,29 @@
|
|||
.toc-wrapper-mobile .toc-content {
|
||||
& .toc_a {
|
||||
transition: color 0.33s;
|
||||
color: hsl(var(--green) 72 40);
|
||||
}
|
||||
|
||||
& ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
& li {
|
||||
list-style: none;
|
||||
|
||||
&.active {
|
||||
& > .toc_a {
|
||||
color: hsl(var(--green) 72 60);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
& .toc_heading {
|
||||
margin: 0;
|
||||
margin-block: 0.618rem;
|
||||
|
||||
& * {
|
||||
margin-left: 0.348rem;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue