Work on welcome page

This commit is contained in:
Jeffrey Way
2014-11-25 15:09:51 -05:00
parent 3c0a1cfb4b
commit d4c2ecc418
7 changed files with 183 additions and 12 deletions

View File

@@ -0,0 +1,18 @@
.jumbotron {
background: $primary;
color: lighten($primary, 35%);
margin-top: -20px;
}
.jumbotron__header,
.jumbotron h1 {
font-weight: bold;
color: white;
margin-top: 0;
}
.jumbotron__body {
max-width: 80%;
margin-bottom: 0;
line-height: 1.6em;
}

View File

@@ -0,0 +1,3 @@
$font-family-sans-serif: "Lato", Helvetica, Arial, sans-serif;
$primary: #F55430;