From 4aedfb4f57a55f39909b96ce86493daa39f3b9f0 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 25 Jan 2022 16:31:20 +0100 Subject: chore: adjust colors and grid layout --- src/components/Widgets/ToC/ToC.module.scss | 31 ------------------------------ 1 file changed, 31 deletions(-) (limited to 'src/components/Widgets') 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); - } -} -- cgit v1.2.3