Restructure Sass files and folders for proper application Sass development

This commit is contained in:
iRouge
2015-06-11 15:49:36 -04:00
committed by Francis Lachapelle
parent a87bbc2de5
commit 5217c0ac64
207 changed files with 54 additions and 285 deletions
+34
View File
@@ -0,0 +1,34 @@
/**
*
* 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;
}