@anjuna/docs
Version:
Anjuna Documentation Web Components
18 lines (17 loc) • 417 B
CSS
ad-toc {
display: block;
position: relative; }
ad-toc .anj-toc {
padding: 1rem 0;
position: fixed;
top: 3rem;
z-index: 1030; }
ad-toc a {
display: block;
font-size: 0.75rem;
margin-bottom: 0.5rem;
text-transform: capitalize;
transition: color 0.2s ease; }
ad-toc a.anj-active, ad-toc a.anj-active:hover {
color: var(--anj-primary);
text-decoration: none; }