Working on default layout.

This commit is contained in:
Taylor Otwell
2014-11-25 14:31:22 -06:00
parent d4c2ecc418
commit 75e2aca9af
9 changed files with 106 additions and 106 deletions

View File

@@ -1,4 +0,0 @@
.forgot-password {
padding-top: 7px;
vertical-align: middle;
}

View File

@@ -1,18 +0,0 @@
.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 @@
.fa-btn {
margin-right: 10px;
}

View File

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