build(aio): migrate contribute page to html
This commit is contained in:

committed by
Pete Bacon Darwin

parent
c06f4fc702
commit
3a121a621f
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
14
aio/src/styles/2-modules/_contribute.scss
Normal file
14
aio/src/styles/2-modules/_contribute.scss
Normal file
@ -0,0 +1,14 @@
|
||||
.contribute-container {
|
||||
h2 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.l-sub-section {
|
||||
width: 90%;
|
||||
margin-bottom: 20px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
@ -10,6 +10,7 @@
|
||||
@import 'callout';
|
||||
@import 'card';
|
||||
@import 'code';
|
||||
@import 'contribute';
|
||||
@import 'contributor';
|
||||
@import 'edit-page-cta';
|
||||
@import 'features';
|
||||
|
Reference in New Issue
Block a user