Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(243)

Unified Diff: templates/web-full/web/styles/components/_modules/_toc.scss

Issue 261330043: update changelog (Closed) Base URL: git@github.com:google/stagehand.git@master
Patch Set: remove drone script Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
-}

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b