build(aio): migrate contribute page to html

This commit is contained in:
Jesus Rodriguez
2017-06-06 13:41:30 +02:00
committed by Pete Bacon Darwin
parent c06f4fc702
commit 3a121a621f
5 changed files with 52 additions and 40 deletions

View File

@ -263,7 +263,7 @@ button.hero-cta {
}
aio-shell {
&.page-resources, &.page-events {
&.page-resources, &.page-events, &.page-contribute {
section {
padding: 0rem 0rem 3rem;
}
@ -275,7 +275,7 @@ aio-shell {
}
}
&.page-home, &.page-resources, &.page-events {
&.page-home, &.page-resources, &.page-events, &.page-contribute {
article {
padding: 32px;
@ -455,4 +455,4 @@ header.bckground-sky.l-relative {
display: none;
}
}
}
}

View File

@ -0,0 +1,14 @@
.contribute-container {
h2 {
margin: 0;
}
.l-sub-section {
width: 90%;
margin-bottom: 20px;
&:last-child {
margin-bottom: 0;
}
}
}

View File

@ -10,6 +10,7 @@
@import 'callout';
@import 'card';
@import 'code';
@import 'contribute';
@import 'contributor';
@import 'edit-page-cta';
@import 'features';