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,23 @@
/**
*
* Resources page
*
**/
.page--resources {
& .article-section__icon,
& .articles-count,
& .guides-list__item .secondary-content {
display: none;
}
& .primary-content {
padding-top: $lineHeight;
padding-bottom: $lineHeight*2;
p {
margin-top: 0;
}
}
}
@@ -0,0 +1,82 @@
/**
*
* Styleguide
*
**/
.page--styleguide {
.styleguide__module-title {
margin-bottom: $lineHeight;
}
section {
margin-bottom: $lineHeight*2;
border-bottom: 1px solid #ccc;
padding-bottom: $lineHeight*3 - 1;
}
.styleguide__color-list {
text-align: center;
li {
border-bottom: $lineHeight*2 solid;
margin-bottom: $lineHeight;
position: relative;
}
}
.styleguide__breadcrumb .breadcrumbs {
display: block;
}
.styleguide__lists {
ul,
ol {
margin-bottom: $lineHeight;
}
}
.styleguide__inverted-block {
background: #e8e8e8;
padding: 0 13px;
}
.styleguide__theme-block {
background: $colorLayouts;
padding: 0 13px;
}
}
.demo {
margin-bottom: $lineHeight;
margin-top: $lineHeight;
}
.demo {
[class*="g-"] {
background-color: $colorGrayLight;
position: relative;
margin-bottom: $lineHeight;
min-height: $lineHeight*6;
&::before,
&::after {
@include type--small;
display: block;
margin: 0 10px;
}
&::before {
content: 'HTML classes: ';
font-weight: 700;
}
&::after {
content: attr(class);
word-spacing: 15px;
}
}
}