[Frontend] Merge old open1233a into latest master

Fixes #1233
This commit is contained in:
Charles Hacskaylo
2017-01-27 15:39:18 -08:00
parent 3ae0fd7bc9
commit 77396093d8
12 changed files with 341 additions and 19 deletions

View File

@@ -42,6 +42,27 @@
a {
color: $colorAboutLink;
}
h1, h2, h3 {
color: pullForward($colorBodyFg, 20%);
margin-bottom: 1em;
}
h1 {
font-size: 2.25em;
}
h2 {
border-top: 1px solid $colorInteriorBorder;
font-size: 1.5em;
margin-top: 2em;
padding-top: 1em;
}
h3 {
margin-top: 2em;
}
.s-description,
.s-button {
line-height: 2em;