diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Widgets/ToC/ToC.module.scss | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/components/Widgets/ToC/ToC.module.scss b/src/components/Widgets/ToC/ToC.module.scss index a863a34..c2e7f97 100644 --- a/src/components/Widgets/ToC/ToC.module.scss +++ b/src/components/Widgets/ToC/ToC.module.scss @@ -37,34 +37,3 @@ text-decoration-thickness: 0; } } - -.list { - width: 100%; - margin: 0; - counter-reset: link; - - @include mix.media("screen") { - @include mix.dimensions("lg") { - font-size: var(--font-size-sm); - font-weight: 500; - } - } - - > .item .link { - counter-increment: link; - - &::before { - content: counters(link, ".") ". "; - color: var(--color-secondary); - padding-right: var(--spacing-2xs); - } - } - - .item .item .link::before { - padding-left: var(--spacing-sm); - } - - .item .item .item .link::before { - padding-left: var(--spacing-lg); - } -} |
