Index: templates/web-full/web/styles/components/_modules/_toc.scss |
diff --git a/templates/web-full/web/styles/components/_modules/_toc.scss b/templates/web-full/web/styles/components/_modules/_toc.scss |
deleted file mode 100644 |
index 2d9235fe11878a031bebb99826f34181871f7572..0000000000000000000000000000000000000000 |
--- a/templates/web-full/web/styles/components/_modules/_toc.scss |
+++ /dev/null |
@@ -1,34 +0,0 @@ |
-/** |
-* |
-* Table of contents |
-* |
-**/ |
- |
-.toc__title { |
- @include type--medium; |
- font-family: $fontHighlight; |
- padding-bottom: $lineHeight/2; |
- margin-bottom: ($lineHeight/2) - 1; |
- border-bottom: 1px solid $colorGrayKeyline; |
- |
- @include medium { |
- padding-bottom: $lineHeight/2; |
- margin-bottom: $lineHeight/2; |
- } |
-} |
- |
-.toc__list { |
- padding-top: 0; |
- |
- border-bottom: 1px solid $colorGrayKeyline; |
- padding-bottom: ($lineHeight/2) - 1; |
- margin-bottom: $lineHeight/2; |
- |
- a { |
- display: block; |
- } |
-} |
- |
-.toc__sublist { |
- padding-top: 0; |
-} |