MODULE-TYPO

- Sass set-up
- md-list
- md-theming (install)
This commit is contained in:
iRouge
2015-01-16 07:52:29 -05:00
parent ec1b4b9b0c
commit f1d2b8cb75
312 changed files with 26839 additions and 1309 deletions
@@ -0,0 +1,32 @@
/**
*
* Page header
*
**/
.page-header {
text-align: center;
.breadcrumbs {
text-align: left;
color: $colorBlue;
a {
color: $colorBlue;
}
}
h3 {
color: $colorGrayDark;
padding-top: $lineHeight * 2;
}
}
.page-header__excerpt {
position: relative;
padding-top: 0;
&:last-child {
padding-bottom: $lineHeight * 3;
}
}