add static pages

This commit is contained in:
cleverbeagle 2017-05-30 00:28:34 -05:00
parent bd78b8e4d7
commit 5ba5100a52
19 changed files with 320 additions and 7 deletions

View file

@ -33,14 +33,23 @@
.btn {
border: none;
}
}
.btn:last-child {
background: darken($cb-blue, 20%);
color: lighten($cb-blue, 30%);
footer {
margin: 20px -20px -20px;
border-top: 1px solid darken($cb-blue, 10%);
padding: 20px;
&:hover {
color: #fff;
}
p {
font-size: 14px;
line-height: 22px;
color: lighten($cb-blue, 35%);
margin: 0;
}
p a {
color: lighten($cb-blue, 35%);
text-decoration: underline;
}
}
}
@ -48,11 +57,19 @@
@include breakpoint(tablet) {
.Index {
padding: 30px;
footer {
margin: 30px -30px -30px;
}
}
}
@include breakpoint(desktop) {
.Index {
padding: 40px;
footer {
margin: 40px -40px -40px;
}
}
}