Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
admin
/
public
/
src
/
sass
/
components
/
Filename :
_table_of_contents.scss
back
Copy
/*************** Nav List ***************/ .table-of-contents { &.fixed { position: fixed; } li { padding: 2px 0; } a { display: inline-block; font-weight: 300; color: #757575; padding-left: 16px; height: 1.5rem; line-height: 1.5rem; letter-spacing: .4; display: inline-block; &:hover { color: lighten(#757575, 20%); padding-left: 15px; border-left: 1px solid $primary-color; } &.active { font-weight: 500; padding-left: 14px; border-left: 2px solid $primary-color; } } }