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
@@ -0,0 +1,34 @@
.full {
width: 100%;
height: 100%;
}
.gap {
width:50px;
}
.md-subheader {
background-color: #dcedc8;
margin: 0px;
}
h2.md-subheader {
margin: 0px;
margin-left: -24px;
margin-right: -24px;
margin-top: -24px;
}
h2.md-subheader.md-sticky-clone {
margin-right:0px;
margin-top:0px;
box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.16);
}
h2 .md-subheader-content {
padding-left: 10px;
}